OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXARG_Bx
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h
60
#define
MAXARG_Bx
((1<<SIZE_Bx)-1)
61
#define MAXARG_sBx (
MAXARG_Bx
>>1) /* `sBx' is signed */
63
#define
MAXARG_Bx
MAX_INT
/external/syslinux/com32/lua/src/
lopcodes.h
60
#define
MAXARG_Bx
((1<<SIZE_Bx)-1)
61
#define MAXARG_sBx (
MAXARG_Bx
>>1) /* `sBx' is signed */
63
#define
MAXARG_Bx
MAX_INT
Completed in 263 milliseconds