HomeSort by relevance Sort by last modified time
    Searched refs:top_bit (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
g711.h 58 static __inline__ int top_bit(unsigned int bits) { function
81 static __inline__ int top_bit(unsigned int bits) { function
101 static __inline int top_bit(unsigned int bits) { function
221 seg = top_bit(linear | 0xFF) - 7;
296 seg = top_bit(linear | 0xFF) - 7;
  /toolchain/binutils/binutils-2.27/gold/
reloc.h 1014 uint32_t top_bit = 1U << (bits - 1); local
1080 uint64_t top_bit = static_cast<uint64_t>(1) << (bits - 1); local
    [all...]
  /external/libxml2/
timsort.h 130 const int top_bit = 64 - CLZ(size); local
131 const int shift = MAX(top_bit, 6) - 6;

Completed in 176 milliseconds