Searched defs:firstchar (Results 1 - 7 of 7) sorted by relevance

/external/skia/third_party/lua/src/
H A Dllex.c157 int firstchar) {
160 ls->current = firstchar;
156 luaX_setinput(lua_State *L, LexState *ls, ZIO *z, TString *source, int firstchar) argument
H A Dlparser.c1619 Dyndata *dyd, const char *name, int firstchar) {
1631 luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar);
1618 luaY_parser(lua_State *L, ZIO *z, Mbuffer *buff, Dyndata *dyd, const char *name, int firstchar) argument
/external/syslinux/com32/lua/src/
H A Dllex.c164 int firstchar) {
167 ls->current = firstchar;
163 luaX_setinput(lua_State *L, LexState *ls, ZIO *z, TString *source, int firstchar) argument
H A Dlparser.c1619 Dyndata *dyd, const char *name, int firstchar) {
1631 luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar);
1618 luaY_parser(lua_State *L, ZIO *z, Mbuffer *buff, Dyndata *dyd, const char *name, int firstchar) argument
/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c125 unsigned char firstchar; /* first token of string */ member in struct:code_ent
244 sp->dec_codetab[code].firstchar = code;
482 free_entp->firstchar = free_entp->next->firstchar;
485 codep->firstchar : free_entp->firstchar;
701 free_entp->firstchar = free_entp->next->firstchar;
704 codep->firstchar : free_entp->firstchar;
[all...]
/external/skia/third_party/gif/
H A DSkGifImageReader.h100 , firstchar(0)
123 unsigned char firstchar; member in class:final
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c4575 struct sljit_jump *firstchar; local
4593 firstchar = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, TMP2, 0);
4612 JUMPHERE(firstchar);
4622 firstchar = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, TMP2, 0);
4651 JUMPHERE(firstchar);

Completed in 1142 milliseconds