Home
last modified time | relevance | path

Searched defs:pcur (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c89 static boolean str_match_no_case( const char **pcur, const char *str ) in str_match_no_case()
110 static boolean str_match_nocase_whole( const char **pcur, const char *str ) in str_match_nocase_whole()
129 static int str_match_name_from_array(const char **pcur, in str_match_name_from_array()
146 static int str_match_format(const char **pcur) in str_match_format()
160 static void eat_until_eol( const char **pcur ) in eat_until_eol()
168 static void eat_opt_white( const char **pcur ) in eat_opt_white()
177 static boolean eat_white( const char **pcur ) in eat_white()
188 static boolean parse_uint( const char **pcur, uint *val ) in parse_uint()
202 static boolean parse_int( const char **pcur, int *val ) in parse_int()
219 static boolean parse_identifier( const char **pcur, char *ret, size_t len ) in parse_identifier()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c89 static bool str_match_no_case( const char **pcur, const char *str ) in str_match_no_case()
110 static bool str_match_nocase_whole( const char **pcur, const char *str ) in str_match_nocase_whole()
129 static int str_match_name_from_array(const char **pcur, in str_match_name_from_array()
146 static int str_match_format(const char **pcur) in str_match_format()
160 static void eat_opt_white( const char **pcur ) in eat_opt_white()
169 static bool eat_white( const char **pcur ) in eat_white()
180 static bool parse_uint( const char **pcur, unsigned *val ) in parse_uint()
194 static bool parse_int( const char **pcur, int *val ) in parse_int()
211 static bool parse_identifier( const char **pcur, char *ret, size_t len ) in parse_identifier()
231 static bool parse_float( const char **pcur, float *val ) in parse_float()
[all …]
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c652 ATLine *pcur,*pnext; in reverseIntermediates() local
/aosp_15_r20/hardware/ril/reference-ril/
H A Datchannel.c652 ATLine *pcur,*pnext; in reverseIntermediates() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinuser.h3968 #define CopyCursor(pcur) ((HCURSOR)CopyIcon((HICON)(pcur))) argument