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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 313 @@ LUAI_BITSINT defines the number of bits in an int.
319 #define LUAI_BITSINT 16
322 #define LUAI_BITSINT 32
338 #if LUAI_BITSINT >= 32 /* { */
356 #if LUAI_BITSINT >= 32
  /external/syslinux/com32/lua/src/
luaconf.h 317 @@ LUAI_BITSINT defines the number of bits in an int.
323 #define LUAI_BITSINT 16
326 #define LUAI_BITSINT 32
342 #if LUAI_BITSINT >= 32 /* { */
360 #if LUAI_BITSINT >= 32
lopcodes.h 57 ** so they must fit in LUAI_BITSINT-1 bits (-1 for sign)
59 #if SIZE_Bx < LUAI_BITSINT-1
67 #if SIZE_Ax < LUAI_BITSINT-1
ltable.c 42 #if LUAI_BITSINT >= 32
45 #define MAXBITS (LUAI_BITSINT-2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 57 ** so they must fit in LUAI_BITSINT-1 bits (-1 for sign)
59 #if SIZE_Bx < LUAI_BITSINT-1
67 #if SIZE_Ax < LUAI_BITSINT-1
ltable.c 42 #if LUAI_BITSINT >= 32
45 #define MAXBITS (LUAI_BITSINT-2)

Completed in 235 milliseconds