Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dstegano.c93 #define GetBit(alpha,i) (((size_t) (alpha) >> (size_t) (i)) & 0x01) in ReadSTEGANOImage() macro
Dotb.c100 #define GetBit(a,i) (((a) >> (i)) & 1L) in ReadOTBImage() macro
/external/webp/extras/
Dquality_estimate.c26 static WEBP_INLINE uint32_t GetBit(const uint8_t* const data, size_t nb, in GetBit() function
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp56 bool CBC_DefaultPlacement::GetBit(int32_t col, int32_t row) const { in GetBit() function in CBC_DefaultPlacement
/external/zucchini/
Dalgorithm.h82 constexpr T GetBit(T v) { in GetBit() function
Dalgorithm_unittest.cc174 TEST(AlgorithmTest, GetBit) { in TEST() argument
/external/zucchini/aosp/include/components/zucchini/
Dalgorithm.h82 constexpr T GetBit(T v) { in GetBit() function
/external/openthread/src/core/meshcop/
Dmeshcop.hpp401 bool GetBit(uint8_t aBit) const { return (m8[BitIndex(aBit)] & BitFlag(aBit)) != 0; } in GetBit() function in ot::MeshCoP::SteeringData
/external/cronet/net/dns/
Drecord_rdata.cc289 bool NsecRecordRdata::GetBit(unsigned i) const { in GetBit() function in net::NsecRecordRdata
/external/icing/icing/legacy/index/
Dicing-flash-bitmap.cc312 bool IcingFlashBitmap::GetBit(uint64_t idx) const { in GetBit() function in icing::lib::IcingFlashBitmap
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h197 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
/external/mesa3d/src/amd/addrlib/src/core/
Daddrcommon.h670 static inline UINT_32 GetBit( in GetBit() function
/external/vixl/src/aarch64/
Dregisters-aarch64.h119 RegList GetBit() const { in GetBit() function
Dsimulator-aarch64.h321 bool GetBit(int bit) const { in GetBit() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dcall_op_set.h188 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h188 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
/external/webrtc/api/transport/
Dstun.cc1056 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
/external/ImageMagick/MagickCore/
Dvisual-effects.c2467 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) in SteganoImage() macro
/external/mesa3d/src/imgui/
Dimgui.h1953 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function
Dimgui_internal.h258 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function