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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lzio.h 20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
llex.c 28 #define next(ls) (ls->current = zgetc(ls->z))
ldo.c 644 int c = zgetc(p->z); /* read first character */
  /external/skia/third_party/lua/src/
lzio.h 20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
llex.c 28 #define next(ls) (ls->current = zgetc(ls->z))
ldo.c 636 int c = zgetc(p->z); /* read first character */
  /external/syslinux/com32/lua/src/
lzio.h 20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
llex.c 32 #define next(ls) (ls->current = zgetc(ls->z))
ldo.c 644 int c = zgetc(p->z); /* read first character */

Completed in 4432 milliseconds