Home
last modified time | relevance | path

Searched defs:top_bit (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/modules/third_party/g711/
Dg711.h59 static __inline__ int top_bit(unsigned int bits) { in top_bit() function
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_field_encoding_parser.cc135 const uint64_t top_bit = static_cast<uint64_t>(1) in ReadDeltasAndPopulateValues() local
/external/angle/third_party/vulkan-deps/glslang/src/gtests/
DHexFloat.cpp604 const uint32_t top_bit = 1u << 22u; in bits_set() local
615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/external/deqp-deps/glslang/gtests/
DHexFloat.cpp604 const uint32_t top_bit = 1u << 22u; in bits_set() local
615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/external/deqp-deps/SPIRV-Tools/test/
Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/external/swiftshader/third_party/SPIRV-Tools/test/
Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/external/libxml2/
Dtimsort.h130 const int top_bit = 64 - CLZ(size); in compute_minrun() local
/external/cronet/third_party/libxml/src/
Dtimsort.h130 const int top_bit = 64 - CLZ(size); in compute_minrun() local
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.cc787 const uint64_t top_bit = static_cast<uint64_t>(1) in ApplySignedDelta() local
/external/mesa3d/src/intel/common/
Dgen_mi_builder.h813 unsigned top_bit = 31 - __builtin_clz(N); in gen_mi_imul_imm() local