Searched defs:shift_bits (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore/core/utils/ |
| D | hashing.h | 40 constexpr int shift_bits = (sizeof(std::size_t) == 8 ? 3 : 1); in operator() local
|
| /third_party/iptables/include/linux/netfilter/ |
| D | xt_connmark.h | 28 __u8 shift_dir, shift_bits, mode; member
|
| /third_party/grpc/tools/codegen/core/ |
| D | gen_stats_data.py | 73 def shift_works_until(mapped_bounds, shift_bits): argument
|
| /third_party/ffmpeg/libavcodec/ |
| D | dcaadpcm.c | 132 int shift_bits; in ff_dcaadpcm_subband_analysis() local
|
| /third_party/skia/src/core/ |
| D | SkPaint.cpp | 231 template <typename T> uint32_t shift_bits(T value, unsigned shift, unsigned bits) { in shift_bits() function
|
| /third_party/flutter/skia/src/core/ |
| D | SkPaint.cpp | 262 template <typename T> uint32_t shift_bits(T value, unsigned shift, unsigned bits) { in shift_bits() function
|
| /third_party/python/Objects/ |
| D | longobject.c | 2740 Py_ssize_t a_size, a_bits, shift_digits, shift_bits, x_size; in _PyLong_Frexp() local
|