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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lfunc.c 118 f->sizecode = 0;
136 luaM_freearray(L, f->code, f->sizecode);
luac.c 280 int pc,n=f->sizecode;
390 S(f->sizecode),VOID(f));
ldump.c 76 #define DumpCode(f,D) DumpVector(f->code,f->sizecode,sizeof(Instruction),D)
lundump.c 90 f->sizecode=n;
lobject.h 479 int sizecode; member in struct:Proto
lparser.c 561 luaM_reallocvector(L, f->code, f->sizecode, fs->pc, Instruction);
562 f->sizecode = fs->pc;
    [all...]
lcode.c 216 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction,
lgc.c 470 return sizeof(Proto) + sizeof(Instruction) * f->sizecode +
    [all...]
  /external/lua/src/
ldump.c 91 DumpInt(f->sizecode, D);
92 DumpVector(f->code, f->sizecode, D);
lfunc.c 108 f->sizecode = 0;
126 luaM_freearray(L, f->code, f->sizecode);
luac.c 291 int pc,n=f->sizecode;
408 S(f->sizecode),VOID(f));
lundump.c 110 f->sizecode = n;
lobject.h 414 int sizecode; member in struct:Proto
lparser.c 558 luaM_reallocvector(L, f->code, f->sizecode, fs->pc, Instruction);
559 f->sizecode = fs->pc;
    [all...]
lcode.c 297 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction,
    [all...]
lgc.c 492 return sizeof(Proto) + sizeof(Instruction) * f->sizecode +
    [all...]

Completed in 252 milliseconds