/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrcommon.h | 670 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()
|
D | addrlib2.cpp | 1620 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/ |
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/test/aarch64/ |
D | test-api-aarch64.cc | 169 VIXL_CHECK(x0.GetBit() == (UINT64_C(1) << 0)); in TEST() 170 VIXL_CHECK(x1.GetBit() == (UINT64_C(1) << 1)); in TEST() 171 VIXL_CHECK(x10.GetBit() == (UINT64_C(1) << 10)); in TEST() 174 VIXL_CHECK(lr.GetBit() == (UINT64_C(1) << kLinkRegCode)); in TEST() 177 VIXL_CHECK(xzr.GetBit() == (UINT64_C(1) << kZeroRegCode)); in TEST() 180 VIXL_CHECK(sp.GetBit() == (UINT64_C(1) << kSPRegInternalCode)); in TEST() 181 VIXL_CHECK(sp.GetBit() != xzr.GetBit()); in TEST() 184 VIXL_CHECK(x0.GetBit() == w0.GetBit()); in TEST() 185 VIXL_CHECK(x1.GetBit() == w1.GetBit()); in TEST() 186 VIXL_CHECK(x10.GetBit() == w10.GetBit()); in TEST() [all …]
|
D | test-assembler-aarch64.cc | 7487 x0.GetBit() | x1.GetBit() | x2.GetBit() | x3.GetBit(); in TEST() 7489 x10.GetBit() | x11.GetBit() | x12.GetBit() | x13.GetBit(); in TEST() 7576 Clobber(&masm, x0.GetBit()); in TEST() 7579 Clobber(&masm, x1.GetBit()); in TEST() 7582 Clobber(&masm, x2.GetBit()); in TEST() 7585 Clobber(&masm, x3.GetBit()); in TEST() 7588 Clobber(&masm, x4.GetBit()); in TEST() 7591 Clobber(&masm, x5.GetBit()); in TEST() 7594 Clobber(&masm, x6.GetBit()); in TEST() 7598 Clobber(&masm, w10.GetBit()); in TEST() [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 2942 reg_list &= ~(xzr.GetBit() | sp.GetBit()); in Include() 2955 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Include() 2957 include &= ~(xzr.GetBit() | sp.GetBit()); in Include() 2968 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Include() 2984 RegList bit = regs[i].GetBit(); in Include() 3018 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Exclude() 3028 reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit(); in Exclude() 3044 RegList bit = regs[i].GetBit(); in Exclude()
|
D | registers-aarch64.cc | 195 unique_regs |= regs[i].GetBit(); in AreAliased() 199 unique_vregs |= regs[i].GetBit(); in AreAliased() 203 unique_pregs |= regs[i].GetBit(); in AreAliased()
|
D | operands-aarch64.h | 46 : list_(reg1.GetBit() | reg2.GetBit() | reg3.GetBit() | reg4.GetBit()),
|
D | registers-aarch64.h | 119 RegList GetBit() const { in GetBit() function
|
D | simulator-aarch64.h | 320 bool GetBit(int bit) const { in GetBit() function
|
D | simulator-aarch64.cc | 1167 fprintf(stream_, " %c", reg.GetBit(i) ? '1' : '0'); in PrintPartialPRegister() 11589 bool active = pn.GetBit(i); in VisitSVEFFRWriteFromPredicate()
|
D | logic-aarch64.cc | 1828 uint64_t lane_value = pg.GetBit(lane * p_reg_bits_per_lane) in sel()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | call.h | 114 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/icing/icing/legacy/index/ |
D | icing-flash-bitmap.h | 106 bool GetBit(uint64_t idx) const;
|
D | icing-flash-bitmap.cc | 321 bool IcingFlashBitmap::GetBit(uint64_t idx) const { in GetBit() function in icing::lib::IcingFlashBitmap
|
D | icing-dynamic-trie.cc | 2541 bitmap_->GetBit(trie_.ValueIndexToPropertyBitmapIndex(value_index)); in HasProperty() 2577 trie_.property_bitmaps_[property_id]->GetBit( in HasProperty() 2588 !trie_.property_bitmaps_[property_id]->GetBit(idx)) { in IsPropertyUnique() 2597 if (trie_.property_bitmaps_[i] && trie_.property_bitmaps_[i]->GetBit(idx)) { in IsPropertyUnique()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | call_op_set.h | 110 return GetBit(GRPC_WRITE_NO_COMPRESS); in get_no_compression() 135 inline bool get_buffer_hint() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in get_buffer_hint() 149 inline bool is_corked() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in is_corked() 175 inline bool is_write_through() const { return GetBit(GRPC_WRITE_THROUGH); } in is_write_through() 188 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | call_op_set.h | 110 return GetBit(GRPC_WRITE_NO_COMPRESS); in get_no_compression() 135 inline bool get_buffer_hint() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in get_buffer_hint() 149 inline bool is_corked() const { return GetBit(GRPC_WRITE_BUFFER_HINT); } in is_corked() 175 inline bool is_write_through() const { return GetBit(GRPC_WRITE_THROUGH); } in is_write_through() 188 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
|
/external/webrtc/api/transport/ |
D | stun.h | 413 bool GetBit(size_t index) const;
|
D | stun.cc | 893 bool StunUInt32Attribute::GetBit(size_t index) const { in GetBit() function in cricket::StunUInt32Attribute
|
/external/ImageMagick/MagickCore/ |
D | visual-effects.c | 2467 #define GetBit(alpha,i) ((((size_t) (alpha) >> (size_t) (i)) & 0x01) != 0) in SteganoImage() macro 2560 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage() 2566 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage() 2572 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1851 …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()
|
D | imgui_internal.h | 258 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function
|
D | imgui.h | 1953 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function
|