Searched defs:GetBit (Results 1 - 6 of 6) sorted by relevance

/external/ImageMagick/coders/
H A Dotb.c102 #define GetBit(a,i) (((a) >> (i)) & 1L)
148 if (GetBit(info,4) == 0)
100 #define GetBit macro
H A Dstegano.c95 #define GetBit(alpha,i) (((size_t) (alpha) >> (size_t) (i)) & 0x01)
204 SetBit(i,GetBit(pixel.red,j));
209 SetBit(i,GetBit(pixel.green,j));
214 SetBit(i,GetBit(pixel.blue,j));
93 #define GetBit macro
/external/vixl/src/aarch64/
H A Doperands-aarch64.h80 RegList GetBit() const { function in class:vixl::aarch64::CPURegister
84 VIXL_DEPRECATED("GetBit", RegList Bit() const) { return GetBit(); }
524 : list_(reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit()),
675 return (type_ == other.GetType()) && ((other.GetBit() & list_) != 0);
/external/webrtc/webrtc/p2p/base/
H A Dstun.cc652 bool StunUInt32Attribute::GetBit(size_t index) const { function in class:cricket::StunUInt32Attribute
/external/syslinux/gpxe/src/drivers/net/
H A Deepro.c55 #define GetBit(x,y) ((x & (1<<y))>>y) macro
610 GetBit(read_eeprom(nic->ioaddr,5), ee_BNC_TPE) ? "BNC" : "TP");
/external/ImageMagick/MagickCore/
H A Dfx.c4782 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) macro
4875 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q);
4881 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q);
4887 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q);

Completed in 254 milliseconds