Searched defs:ExtractBits (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/ |
H A D | bit.h | 63 constexpr OutType ExtractBits(InType value) { in ExtractBits() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 203 Value *ExtractBits = OffsetDiff == 0 ? in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 214 Value *ExtractBits = OffsetDiff == 0 ? in runOnFunction() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 241 uint32_t ExtractBits(int msb, int lsb) const { in ExtractBits() function 270 uint32_t ExtractBits() const { in ExtractBits() function
|
H A D | simulator-aarch64.h | 919 uint32_t ExtractBits(int msb, int lsb) const { in ExtractBits() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | rand_util_pa_unittest.cc | 163 int ExtractBits(uint64_t value, int from_bit, int num_bits) { in ExtractBits() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | rand_util_unittest.cc | 301 int ExtractBits(uint64_t value, int from_bit, int num_bits) { in ExtractBits() function
|
/aosp_15_r20/external/vixl/src/ |
H A D | utils-vixl.h | 635 inline Td ExtractBits(Ts value, int least_significant_bit, Td mask) { in ExtractBits() function
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | CommonServices.h | 700 #define ExtractBits( X, MASK, SHIFT ) ( ( ( X ) >> ( SHIFT ) ) & ( ( MASK ) >> ( SHIFT ) ) ) macro
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_framer.cc | 3193 uint8_t ExtractBits(uint8_t flags, uint8_t num_bits, uint8_t offset) { in ExtractBits() function
|