Lines Matching defs:value
67 static constexpr ssize_t MostSignificantBit(T value) { in MostSignificantBit()
76 static constexpr ssize_t LeastSignificantBit(T value) { in LeastSignificantBit()
84 static constexpr size_t MinimumBitsToStore(T value) { in MinimumBitsToStore()
164 #define CHECK_ALIGNED(value, alignment) \ argument
167 #define DCHECK_ALIGNED(value, alignment) \ argument
170 #define CHECK_ALIGNED_PARAM(value, alignment) \ argument
173 #define DCHECK_ALIGNED_PARAM(value, alignment) \ argument
192 static inline uint16_t Low16Bits(uint32_t value) { in Low16Bits()
196 static inline uint16_t High16Bits(uint32_t value) { in High16Bits()
200 static inline uint32_t Low32Bits(uint64_t value) { in Low32Bits()
204 static inline uint32_t High32Bits(uint64_t value) { in High32Bits()
210 static inline bool IsInt(size_t N, T value) { in IsInt()
230 static constexpr bool IsInt(T value) { in IsInt()
242 static constexpr bool IsUint(T value) { in IsUint()
257 static constexpr bool IsAbsoluteUint(T value) { in IsAbsoluteUint()