Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dhashing.h40 constexpr int shift_bits = (sizeof(std::size_t) == 8 ? 3 : 1); in operator() local
/third_party/iptables/include/linux/netfilter/
Dxt_connmark.h28 __u8 shift_dir, shift_bits, mode; member
/third_party/grpc/tools/codegen/core/
Dgen_stats_data.py73 def shift_works_until(mapped_bounds, shift_bits): argument
/third_party/ffmpeg/libavcodec/
Ddcaadpcm.c132 int shift_bits; in ff_dcaadpcm_subband_analysis() local
/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/flutter/skia/src/core/
DSkPaint.cpp262 template <typename T> uint32_t shift_bits(T value, unsigned shift, unsigned bits) { in shift_bits() function
/third_party/python/Objects/
Dlongobject.c2740 Py_ssize_t a_size, a_bits, shift_digits, shift_bits, x_size; in _PyLong_Frexp() local