Home
last modified time | relevance | path

Searched refs:luaO_int2fb (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.c36 int luaO_int2fb (unsigned int x) { in luaO_int2fb() function
Dlobject.h594 LUAI_FUNC int luaO_int2fb (unsigned int x);
Dlparser.c751 SETARG_B(fs->f->code[pc], luaO_int2fb(cc.na)); /* set initial array size */ in constructor()
752 SETARG_C(fs->f->code[pc], luaO_int2fb(cc.nh)); /* set initial table size */ in constructor()