Home
last modified time | relevance | path

Searched defs:GetBit (Results 1 – 7 of 7) 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/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/core/
Daddrcommon.h641 static inline UINT_32 GetBit( in GetBit() function
/external/vixl/src/aarch64/
Doperands-aarch64.h80 RegList GetBit() const { in GetBit() function
/external/webrtc/webrtc/p2p/base/
Dstun.cc652 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
/external/ImageMagick/MagickCore/
Dfx.c4812 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) in SteganoImage() macro