Searched refs:firstchar (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 4393 pcre_uint32 firstchar, reqchar; in compile_branch() local 4461 firstchar = reqchar = zerofirstchar = zeroreqchar = 0; in compile_branch() 4667 *firstcharptr = firstchar; in compile_branch() 4711 zerofirstchar = firstchar; in compile_branch() 4811 zerofirstchar = firstchar; in compile_branch() 5337 zerofirstchar = firstchar; in compile_branch() 5427 zerofirstchar = firstchar; in compile_branch() 5527 firstchar = zerofirstchar; /* Adjust for zero repeat */ in compile_branch() 6007 reqchar = firstchar; in compile_branch() 7617 zerofirstchar = firstchar; in compile_branch() [all …]
|
D | pcre_jit_compile.c | 3833 struct sljit_jump *firstchar; in fast_forward_newline() local 3852 firstchar = CMP(SLJIT_C_LESS_EQUAL, STR_PTR, 0, TMP2, 0); in fast_forward_newline() 3871 JUMPHERE(firstchar); in fast_forward_newline() 3881 firstchar = CMP(SLJIT_C_LESS_EQUAL, STR_PTR, 0, TMP2, 0); in fast_forward_newline() 3910 JUMPHERE(firstchar); in fast_forward_newline()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 255 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in glXUseXFont()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 261 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in Fake_glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 258 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in DRI_glXUseXFont()
|
/external/jemalloc/bin/ |
D | jeprof.in | 3672 my $firstchar = ""; 3674 read(PROFILE, $firstchar, 1); 3676 if ($firstchar !~ /[[:print:]]/) { # is not a text character
|