Home
last modified time | relevance | path

Searched refs:top_bit (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711.h58 static __inline__ int top_bit(unsigned int bits) { in top_bit() function
81 static __inline__ int top_bit(unsigned int bits) {
101 static __inline int top_bit(unsigned int bits) {
221 seg = top_bit(linear | 0xFF) - 7; in linear_to_ulaw()
296 seg = top_bit(linear | 0xFF) - 7; in linear_to_alaw()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dhashing_helper.py129 top_bit = 1 << DEGREE
134 if q & top_bit:
/external/libxml2/
Dtimsort.h80 const int top_bit = 64 - CLZ(size); in compute_minrun() local
81 const int shift = MAX(top_bit, 6) - 6; in compute_minrun()