Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dluaconf.h320 #define LUAI_BITSINT 16 macro
323 #define LUAI_BITSINT 32 macro
339 #if LUAI_BITSINT >= 32 /* { */
357 #if LUAI_BITSINT >= 32
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h392 #define LUAI_BITSINT 16 macro
395 #define LUAI_BITSINT 32 macro
413 #if LUAI_BITSINT >= 32
H A Dlopcodes.h56 #if SIZE_Bx < LUAI_BITSINT-1
H A Dltable.c41 #if LUAI_BITSINT > 26
44 #define MAXBITS (LUAI_BITSINT-2)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h60 #if SIZE_Bx < LUAI_BITSINT-1
68 #if SIZE_Ax < LUAI_BITSINT-1
H A Dltable.c42 #if LUAI_BITSINT >= 32
45 #define MAXBITS (LUAI_BITSINT-2)