HomeSort by relevance Sort by last modified time
    Searched defs:aligned (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/test/MC/ARM/
directive-align.s 13 aligned: label
17 @ CHECK-LABEL: aligned
  /external/compiler-rt/test/asan/TestCases/Darwin/
malloc_set_zone_name-mprotect.cc 4 // page-aligned address, so we can only test on a best-effort basis.
23 // Try to allocate a page-aligned malloc zone. Otherwise the mprotect() call
26 bool aligned = false; local
30 aligned = true;
34 if (!aligned) {
35 printf("Warning: couldn't allocate a page-aligned zone.");
  /external/linux-tools-perf/perf-3.12.0/arch/alpha/lib/
memset.S 50 beq $3,aligned /* .. E1 (note EV5 zero-latency forwarding) */
59 subq $16,$3,$16 /* E0 $16 is new aligned destination */
68 aligned: label
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pointer.h 82 * Return a pointer aligned to next multiple of N bytes.
87 uintptr_t aligned = (pointer_to_uintptr( unaligned ) + alignment - 1) & ~(alignment - 1); local
88 return uintptr_to_pointer( aligned );
93 * Return a pointer aligned to next multiple of 16 bytes.
  /external/clang/test/SemaCXX/
cxx11-gnu-attrs.cpp 18 [[gnu::aligned(8)]] int aligned; variable
19 void aligned_fn [[gnu::aligned(32)]] ();
20 struct [[gnu::aligned(8)]] aligned_struct {};
  /external/mesa3d/src/gallium/auxiliary/util/
u_pointer.h 82 * Return a pointer aligned to next multiple of N bytes.
87 uintptr_t aligned = (pointer_to_uintptr( unaligned ) + alignment - 1) & ~(alignment - 1); local
88 return uintptr_to_pointer( aligned );
93 * Return a pointer aligned to next multiple of 16 bytes.
  /external/deqp/framework/common/
tcuFloatFormat.cpp 244 const deUint64 aligned = fraction << (numDigits * 4 - m_fractionBits); local
249 << std::hex << std::setw(numDigits) << std::setfill('0') << aligned
  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 242 bool aligned = ( (reinterpret_cast<size_t>(src)&15) | (reinterpret_cast<size_t>(dst)&15) ) == 0; local
243 int64_t key = ( (nfft<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1;
251 bool aligned = ( (reinterpret_cast<size_t>(src)&15) | (reinterpret_cast<size_t>(dst)&15) ) == 0; local
252 int64_t key = ( ( (((int64_t)n0) << 30)|(n1<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1 ) + 1;
  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 88 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; local
108 if (!aligned)
228 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); local
248 if (!aligned)
296 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); local
316 if (!aligned)
es2sDrawTests.cpp 111 bool aligned; member in struct:deqp::gles2::Stress::__anon24587::IndexTest
145 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
  /external/e2fsprogs/e2fsck/
mtrace.h 177 __ptr_t aligned; /* The address that memaligned returned. */ member in struct:alignlist
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 62 SrcScalarType aligned[4]; local
63 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType));
65 dst[Order::T0] = DstScalarType(aligned[0]);
66 if (size >= 2) dst[Order::T1] = DstScalarType(aligned[1]);
67 if (size >= 3) dst[Order::T2] = DstScalarType(aligned[2]);
68 if (size >= 4) dst[Order::T3] = DstScalarType(aligned[3]);
76 SrcScalarType aligned[4]; local
77 deMemcpy(aligned, ptr, size * sizeof(SrcScalarType));
79 dst[Order::T0] = float(aligned[0]) / float(range);
80 if (size >= 2) dst[Order::T1] = float(aligned[1]) / float(range)
91 SrcScalarType aligned[4]; local
106 SrcScalarType aligned[4]; local
117 deUint16 aligned[4]; local
128 deInt32 aligned[4]; local
139 double aligned[4]; local
157 deUint32 aligned; local
169 deUint32 aligned; local
184 deUint32 aligned; local
200 deUint32 aligned; local
216 deUint32 aligned; local
    [all...]
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; local
107 if (!aligned)
295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); local
315 if (!aligned)
396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); local
416 if (!aligned)
es3sDrawTests.cpp 292 bool aligned; member in struct:deqp::gles3::Stress::__anon24869::IndexTest
331 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
  /external/llvm/include/llvm/Support/
Endian.h 26 enum {aligned = 0, unaligned = 1}; enumerator in enum:llvm::support::__anon5164
121 <uint8_t, little, aligned> aligned_ulittle8_t;
123 <uint16_t, little, aligned> aligned_ulittle16_t;
125 <uint32_t, little, aligned> aligned_ulittle32_t;
127 <uint64_t, little, aligned> aligned_ulittle64_t;
130 <int8_t, little, aligned> aligned_little8_t;
132 <int16_t, little, aligned> aligned_little16_t;
134 <int32_t, little, aligned> aligned_little32_t;
136 <int64_t, little, aligned> aligned_little64_t;
157 <uint8_t, big, aligned> aligned_ubig8_t
    [all...]
  /external/openfst/src/test/
fst_test.h 212 const string aligned = FLAGS_tmpdir + "/aligned.fst"; local
239 // check mmaping by first writing the file with the aligned attribute set
241 ofstream ostr(aligned.c_str());
243 opts.source = aligned;
247 ifstream istr(aligned.c_str());
250 opts.source = aligned;
260 ofstream ostr(aligned.c_str());
262 opts.source = aligned;
266 ifstream istr(aligned.c_str())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.h 185 void *aligned = align_pointer(ptr, alignment); local
186 return (ptr == aligned) ? VG_TRUE : VG_FALSE;
  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; local
107 if (aligned)
227 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); local
247 if (aligned)
295 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); local
315 if (aligned)
es2fDrawTests.cpp 313 bool aligned; member in struct:deqp::gles2::Functional::__anon24492::IndexTest
347 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
679 // Only aligned cases
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h 185 void *aligned = align_pointer(ptr, alignment); local
186 return (ptr == aligned) ? VG_TRUE : VG_FALSE;
  /bionic/libc/bionic/
system_properties.cpp 301 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint32_t)); local
302 if (pa->bytes_used + aligned > pa_data_size) {
307 pa->bytes_used += aligned;
  /external/compiler-rt/lib/msan/
msan.cc 40 // aligned address.
544 // 4 byte aligned.
601 uptr aligned = x & ~3ULL; local
602 uptr origin_ptr = MEM_TO_ORIGIN(aligned);
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 84 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; local
104 if (aligned)
292 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); local
312 if (aligned)
393 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); local
413 if (aligned)
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 16 *** Platform checks for aligned malloc functions ***
24 // Try to determine automatically if malloc is already aligned.
26 // On 64-bit systems, glibc's malloc returns 16-byte-aligned pointers, see:
27 // http://www.gnu.org/s/libc/manual/html_node/Aligned-Memory-Blocks.html
40 // FreeBSD 6 seems to have 16-byte aligned malloc
42 // FreeBSD 7 seems to have 16-byte aligned malloc except on ARM and MIPS architectures
96 *** Implementation of handmade aligned functions ***
99 /* ----- Hand made implementations of aligned malloc/free and realloc ----- */
101 /** \internal Like malloc, but the returned pointer is guaranteed to be 16-byte aligned.
108 void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(15))) + 16) local
131 void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(15))) + 16); local
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 976 AlignedSpan* aligned = alignedArray->append(); local
993 bool aligned = false; local
    [all...]

Completed in 763 milliseconds

1 2