Home
last modified time | relevance | path

Searched defs:Aligned (Results 1 – 25 of 66) sorted by relevance

123

/external/rust/crates/bstr/src/unicode/fsm/
Dsentence_break_fwd.rs12 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
Dgrapheme_break_rev.rs12 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
Dgrapheme_break_fwd.rs12 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
Dword_break_fwd.rs12 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
Dsimple_word_fwd.rs12 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
Dregional_indicator_rev.rs12 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
Dwhitespace_anchored_fwd.rs12 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
Dwhitespace_anchored_rev.rs12 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/
Dbytereader_unittest.cc642 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/
Dalignment_test.cc28 TEST(AlignUp, Aligned) { in TEST() argument
59 TEST(AlignDown, Aligned) { in TEST() argument
90 TEST(Padding, Aligned) { in TEST() argument
/external/skia/bench/
DGrMemoryPoolBench.cpp17 struct alignas(GrMemoryPool::kAlignment) Aligned { struct
18 char buf[32];
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmap_test.cc77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); } in TEST() argument
/external/protobuf/src/google/protobuf/
Dmap_test.cc77 TEST(MapTest, Aligned) { MapTest_Aligned<AlignedAsDefault>(); } in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DAttributes.h56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
/external/llvm-libc/test/src/string/memory_utils/
Dmemory_check_utils.h39 enum class Aligned : bool { NO = false, YES = true }; enum
/external/llvm/lib/IR/
DAutoUpgrade.cpp563 bool Aligned) { in UpgradeMaskedStore()
583 bool Aligned) { in UpgradeMaskedLoad()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp80 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/
DConstants.h240 Aligned=16, /**< \deprecated Synonym for Aligned16. */ enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FastISel.cpp480 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/
DX86FastISel.cpp503 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/
DAutoUpgrade.cpp1556 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/
DX86FastISel.cpp485 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/
DAutoUpgrade.cpp1236 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/
DSpannedSubject.java781 public interface Aligned { interface in SpannedSubject
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java781 public interface Aligned { interface in SpannedSubject

123