Home
last modified time | relevance | path

Searched defs:GetBit (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/webp/extras/
H A Dquality_estimate.c26 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 DBC_DefaultPlacement.cpp56 bool CBC_DefaultPlacement::GetBit(int32_t col, int32_t row) const { in GetBit() function in CBC_DefaultPlacement
/aosp_15_r20/external/zucchini/
H A Dalgorithm.h82 constexpr T GetBit(T v) { in GetBit() function
H A Dalgorithm_unittest.cc174 TEST(AlgorithmTest, GetBit) { in TEST() argument
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dalgorithm.h82 constexpr T GetBit(T v) { in GetBit() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Duseful.h64 bool GetBit(T i, size_t n) { in GetBit() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/
H A Duseful.h64 bool GetBit(T i, size_t n) { in GetBit() function
/aosp_15_r20/external/cronet/net/dns/
H A Drecord_rdata.cc291 bool NsecRecordRdata::GetBit(unsigned i) const { in GetBit() function in net::NsecRecordRdata
/aosp_15_r20/system/core/init/
H A Dkeychords.cpp62 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 Dicing-flash-bitmap.cc335 bool IcingFlashBitmap::GetBit(uint64_t idx) const { in GetBit() function in icing::lib::IcingFlashBitmap
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop.hpp400 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 Dregisters-aarch64.h119 RegList GetBit() const { in GetBit() function
H A Dsimulator-aarch64.h321 bool GetBit(int bit) const { in GetBit() function
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
H A Dddi_encode_avc_specific.cpp1836 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 Dmedia_ddi_encode_avc.cpp1891 uint32_t AvcInBits::GetBit() in GetBit() function in AvcInBits
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall_op_set.h192 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/
Dcall_op_set.h192 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 Daddrcommon.h743 static inline UINT_32 GetBit( in GetBit() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dcall_op_set.h192 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc1056 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.h1953 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function
H A Dimgui_internal.h258 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function