Home
last modified time | relevance | path

Searched refs:left_bits (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfse_bit_stream.cc97 int left_bits = curr_bit_count_ - kCurrentBitCount; in Push() local
98 int right_bits = bit_count - left_bits; in Push()
99 curr_chunk_ = (curr_chunk_ << right_bits) | ((state >> left_bits) & ((1 << right_bits) - 1)); in Push()
102 curr_chunk_ = state & ((1 << left_bits) - 1); in Push()
103 curr_bit_count_ = left_bits; in Push()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2392 #define left_bits(x) ((x<<1) | -(x<<1)) macro
3801 binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap; in tmalloc_large()
4225 (smallbits << idx) & left_bits(idx2bit(idx)); in dlmalloc()
4665 (smallbits << idx) & left_bits(idx2bit(idx)); in mspace_malloc()
/third_party/libffi/src/
Ddlmalloc.c2395 #define left_bits(x) ((x<<1) | -(x<<1)) macro
3758 binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap; in tmalloc_large()
4180 binmap_t leftbits = (smallbits << idx) & left_bits(idx2bit(idx)); in dlmalloc()
4587 binmap_t leftbits = (smallbits << idx) & left_bits(idx2bit(idx)); in mspace_malloc()
/third_party/ffmpeg/libavcodec/
Dwavpack.c339 const int left_bits = get_bits_left(&s->gb_extra_bits); in wv_get_value_float() local
341 if (left_bits + 8 * AV_INPUT_BUFFER_PADDING_SIZE < max_bits) in wv_get_value_float()
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c2928 #define left_bits(x) ((x<<1) | -(x<<1)) macro
4459 binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap; in tmalloc_large()
4595 binmap_t leftbits = (smallbits << idx) & left_bits(idx2bit(idx)); in dlmalloc()
5529 binmap_t leftbits = (smallbits << idx) & left_bits(idx2bit(idx)); in mspace_malloc()
Ddlmalloc_ext_2_8_6.c205 binmap_t leftbits = (smallbits << idx) & left_bits(idx2bit(idx)); in mspace_malloc_lockless()