/external/vixl/test/aarch64/ |
D | test-api-aarch64.cc | 46 VIXL_CHECK(x0.GetBit() == (UINT64_C(1) << 0)); in TEST() 47 VIXL_CHECK(x1.GetBit() == (UINT64_C(1) << 1)); in TEST() 48 VIXL_CHECK(x10.GetBit() == (UINT64_C(1) << 10)); in TEST() 51 VIXL_CHECK(lr.GetBit() == (UINT64_C(1) << kLinkRegCode)); in TEST() 54 VIXL_CHECK(xzr.GetBit() == (UINT64_C(1) << kZeroRegCode)); in TEST() 57 VIXL_CHECK(sp.GetBit() == (UINT64_C(1) << kSPRegInternalCode)); in TEST() 58 VIXL_CHECK(sp.GetBit() != xzr.GetBit()); in TEST() 61 VIXL_CHECK(x0.GetBit() == w0.GetBit()); in TEST() 62 VIXL_CHECK(x1.GetBit() == w1.GetBit()); in TEST() 63 VIXL_CHECK(x10.GetBit() == w10.GetBit()); in TEST() [all …]
|
D | test-assembler-aarch64.cc | 13557 x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit(); in TEST() 13559 x10.GetBit() | x11.GetBit() | x12.GetBit() | x13.GetBit(); in TEST() 13646 Clobber(&masm, x0.GetBit()); in TEST() 13649 Clobber(&masm, x1.GetBit()); in TEST() 13652 Clobber(&masm, x2.GetBit()); in TEST() 13655 Clobber(&masm, x3.GetBit()); in TEST() 13658 Clobber(&masm, x4.GetBit()); in TEST() 13661 Clobber(&masm, x5.GetBit()); in TEST() 13664 Clobber(&masm, x6.GetBit()); in TEST() 13668 Clobber(&masm, w10.GetBit()); in TEST() [all …]
|
/external/ImageMagick/coders/ |
D | stegano.c | 93 #define GetBit(alpha,i) (((size_t) (alpha) >> (size_t) (i)) & 0x01) in ReadSTEGANOImage() macro 202 SetBit(i,GetBit(pixel.red,j)); in ReadSTEGANOImage() 207 SetBit(i,GetBit(pixel.green,j)); in ReadSTEGANOImage() 212 SetBit(i,GetBit(pixel.blue,j)); in ReadSTEGANOImage()
|
D | otb.c | 100 #define GetBit(a,i) (((a) >> (i)) & 1L) in ReadOTBImage() macro 146 if (GetBit(info,4) == 0) in ReadOTBImage()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 2778 list.GetList() & ~(xzr.GetBit() | sp.GetBit())); in Include() 2792 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Include() 2794 include &= ~(xzr.GetBit() | sp.GetBit()); in Include() 2805 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Include() 2825 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Exclude() 2835 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Exclude() 2851 exclude |= regs[i].GetBit(); in Exclude() 2853 excludefp |= regs[i].GetBit(); in Exclude()
|
D | operands-aarch64.h | 80 RegList GetBit() const { in GetBit() function 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); in IncludesAliasOf()
|
D | assembler-aarch64.cc | 4767 unique_regs |= regs[i].GetBit(); in AreAliased() 4770 unique_fpregs |= regs[i].GetBit(); in AreAliased()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | eepro.c | 55 #define GetBit(x,y) ((x & (1<<y))>>y) macro 610 GetBit(read_eeprom(nic->ioaddr,5), ee_BNC_TPE) ? "BNC" : "TP"); in eepro_probe()
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.h | 352 bool GetBit(size_t index) const;
|
D | stun.cc | 652 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
|
/external/ImageMagick/MagickCore/ |
D | fx.c | 4782 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) in SteganoImage() macro 4875 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage() 4881 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage() 4887 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
|