Lines Matching defs:b
50 uint64_t b; member
52 UBits b; member
60 UBits b; in barg() local
94 #define BRET(b) lua_pushnumber(L, (lua_Number)(SBits)(b)); return 1; argument
106 #define bshl(b, n) (b << n) argument
107 #define bshr(b, n) (b >> n) argument
108 #define bsar(b, n) ((SBits)b >> n) argument
109 #define brol(b, n) ((b << n) | (b >> (32-n))) argument
110 #define bror(b, n) ((b << (32-n)) | (b >> n)) argument
122 UBits b = barg(L, 1); in BIT_SH() local
129 UBits b = barg(L, 1); in bit_tohex() local
165 UBits b; in luaopen_bit() local