| /external/rust/crates/bstr/src/unicode/fsm/ |
| D | sentence_break_fwd.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
| D | grapheme_break_rev.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
| D | grapheme_break_fwd.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
| D | word_break_fwd.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
| D | simple_word_fwd.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
| D | regional_indicator_rev.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable
|
| D | whitespace_anchored_fwd.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { variable 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
| D | whitespace_anchored_rev.rs | 12 struct Aligned<B: ?Sized> { struct 17 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument 30 struct Aligned<B: ?Sized> { struct 35 static ALIGNED: &'static Aligned<[u8]> = &Aligned { argument
|
| /external/google-breakpad/src/common/dwarf/ |
| D | bytereader_unittest.cc | 642 class Aligned: public AlignedFixture, public Test { }; class 644 TEST_F(Aligned, DW_EH_PE_aligned0) { in TEST_F() argument 652 TEST_F(Aligned, DW_EH_PE_aligned1) { in TEST_F() argument 660 TEST_F(Aligned, DW_EH_PE_aligned2) { in TEST_F() argument 668 TEST_F(Aligned, DW_EH_PE_aligned3) { in TEST_F() argument 676 TEST_F(Aligned, DW_EH_PE_aligned11) { in TEST_F() argument 685 TEST_F(Aligned, DW_EH_PE_aligned30) { in TEST_F() argument 694 TEST_F(Aligned, DW_EH_PE_aligned23) { in TEST_F() argument 703 TEST_F(Aligned, DW_EH_PE_aligned03) { in TEST_F() argument
|
| /external/pigweed/pw_bytes/ |
| D | alignment_test.cc | 28 TEST(AlignUp, Aligned) { in TEST() argument 59 TEST(AlignDown, Aligned) { in TEST() argument 90 TEST(Padding, Aligned) { in TEST() argument
|
| /external/skia/bench/ |
| D | GrMemoryPoolBench.cpp | 17 struct alignas(GrMemoryPool::kAlignment) Aligned { struct 18 char buf[32];
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | map_test.cc | 77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); } in TEST() argument
|
| /external/protobuf/src/google/protobuf/ |
| D | map_test.cc | 77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); } in TEST() argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | Attributes.h | 56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
|
| /external/llvm-libc/test/src/string/memory_utils/ |
| D | memory_check_utils.h | 39 enum class Aligned : bool { NO = false, YES = true }; enum
|
| /external/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 563 bool Aligned) { in UpgradeMaskedStore() 583 bool Aligned) { in UpgradeMaskedLoad()
|
| /external/clang/lib/Sema/ |
| D | SemaTemplateInstantiateDecl.cpp | 80 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() 100 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() 138 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr() 161 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr() 316 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); in InstantiateAttrs() local
|
| /external/eigen/Eigen/src/Core/util/ |
| D | Constants.h | 240 Aligned=16, /**< \deprecated Synonym for Aligned16. */ enumerator
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 480 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 654 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 1149 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 503 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 651 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 1124 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 1556 bool Aligned) { in UpgradeMaskedStore() 1578 bool Aligned) { in UpgradeMaskedLoad() 2192 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in UpgradeIntrinsicCall() local 2559 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in UpgradeIntrinsicCall() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 485 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 659 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() 1135 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 1236 bool Aligned) { in UpgradeMaskedStore() 1256 bool Aligned) { in UpgradeMaskedLoad() 1786 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in UpgradeIntrinsicCall() local
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
| D | SpannedSubject.java | 781 public interface Aligned { interface in SpannedSubject
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
| D | SpannedSubject.java | 781 public interface Aligned { interface in SpannedSubject
|