Searched refs:b_uint (Results 1 – 1 of 1) sorted by relevance
32 typedef lua_Unsigned b_uint; typedef36 static b_uint andaux (lua_State *L) { in andaux()38 b_uint r = ~(b_uint)0; in andaux()46 b_uint r = andaux(L); in b_and()53 b_uint r = andaux(L); in b_test()61 b_uint r = 0; in b_or()71 b_uint r = 0; in b_xor()80 b_uint r = ~luaL_checkunsigned(L, 1); in b_not()86 static int b_shift (lua_State *L, b_uint r, int i) { in b_shift()114 b_uint r = luaL_checkunsigned(L, 1); in b_arshift()[all …]