Searched refs:firstchar (Results 1 – 14 of 14) sorted by relevance
/external/vulkan-validation-layers/scripts/ |
D | check_commit_message_format.sh | 82 firstchar=$(echo ${subject} | cut -c 1) 83 if [[ "${firstchar}" =~ [a-z] ]]; then
|
/external/pdfium/third_party/libtiff/ |
D | tif_lzw.c | 123 unsigned char firstchar; /* first token of string */ member 243 sp->dec_codetab[code].firstchar = (unsigned char)code; in LZWSetupDecode() 490 free_entp->firstchar = free_entp->next->firstchar; in LZWDecode() 493 codep->firstchar : free_entp->firstchar; in LZWDecode() 722 free_entp->firstchar = free_entp->next->firstchar; in LZWDecodeCompat() 725 codep->firstchar : free_entp->firstchar; in LZWDecodeCompat()
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.h | 100 , firstchar(0) in SkGIFLZWContext() 123 unsigned char firstchar; variable
|
D | SkGifImageReader.cpp | 261 *--rowIter = firstchar; in doLZW() 275 *--rowIter = firstchar = suffix[code]; in doLZW() 281 suffix[avail] = firstchar; in doLZW()
|
/external/lua/src/ |
D | llex.h | 83 TString *source, int firstchar);
|
D | lparser.h | 167 Dyndata *dyd, const char *name, int firstchar);
|
D | llex.c | 165 int firstchar) { in luaX_setinput() argument 168 ls->current = firstchar; in luaX_setinput()
|
D | lparser.c | 1972 Dyndata *dyd, const char *name, int firstchar) { in luaY_parser() argument 1988 luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar); in luaY_parser()
|
/external/skia/third_party/libgifcodec/ |
D | SkGifImageReader.cpp | 293 const int firstchar = static_cast<unsigned char>(code); // (strictly `suffix[code][0]`) in doLZW() local 298 *rowIter++ = firstchar; in doLZW() 312 suffix[avail][l] = firstchar; in doLZW()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 254 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_usefont.c | 257 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 258 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in DRI_glXUseXFont()
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 3773 my $firstchar = ""; 3775 read(PROFILE, $firstchar, 1); 3777 if ($firstchar !~ /[[:print:]]/) { # is not a text character
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 6172 struct sljit_jump *firstchar; in fast_forward_newline() local 6200 firstchar = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, TMP2, 0); in fast_forward_newline() 6228 firstchar = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, TMP2, 0); in fast_forward_newline() 6250 JUMPHERE(firstchar); in fast_forward_newline() 6266 firstchar = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, TMP2, 0); in fast_forward_newline() 6334 JUMPHERE(firstchar); in fast_forward_newline()
|