Home
last modified time | relevance | path

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

/third_party/iptables/include/linux/netfilter/
Dxt_connmark.h29 __u8 shift_dir, shift_bits, mode; member
/third_party/grpc/tools/codegen/core/
Dgen_stats_data.py86 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/m133/src/core/
DSkPaintPriv.cpp198 template <typename T> uint32_t shift_bits(T value, unsigned shift, unsigned bits) { in shift_bits() function
/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/rust/rust/compiler/rustc_const_eval/src/interpret/
Dintrinsics.rs246 let shift_bits = raw_shift_bits % width_bits; in emulate_intrinsic() localVariable
/third_party/backends/backend/
Dcoolscan2.c252 int samples_per_scan, depth, real_depth, bytes_per_pixel, shift_bits, member
Dcoolscan3.c217 int samples_per_scan, depth, real_depth, bytes_per_pixel, shift_bits, member
/third_party/python/Objects/
Dlongobject.c2956 Py_ssize_t a_size, a_bits, shift_digits, shift_bits, x_size; in _PyLong_Frexp() local