Home
last modified time | relevance | path

Searched refs:value_bits (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cache.hh35 template <unsigned int key_bits, unsigned int value_bits, unsigned int cache_bits>
39 static_assert ((key_bits + value_bits - cache_bits <= 8 * sizeof (hb_atomic_int_t)), "");
55 if ((key_bits + value_bits - cache_bits == 8 * sizeof (hb_atomic_int_t) && v == (unsigned int) -1) || in get()
56 (v >> value_bits) != (key >> cache_bits)) in get()
58 *value = v & ((1u<<value_bits)-1); in get()
64 if (unlikely ((key >> key_bits) || (value >> value_bits))) in set()
67 unsigned int v = ((key>>cache_bits)<<value_bits) | value; in set()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc848 int32_t value_bits) { in GenImm()
849 DCHECK(value_bits == 6 || value_bits == 12 || value_bits == 14 || in GenImm()
850 value_bits == 16); in GenImm()
852 if (value_bits == 12) { in GenImm()
854 } else if (value_bits == 14) { in GenImm()
856 } else if (value_bits == 16) { in GenImm()
847 GenImm(Opcode opcode, int32_t value, Register rj, Register rd, int32_t value_bits) GenImm() argument
H A Dassembler-loong64.h982 int32_t value_bits); // 6 | 12 | 14 | 16
/third_party/ffmpeg/libavcodec/
H A Datrac9tab.h428 const int value_bits; member
H A Datrac9dec.c428 coeffs[k] = sign_extend(val, huff->value_bits); in read_coeffs_coarse()
429 val >>= huff->value_bits; in read_coeffs_coarse()

Completed in 20 milliseconds