Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h42 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) macro
67 #if SIZE_Ax < LUAI_BITSINT-1
68 #define MAXARG_Ax ((1<<SIZE_Ax)-1)
109 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax)
110 #define SETARG_Ax(i,v) setarg(i, v, POS_Ax, SIZE_Ax)