Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/src/
Dv8-debug-helper-interop.h68 uint8_t shift_bits; member
Dv8-debug-helper-interop.cc49 uint8_t num_bits, uint8_t shift_bits) in StructField()
Dobject-inspection.cc217 uint8_t shift_bits, const std::u16string& type_name, in GetModelForBitField()
/third_party/ffmpeg/libavcodec/
Ddcaadpcm.c132 int shift_bits; in ff_dcaadpcm_subband_analysis() local
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper-internal.h56 uint8_t shift_bits) in StructProperty()
Ddebug-helper.h101 uint8_t shift_bits; member
/third_party/skia/src/core/
DSkPaint.cpp231 template <typename T> uint32_t shift_bits(T value, unsigned shift, unsigned bits) { in shift_bits() function
/third_party/node/deps/v8/src/torque/
Dclass-debug-reader-generator.cc44 int shift_bits; member
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc2859 constexpr int shift_bits = 63; in AssembleArchInstruction() local
2869 constexpr int shift_bits = 31; in AssembleArchInstruction() local
2886 constexpr int shift_bits = 15; in AssembleArchInstruction() local
2903 constexpr int shift_bits = 7; in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc2360 auto shift_bits = mshift.right().ResolvedValue(); in ReduceWord32EqualForConstantRhs() local
/third_party/python/Objects/
Dlongobject.c2956 Py_ssize_t a_size, a_bits, shift_digits, shift_bits, x_size; in _PyLong_Frexp() local