Home
last modified time | relevance | path

Searched refs:firstchar (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_lzw.c125 unsigned char firstchar; /* first token of string */ member
244 sp->dec_codetab[code].firstchar = (unsigned char)code; in LZWSetupDecode()
487 free_entp->firstchar = free_entp->next->firstchar; in LZWDecode()
490 codep->firstchar : free_entp->firstchar; in LZWDecode()
712 free_entp->firstchar = free_entp->next->firstchar; in LZWDecodeCompat()
715 codep->firstchar : free_entp->firstchar; in LZWDecodeCompat()
/external/skia/third_party/gif/
DSkGifImageReader.h100 , firstchar(0) in SkGIFLZWContext()
123 unsigned char firstchar; variable
DSkGifImageReader.cpp261 *--rowIter = firstchar; in doLZW()
275 *--rowIter = firstchar = suffix[code]; in doLZW()
281 suffix[avail] = firstchar; in doLZW()
/external/skqp/third_party/gif/
DSkGifImageReader.h100 , firstchar(0) in SkGIFLZWContext()
123 unsigned char firstchar; variable
DSkGifImageReader.cpp261 *--rowIter = firstchar; in doLZW()
275 *--rowIter = firstchar = suffix[code]; in doLZW()
281 suffix[avail] = firstchar; in doLZW()
/external/lua/src/
Dlparser.h130 Dyndata *dyd, const char *name, int firstchar);
Dllex.h77 TString *source, int firstchar);
Dllex.c163 int firstchar) { in luaX_setinput() argument
166 ls->current = firstchar; in luaX_setinput()
Dlparser.c1627 Dyndata *dyd, const char *name, int firstchar) { in luaY_parser() argument
1642 luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar); in luaY_parser()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c256 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in glXUseXFont()
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c255 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in Fake_glXUseXFont()
/external/mesa3d/src/glx/
Dxfont.c268 firstchar = (fs->min_byte1 << 8) + fs->min_char_or_byte2; in DRI_glXUseXFont()
/external/jemalloc/bin/
Djeprof.in3770 my $firstchar = "";
3772 read(PROFILE, $firstchar, 1);
3774 if ($firstchar !~ /[[:print:]]/) { # is not a text character
/external/jemalloc_new/bin/
Djeprof.in3773 my $firstchar = "";
3775 read(PROFILE, $firstchar, 1);
3777 if ($firstchar !~ /[[:print:]]/) { # is not a text character
/external/pcre/dist2/src/
Dpcre2_jit_compile.c5313 struct sljit_jump *firstchar; in fast_forward_newline() local
5331 firstchar = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, TMP2, 0); in fast_forward_newline()
5350 JUMPHERE(firstchar); in fast_forward_newline()
5360 firstchar = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, TMP2, 0); in fast_forward_newline()
5389 JUMPHERE(firstchar); in fast_forward_newline()