Home
last modified time | relevance | path

Searched refs:GetBit (Results 1 – 16 of 16) sorted by relevance

/external/vixl/test/aarch64/
Dtest-api-aarch64.cc151 VIXL_CHECK(x0.GetBit() == (UINT64_C(1) << 0)); in TEST()
152 VIXL_CHECK(x1.GetBit() == (UINT64_C(1) << 1)); in TEST()
153 VIXL_CHECK(x10.GetBit() == (UINT64_C(1) << 10)); in TEST()
156 VIXL_CHECK(lr.GetBit() == (UINT64_C(1) << kLinkRegCode)); in TEST()
159 VIXL_CHECK(xzr.GetBit() == (UINT64_C(1) << kZeroRegCode)); in TEST()
162 VIXL_CHECK(sp.GetBit() == (UINT64_C(1) << kSPRegInternalCode)); in TEST()
163 VIXL_CHECK(sp.GetBit() != xzr.GetBit()); in TEST()
166 VIXL_CHECK(x0.GetBit() == w0.GetBit()); in TEST()
167 VIXL_CHECK(x1.GetBit() == w1.GetBit()); in TEST()
168 VIXL_CHECK(x10.GetBit() == w10.GetBit()); in TEST()
[all …]
Dtest-assembler-aarch64.cc7420 x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit(); in TEST()
7422 x10.GetBit() | x11.GetBit() | x12.GetBit() | x13.GetBit(); in TEST()
7509 Clobber(&masm, x0.GetBit()); in TEST()
7512 Clobber(&masm, x1.GetBit()); in TEST()
7515 Clobber(&masm, x2.GetBit()); in TEST()
7518 Clobber(&masm, x3.GetBit()); in TEST()
7521 Clobber(&masm, x4.GetBit()); in TEST()
7524 Clobber(&masm, x5.GetBit()); in TEST()
7527 Clobber(&masm, x6.GetBit()); in TEST()
7531 Clobber(&masm, w10.GetBit()); in TEST()
[all …]
/external/mesa3d/src/amd/addrlib/src/core/
Daddrcommon.h670 static inline UINT_32 GetBit( in GetBit() function
726 mort |= (GetBit(y, i) << (2 * i)); in MortonGen2d()
727 mort |= (GetBit(x, i) << (2 * i + 1)); in MortonGen2d()
751 mort |= (GetBit(z, i) << (3 * i)); in MortonGen3d()
752 mort |= (GetBit(y, i) << (3 * i + 1)); in MortonGen3d()
753 mort |= (GetBit(x, i) << (3 * i + 2)); in MortonGen3d()
775 reverse |= (GetBit(v, num - 1 - i) << i); in ReverseBitVector()
Daddrlib2.cpp1620 microBlockOffset = (GetBit(pIn->x, 0) << 4) | in ComputeSurface2DMicroBlockOffset()
1621 (GetBit(pIn->y, 0) << 5) | in ComputeSurface2DMicroBlockOffset()
1622 (GetBit(pIn->x, 1) << 6) | in ComputeSurface2DMicroBlockOffset()
1623 (GetBit(pIn->y, 1) << 7); in ComputeSurface2DMicroBlockOffset()
1632 (GetBit(pIn->y, 0) << 4) | in ComputeSurface2DMicroBlockOffset()
1643 (GetBit(pIn->x, 0) << 4) | in ComputeSurface2DMicroBlockOffset()
/external/ImageMagick/coders/
Dstegano.c93 #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()
Dotb.c100 #define GetBit(a,i) (((a) >> (i)) & 1L) in ReadOTBImage() macro
146 if (GetBit(info,4) == 0) in ReadOTBImage()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc2935 list.GetList() & ~(xzr.GetBit() | sp.GetBit())); in Include()
2949 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Include()
2951 include &= ~(xzr.GetBit() | sp.GetBit()); in Include()
2962 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Include()
2982 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Exclude()
2992 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Exclude()
3008 exclude |= regs[i].GetBit(); in Exclude()
3010 excludefp |= regs[i].GetBit(); in Exclude()
Doperands-aarch64.h79 RegList GetBit() const { in GetBit() function
83 VIXL_DEPRECATED("GetBit", RegList Bit() const) { return GetBit(); }
556 : list_(reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit()),
Dassembler-aarch64.cc6208 unique_regs |= regs[i].GetBit(); in AreAliased()
6211 unique_fpregs |= regs[i].GetBit(); in AreAliased()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h114 return GetBit(GRPC_WRITE_NO_COMPRESS); in get_no_compression()
139 inline bool get_buffer_hint() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in get_buffer_hint()
153 inline bool is_corked() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in is_corked()
179 inline bool is_write_through() const { return GetBit(GRPC_WRITE_THROUGH); } in is_write_through()
197 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
/external/webrtc/webrtc/p2p/base/
Dstun.h352 bool GetBit(size_t index) const;
Dstun.cc652 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
/external/ImageMagick/MagickCore/
Dvisual-effects.c2457 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) in SteganoImage() macro
2550 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
2556 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
2562 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1851 …if (cfg.MergeMode && dst_tmp.GlyphsSet.GetBit(codepoint)) // Don't overwrite existing glyphs. We… in ImFontAtlasBuildWithStbTruetype()
2379 if (GetBit(n)) in BuildRanges()
2382 while (n < 0x10000 && GetBit(n + 1)) in BuildRanges()
Dimgui_internal.h258 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function
Dimgui.h1953 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function