/external/chromium_org/third_party/mesa/src/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; 124 static void eat_opt_white( const char **pcur ) 126 while (**pcur == ' ' || **pcur == '\t' || **pcur == '\n' [all...] |
/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; 124 static void eat_opt_white( const char **pcur ) 126 while (**pcur == ' ' || **pcur == '\t' || **pcur == '\n' [all...] |
/external/qemu/telephony/ |
sms.c | 478 sms_get_byte( cbytes_t *pcur, cbytes_t end ) 480 cbytes_t cur = *pcur; 485 *pcur = cur + 1; 492 sms_get_sc_address( cbytes_t *pcur, 496 cbytes_t cur = *pcur; 547 *pcur = cur; 553 sms_skip_sc_address( cbytes_t *pcur, 556 cbytes_t cur = *pcur; 568 *pcur = cur; 576 sms_get_address( cbytes_t *pcur, [all...] |
/external/opencv/cv/src/ |
cvconvhull.cpp | 49 int pprev = start, pcur = pprev + incr, pnext = pcur + incr; local 61 stack[1] = pcur; 69 int cury = array[pcur]->y; 75 int ax = array[pcur]->x - array[pprev]->x; 76 int bx = array[pnext]->x - array[pcur]->x; 82 pprev = pcur; 83 pcur = pnext; 92 pcur = pnext; 93 stack[1] = pcur; 122 int pprev = start, pcur = pprev + incr, pnext = pcur + incr; local [all...] |
/hardware/ril/reference-ril/ |
atchannel.c | 701 ATLine *pcur,*pnext; local 703 pcur = p_response->p_intermediates; 706 while (pcur != NULL) { 707 pnext = pcur->p_next; 708 pcur->p_next = p_response->p_intermediates; 709 p_response->p_intermediates = pcur; 710 pcur = pnext;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
profile.py | 322 ppt, pit, pet, pfn, pframe, pcur = rcur 323 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
profile.py | 322 ppt, pit, pet, pfn, pframe, pcur = rcur 323 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
|