Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h43 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) macro
68 #if SIZE_Ax < LUAI_BITSINT-1
69 #define MAXARG_Ax ((1<<SIZE_Ax)-1)
110 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax)
111 #define SETARG_Ax(i,v) setarg(i, v, POS_Ax, SIZE_Ax)