Home
last modified time | relevance | path

Searched refs:pcur (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/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() argument
91 const char *cur = *pcur; in str_match_no_case()
98 *pcur = cur; in str_match_no_case()
110 static boolean str_match_nocase_whole( const char **pcur, const char *str ) in str_match_nocase_whole() argument
112 const char *cur = *pcur; in str_match_nocase_whole()
116 *pcur = cur; in str_match_nocase_whole()
122 /* Return the array index that matches starting at *pcur, where the string at
123 * *pcur is terminated by a non-digit non-letter non-underscore.
129 static int str_match_name_from_array(const char **pcur, in str_match_name_from_array() argument
134 if (str_match_nocase_whole(pcur, arra in str_match_name_from_array()
146 str_match_format(const char **pcur) str_match_format() argument
180 parse_uint( const char **pcur, uint *val ) parse_uint() argument
194 parse_int( const char **pcur, int *val ) parse_int() argument
211 parse_identifier( const char **pcur, char *ret, size_t len ) parse_identifier() argument
231 parse_float( const char **pcur, float *val ) parse_float() argument
283 parse_double( const char **pcur, uint32_t *val0, uint32_t *val1) parse_double() argument
301 parse_int64( const char **pcur, uint32_t *val0, uint32_t *val1) parse_int64() argument
319 parse_uint64( const char **pcur, uint32_t *val0, uint32_t *val1) parse_uint64() argument
424 parse_file( const char **pcur, uint *file ) parse_file() argument
1000 match_inst(const char **pcur, unsigned *saturate, unsigned *precise, const struct tgsi_opcode_info *info) match_inst() argument
1699 parse_primitive( const char **pcur, uint *primitive ) parse_primitive() argument
1716 parse_fs_coord_origin( const char **pcur, uint *fs_coord_origin ) parse_fs_coord_origin() argument
1733 parse_fs_coord_pixel_center( const char **pcur, uint *fs_coord_pixel_center ) parse_fs_coord_pixel_center() argument
1750 parse_property_next_shader( const char **pcur, uint *next_shader ) parse_property_next_shader() argument
[all...]
/third_party/lwip/src/core/ipv4/
H A Dip4_frag.c198 struct pbuf *pcur; in ip_reass_free_complete_datagram() local
200 pcur = p; in ip_reass_free_complete_datagram()
203 clen = pbuf_clen(pcur); in ip_reass_free_complete_datagram()
206 pbuf_free(pcur); in ip_reass_free_complete_datagram()
/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c213 struct pbuf *pcur; in ip6_reass_free_complete_datagram() local
215 pcur = p; in ip6_reass_free_complete_datagram()
218 clen = pbuf_clen(pcur); in ip6_reass_free_complete_datagram()
221 pbuf_free(pcur); in ip6_reass_free_complete_datagram()
/third_party/python/Lib/
H A Dprofile.py302 ppt, pit, pet, pfn, pframe, pcur = rcur
303 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur

Completed in 5 milliseconds