HomeSort by relevance Sort by last modified time
    Searched defs:LoadByte (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
144 f->upvalues[i].instack=LoadByte(S);
145 f->upvalues[i].idx=LoadByte(S);
175 f->numparams=LoadByte(S);
176 f->is_vararg=LoadByte(S);
177 f->maxstacksize=LoadByte(S);
  /external/skia/third_party/lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
144 f->upvalues[i].instack=LoadByte(S);
145 f->upvalues[i].idx=LoadByte(S);
175 f->numparams=LoadByte(S);
176 f->is_vararg=LoadByte(S);
177 f->maxstacksize=LoadByte(S);
  /external/syslinux/com32/lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
144 f->upvalues[i].instack=LoadByte(S);
145 f->upvalues[i].idx=LoadByte(S);
175 f->numparams=LoadByte(S);
176 f->is_vararg=LoadByte(S);
177 f->maxstacksize=LoadByte(S);
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]

Completed in 141 milliseconds