HomeSort by relevance Sort by last modified time
    Searched refs:pcur (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 89 static boolean str_match_no_case( const char **pcur, const char *str )
91 const char *cur = *pcur;
98 *pcur = cur;
110 static boolean str_match_nocase_whole( const char **pcur, const char *str )
112 const char *cur = *pcur;
116 *pcur = cur;
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,
134 if (str_match_nocase_whole(pcur, array[j])
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_text.c 89 static boolean str_match_no_case( const char **pcur, const char *str )
91 const char *cur = *pcur;
98 *pcur = cur;
110 static boolean str_match_nocase_whole( const char **pcur, const char *str )
112 const char *cur = *pcur;
116 *pcur = cur;
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,
134 if (str_match_nocase_whole(pcur, array[j])
    [all...]
  /device/generic/goldfish/ril/
atchannel.c 653 ATLine *pcur,*pnext; local
655 pcur = p_response->p_intermediates;
658 while (pcur != NULL) {
659 pnext = pcur->p_next;
660 pcur->p_next = p_response->p_intermediates;
661 p_response->p_intermediates = pcur;
662 pcur = pnext;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
profile.py 331 ppt, pit, pet, pfn, pframe, pcur = rcur
332 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
  /external/python/cpython2/Lib/
profile.py 322 ppt, pit, pet, pfn, pframe, pcur = rcur
323 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
  /external/python/cpython3/Lib/
profile.py 301 ppt, pit, pet, pfn, pframe, pcur = rcur
302 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur

Completed in 1696 milliseconds