/external/deqp/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 62 SrcScalarType aligned[4]; in readOrder() local 76 SrcScalarType aligned[4]; in readUnormOrder() local 91 SrcScalarType aligned[4]; in readSnormClamp() local 106 SrcScalarType aligned[4]; in readSnormScale() local 117 deUint16 aligned[4]; in readHalf() local 128 deInt32 aligned[4]; in readFixed() local 139 double aligned[4]; in readDouble() local 157 deUint32 aligned; in readUint2101010Rev() local 169 deUint32 aligned; in readInt2101010Rev() local 184 deUint32 aligned; in readUnorm2101010RevOrder() local [all …]
|
/external/llvm/test/MC/ARM/ |
D | directive-align.s | 13 aligned: label
|
/external/clang/test/CodeGenObjC/ |
D | block-over-align.m | 7 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | malloc_set_zone_name-mprotect.cc | 26 bool aligned = false; in main() local
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 88 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 228 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[… in init() local 296 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets… in init() local
|
D | es2sDrawTests.cpp | 111 bool aligned; in init() member
|
/external/clang/test/SemaCXX/ |
D | cxx11-gnu-attrs.cpp | 21 [[gnu::aligned(8)]] int aligned; variable
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local 396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
|
D | es3sDrawTests.cpp | 292 bool aligned; in init() member
|
/external/google-breakpad/src/common/dwarf/ |
D | bytereader.cc | 130 uint64 aligned = (offset + AddressSize() - 1) & -AddressSize(); in ReadEncodedPointer() local
|
/external/clang/test/SemaObjC/ |
D | method-attributes.m | 67 -(id)method2 __attribute__((aligned(16))); 76 -(id)method1 __attribute__((aligned(16))) {
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 108 …void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(1… in handmade_aligned_malloc() local 131 …void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(1… variable
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pointer.h | 87 uintptr_t aligned = (pointer_to_uintptr( unaligned ) + alignment - 1) & ~(alignment - 1); in align_pointer() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 227 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[… in init() local 295 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets… in init() local
|
D | es2fDrawTests.cpp | 313 bool aligned; in init() member
|
/external/valgrind/memcheck/tests/common/ |
D | sh-mem-vec128.tmpl.c | 156 static void do_partial_load_case ( U4 nInitialValid, Bool aligned ) in do_partial_load_case()
|
/external/e2fsprogs/e2fsck/ |
D | mtrace.h | 177 __ptr_t aligned; /* The address that memaligned returned. */ member
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 84 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 292 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local 393 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
|
/external/openfst/src/test/ |
D | fst_test.h | 212 const string aligned = FLAGS_tmpdir + "/aligned.fst"; in TestIO() local
|
/external/skia/bench/ |
D | GameBench.cpp | 31 bool aligned = false, bool useAtlas = false, in GameBench()
|
/external/llvm/include/llvm/Support/ |
D | Endian.h | 26 enum {aligned = 0, unaligned = 1}; enumerator
|
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 244 const deUint64 aligned = fraction << (numDigits * 4 - m_fractionBits); in floatToHex() local
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 129 bool aligned() const { in aligned() function
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_context.h | 185 void *aligned = align_pointer(ptr, alignment); in is_aligned_to() local
|
/external/compiler-rt/lib/msan/ |
D | msan.cc | 541 uptr aligned = x & ~3ULL; in __msan_get_origin() local
|