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

  /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 479 sms_get_byte( cbytes_t *pcur, cbytes_t end )
481 cbytes_t cur = *pcur;
486 *pcur = cur + 1;
493 sms_get_sc_address( cbytes_t *pcur,
497 cbytes_t cur = *pcur;
548 *pcur = cur;
554 sms_skip_sc_address( cbytes_t *pcur,
557 cbytes_t cur = *pcur;
569 *pcur = cur;
577 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 649 ATLine *pcur,*pnext; local
651 pcur = p_response->p_intermediates;
654 while (pcur != NULL) {
655 pnext = pcur->p_next;
656 pcur->p_next = p_response->p_intermediates;
657 p_response->p_intermediates = pcur;
658 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 380 milliseconds