Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h319 #define LUAI_BITSINT 16 macro
322 #define LUAI_BITSINT 32 macro
338 #if LUAI_BITSINT >= 32 /* { */
356 #if LUAI_BITSINT >= 32
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h59 #if SIZE_Bx < LUAI_BITSINT-1
67 #if SIZE_Ax < LUAI_BITSINT-1
Dltable.c42 #if LUAI_BITSINT >= 32
45 #define MAXBITS (LUAI_BITSINT-2)