/aosp_15_r20/external/webp/extras/ |
H A D | quality_estimate.c | 26 static WEBP_INLINE uint32_t GetBit(const uint8_t* const data, size_t nb, in GetBit() function
|
/aosp_15_r20/external/pdfium/fxbarcode/datamatrix/ |
H A D | BC_DefaultPlacement.cpp | 56 bool CBC_DefaultPlacement::GetBit(int32_t col, int32_t row) const { in GetBit() function in CBC_DefaultPlacement
|
/aosp_15_r20/external/zucchini/ |
H A D | algorithm.h | 82 constexpr T GetBit(T v) { in GetBit() function
|
H A D | algorithm_unittest.cc | 174 TEST(AlgorithmTest, GetBit) { in TEST() argument
|
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/ |
H A D | algorithm.h | 82 constexpr T GetBit(T v) { in GetBit() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | useful.h | 64 bool GetBit(T i, size_t n) { in GetBit() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/ |
H A D | useful.h | 64 bool GetBit(T i, size_t n) { in GetBit() function
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | record_rdata.cc | 291 bool NsecRecordRdata::GetBit(unsigned i) const { in GetBit() function in net::NsecRecordRdata
|
/aosp_15_r20/system/core/init/ |
H A D | keychords.cpp | 62 bool Keychords::Mask::GetBit(size_t bit) const { in GetBit() function in android::init::Keychords::Mask
|
/aosp_15_r20/external/icing/icing/legacy/index/ |
H A D | icing-flash-bitmap.cc | 335 bool IcingFlashBitmap::GetBit(uint64_t idx) const { in GetBit() function in icing::lib::IcingFlashBitmap
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | meshcop.hpp | 400 bool GetBit(uint8_t aBit) const { return (m8[BitIndex(aBit)] & BitFlag(aBit)) != 0; } in GetBit() function in ot::MeshCoP::SteeringData
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | registers-aarch64.h | 119 RegList GetBit() const { in GetBit() function
|
H A D | simulator-aarch64.h | 321 bool GetBit(int bit) const { in GetBit() function
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/ |
H A D | ddi_encode_avc_specific.cpp | 1836 uint32_t AvcInBits::GetBit() in GetBit() function in encode::AvcInBits
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/ |
H A D | media_ddi_encode_avc.cpp | 1891 uint32_t AvcInBits::GetBit() in GetBit() function in AvcInBits
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | call_op_set.h | 192 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | call_op_set.h | 192 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
|
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrcommon.h | 743 static inline UINT_32 GetBit( in GetBit() function
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | call_op_set.h | 192 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
|
/aosp_15_r20/external/webrtc/api/transport/ |
H A D | stun.cc | 1056 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui.h | 1953 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function
|
H A D | imgui_internal.h | 258 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function
|