Searched refs:SIZE_Bx (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/lua/src/
H A Dlopcodes.h40 #define SIZE_Bx (SIZE_C + SIZE_B) macro
59 #if SIZE_Bx < LUAI_BITSINT-1
60 #define MAXARG_Bx ((1<<SIZE_Bx)-1)
106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx)
107 #define SETARG_Bx(i,v) setarg(i, v, POS_Bx, SIZE_Bx)

Completed in 30 milliseconds