Searched refs:bit32 (Results 1 – 13 of 13) sorted by relevance
2 bool "lua-bit32"4 bit32 is the native Lua 5.2 bit manipulation library, in the
8 LUA_BIT32_NAME_UPSTREAM = bit32
2 sha256 0e273427f2b877270f9cec5642ebe2670242926ba9638d4e6df7e4e1263ca12c bit32-5.3.5.1-1.src.rock
53 #define bit32(x) (bit16(x) | (bit16(x) >> 16)) macro54 #define NEXT_POWER_OF_2(x) (bit32(x - 1) + 1)
3 # "bit32" is included in Lua 5.2+. luajit has an equivalent
251 bool bit32; /* whether the location is 32 bits? */ member
708 return note->bit32 ? in sdt_note__get_addr()715 return note->bit32 ? in sdt_note__get_ref_ctr_offset()
2145 if (tmp->bit32) in sdt_adjust_loc()2161 if (tmp->bit32 && tmp->addr.a32[SDT_NOTE_IDX_REFCTR]) in sdt_adjust_refctr()2260 tmp->bit32 = true; in populate_sdt_note()2263 tmp->bit32 = false; in populate_sdt_note()
1788 bool bit32; in b43legacy_write_initvals() local1797 bit32 = !!(offset & B43legacy_IV_32BIT); in b43legacy_write_initvals()1801 if (bit32) { in b43legacy_write_initvals()
2761 bool bit32; in b43_write_initvals() local2770 bit32 = !!(offset & B43_IV_32BIT); in b43_write_initvals()2774 if (bit32) { in b43_write_initvals()
226 F: package/lua-bit32/
5730 libmediaart, libnpth, libscrypt, lua-bit32, lua-resty-http,
693 source "package/lua-bit32/Config.in"