Searched refs:bsr32 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dfastpos.h84 const uint32_t i = bsr32(pos);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dfastpos.h84 const uint32_t i = bsr32(pos);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_integer.h25 /// - Bit scan reverse (find highest non-zero bit): bsr32(num)
364 bsr32(uint32_t n) function
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_integer.h25 /// - Bit scan reverse (find highest non-zero bit): bsr32(num)
364 bsr32(uint32_t n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dindex.c261 uint32_t up = tree->count ^ (UINT32_C(1) << bsr32(tree->count));
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dindex.c261 uint32_t up = tree->count ^ (UINT32_C(1) << bsr32(tree->count));

Completed in 348 milliseconds