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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dluaconf.h314 @@ LUAI_BITSINT defines the number of bits in an int.
320 #define LUAI_BITSINT 16 macro
323 #define LUAI_BITSINT 32 macro
339 #if LUAI_BITSINT >= 32 /* { */
357 #if LUAI_BITSINT >= 32
H A Dlopcodes.h57 ** so they must fit in LUAI_BITSINT-1 bits (-1 for sign)
59 #if SIZE_Bx < LUAI_BITSINT-1
67 #if SIZE_Ax < LUAI_BITSINT-1
H A Dltable.c42 #if LUAI_BITSINT >= 32
45 #define MAXBITS (LUAI_BITSINT-2)
/freebsd-12-stable/lib/liblua/
H A Dluaconf.h95 @@ LUAI_BITSINT defines the (minimum) number of bits in an 'int'.
99 #define LUAI_BITSINT 32 macro
102 #define LUAI_BITSINT 16 macro
131 #if LUAI_BITSINT >= 32 /* use 'int' if big enough */
741 #if LUAI_BITSINT >= 32
/freebsd-12-stable/stand/liblua/
H A Dluaconf.h88 @@ LUAI_BITSINT defines the (minimum) number of bits in an 'int'.
92 #define LUAI_BITSINT 32 macro
95 #define LUAI_BITSINT 16 macro
124 #if LUAI_BITSINT >= 32 /* use 'int' if big enough */
756 #if LUAI_BITSINT >= 32
/freebsd-12-stable/contrib/lua/src/
H A Dllimits.h25 #elif LUAI_BITSINT >= 32 /* }{ */
164 #if LUAI_BITSINT >= 32
H A Dlopcodes.h57 ** so they must fit in LUAI_BITSINT-1 bits (-1 for sign)
59 #if SIZE_Bx < LUAI_BITSINT-1
67 #if SIZE_Ax < LUAI_BITSINT-1

Completed in 108 milliseconds