/third_party/skia/bench/ |
D | GrMemoryPoolBench.cpp | 26 struct alignas(2) Unaligned { struct 29 static_assert(sizeof(Unaligned) == 30); 30 static_assert(sizeof(Unaligned) % GrMemoryPool::kAlignment != 0); 33 static_assert(SkAlignTo(sizeof(Unaligned), GrMemoryPool::kAlignment) == sizeof(Aligned)); 196 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_lg", run_stack<Unaligned>, kLargePool… 197 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_sm", run_stack<Unaligned>, kSmallPool… 198 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_ref", run_stack<Unaligned>, 0); ) 203 DEF_BENCH( return new GrMemoryPoolBench("queue_unaligned_lg", run_queue<Unaligned>, kLargePool… 204 DEF_BENCH( return new GrMemoryPoolBench("queue_unaligned_sm", run_queue<Unaligned>, kSmallPool… 205 DEF_BENCH( return new GrMemoryPoolBench("queue_unaligned_ref", run_queue<Unaligned>, 0); ) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeBuiltin.cpp | 41 return (Mods & ModifierOptions::Unaligned) != ModifierOptions::None; in isUnalignedType()
|
D | NativeTypePointer.cpp | 154 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
|
D | NativeTypeUDT.cpp | 211 return (Modifiers->Modifiers & ModifierOptions::Unaligned) != in isUnalignedType()
|
D | NativeTypeEnum.cpp | 371 return ((Modifiers->getModifiers() & ModifierOptions::Unaligned) != in isUnalignedType()
|
/third_party/flatbuffers/rust/flatbuffers/src/ |
D | verifier.rs | 65 Unaligned { enumerator 157 | Unaligned { error_trace, .. } in append_trace() 251 Err(InvalidFlatbuffer::Unaligned { in is_aligned()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 303 Unaligned = 0x0004 enumerator 362 Unaligned = 0x00000800, enumerator
|
D | TypeRecord.h | 338 return !!(Attrs & uint32_t(PointerOptions::Unaligned)); in isUnaligned()
|
/third_party/boost/boost/gil/ |
D | channel.hpp | 39 #error Unaligned access strictly disabled for some UNIX platforms or ARM architecture 50 #error Unaligned access disabled for unknown platforms and architectures
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 199 if (Mods & uint16_t(ModifierOptions::Unaligned)) in visitKnownRecord()
|
D | EnumTables.cpp | 384 CV_ENUM_CLASS_ENT(ModifierOptions, Unaligned),
|
D | TypeDumpVisitor.cpp | 107 ENUM_ENTRY(ModifierOptions, Unaligned),
|
/third_party/boost/libs/endian/doc/endian/ |
D | overview.adoc | 99 provided. Unaligned integer buffer types are provided for all sizes, and aligned 108 6, 7, and 8 bytes) are provided. Unaligned integer types are provided for all
|
D | buffers.adoc | 141 * Unaligned | aligned 509 * Unaligned types must not cause compilers to insert padding bytes.
|
D | arithmetic.adoc | 147 * Unaligned | aligned 541 * Unaligned types must not cause compilers to insert padding bytes.
|
D | choosing_approach.adoc | 158 integer and floating-point types. Unaligned types are rarely needed, but when
|
/third_party/ffmpeg/libavcodec/x86/ |
D | celt_pvq_search.asm | 207 ; float * inX - Unaligned (SIMD) access, it will be overread,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 333 IO.bitSetCase(Options, "Unaligned", PointerOptions::Unaligned); in bitset() 344 IO.bitSetCase(Options, "Unaligned", ModifierOptions::Unaligned); in bitset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 332 // SSE 1 & 2 - Move Aligned/Unaligned FP Instructions 3223 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions 4447 // SSE3 - Move Unaligned Integer
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 281 - swr/rast: Unaligned and translations in gathers
|
/third_party/NuttX/ |
D | ReleaseNotes | 16246 size. Unaligned nodes generated by memalign later cause heap
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 95661 unaligned memory access. Unaligned memory access usually comes with
|