Honeycomb
0.1
Component-Model Framework
|
This is the complete list of members for honey::BitOpCommon, including all inherited members.
fromParts(const uint16 hi, const uint16 lo) | honey::BitOpCommon | inlinestatic |
fromParts(const uint32 hi, const uint32 lo) | honey::BitOpCommon | inlinestatic |
fromPartsBig(const uint8 *p) | honey::BitOpCommon | inlinestatic |
fromPartsLittle(const uint8 *p) | honey::BitOpCommon | inlinestatic |
high(const uint16 v) | honey::BitOpCommon | inlinestatic |
high(const uint32 v) | honey::BitOpCommon | inlinestatic |
high(const uint64 v) | honey::BitOpCommon | inlinestatic |
isPow2(UInt x) | honey::BitOpCommon | inlinestatic |
log2Ceil(uint32 x) | honey::BitOpCommon | inlinestatic |
log2Ceil(uint64 x) | honey::BitOpCommon | inlinestatic |
log2Floor(uint32 x) | honey::BitOpCommon | inlinestatic |
log2Floor(uint64 x) | honey::BitOpCommon | inlinestatic |
low(const uint16 v) | honey::BitOpCommon | inlinestatic |
low(const uint32 v) | honey::BitOpCommon | inlinestatic |
low(const uint64 v) | honey::BitOpCommon | inlinestatic |
popCount(uint32 x) | honey::BitOpCommon | inlinestatic |
popCount(uint64 x) | honey::BitOpCommon | inlinestatic |
pow2Ceil(uint32 x) | honey::BitOpCommon | inlinestatic |
pow2Ceil(uint64 x) | honey::BitOpCommon | inlinestatic |
pow2Floor(UInt x) | honey::BitOpCommon | inlinestatic |
reverse(uint8 v) | honey::BitOpCommon | inlinestatic |
reverse(uint16 v) | honey::BitOpCommon | inlinestatic |
reverse(uint32 v) | honey::BitOpCommon | inlinestatic |
reverse(uint64 v) | honey::BitOpCommon | inlinestatic |
rotLeft(const T v, const int n) | honey::BitOpCommon | inlinestatic |
rotRight(const T v, const int n) | honey::BitOpCommon | inlinestatic |
swap(const uint8 v) | honey::BitOpCommon | inlinestatic |
swap(const uint16 v) | honey::BitOpCommon | inlinestatic |
swap(const uint32 v) | honey::BitOpCommon | inlinestatic |
swap(const uint64 v) | honey::BitOpCommon | inlinestatic |
swap(const T v) | honey::BitOpCommon | inlinestatic |
toPartsBig(const UInt v, uint8 *p) | honey::BitOpCommon | inlinestatic |
toPartsLittle(const UInt v, uint8 *p) | honey::BitOpCommon | inlinestatic |