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

  /system/core/libpixelflinger/
t32cb16blend.S 147 beq aligned
158 aligned: label
  /bionic/libc/arch-sh/bionic/
memset.S 98 mova 1f,r0 /* 1f must be 4bytes aligned! */
146 /* 2 bytes aligned small fill */
155 tst #1,r0 /* len is aligned? */
162 mova 1f,r0 /* 1f must be 4bytes aligned! */
214 aligned: label
293 bra aligned
  /external/v8/src/
unicode-inl.h 159 unsigned aligned = (offset + 0x3) & ~0x3; local
160 if ((aligned + sizeof(uchar)) > capacity)
162 if (offset == aligned) {
163 IF_LITTLE(*reinterpret_cast<uchar*>(buffer + aligned) = (c << 8) | 0x80);
164 IF_BIG(*reinterpret_cast<uchar*>(buffer + aligned) = c | (1 << 31));
167 IF_LITTLE(*reinterpret_cast<uchar*>(buffer + aligned) = c << 8);
168 IF_BIG(*reinterpret_cast<uchar*>(buffer + aligned) = c);
170 offset = aligned + sizeof(uchar);
189 unsigned aligned = (*offset + 0x3) & ~0x3; local
190 *offset = aligned + sizeof(uchar)
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.h 177 __ptr_t aligned; /* The address that memaligned returned. */ member in struct:alignlist
  /external/llvm/include/llvm/Support/
Endian.h 25 enum alignment {unaligned, aligned}; enumerator in enum:llvm::support::alignment
33 struct alignment_access_helper<value_type, aligned>
116 class packed_endian_specific_integral<value_type, little, aligned> {
119 return endian::read_le<value_type, aligned>(&Value);
126 class packed_endian_specific_integral<value_type, big, aligned> {
129 return endian::read_be<value_type, aligned>(&Value);
156 <uint8_t, little, aligned> aligned_ulittle8_t;
158 <uint16_t, little, aligned> aligned_ulittle16_t;
160 <uint32_t, little, aligned> aligned_ulittle32_t;
162 <uint64_t, little, aligned> aligned_ulittle64_t
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 402 * instructions don't raise a SIGILL, that they will zero an aligned,
411 char *aligned = test_block; local
415 aligned = (char *)(((HWord)aligned + MAX_DCBZL_SZB) & ~(MAX_DCBZL_SZB - 1));
416 vg_assert((aligned + MAX_DCBZL_SZB) <= &test_block[sizeof(test_block)]);
423 : "r" (aligned) /*in*/
441 : "r" (aligned) /*in*/
    [all...]
  /dalvik/vm/alloc/
Copying.cpp 590 size_t aligned, available, blocks; local
597 aligned = alignUp(length, ALLOC_ALIGNMENT);
601 if (aligned <= available) {
603 heapSource->allocPtr += aligned;
604 heapSource->bytesAllocated += aligned;
610 if (aligned <= BLOCK_SIZE) {
614 heapSource->allocPtr = addr + aligned;
615 heapSource->bytesAllocated += aligned;
623 blocks = alignUp(aligned, BLOCK_SIZE) / BLOCK_SIZE;
628 heapSource->bytesAllocated += aligned;
    [all...]
  /external/dbus/dbus/
dbus-marshal-basic.c 1347 const unsigned char *aligned; local
    [all...]
dbus-marshal-recursive.c 832 * address may not be aligned; you have to align it to the type of the
1805 int aligned; local
    [all...]
dbus-string.c 81 unsigned char *aligned; local
91 aligned = _DBUS_ALIGN_ADDRESS (real_block, 8);
93 real->align_offset = aligned - real_block;
94 real->str = aligned;
252 /* We don't require const strings to be 8-byte aligned as the
946 if (delta == 0) /* only happens if gap_size == 0 and insert_at is aligned already */
1092 * Appends 4 bytes aligned on a 4 byte boundary
1116 * Appends 8 bytes aligned on an 8 byte boundary
1139 * Inserts 2 bytes aligned on a 2 byte boundary
1163 * Inserts 4 bytes aligned on a 4 byte boundar
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 363 /* An entry in the auxiliary primary map. base must be a 64k-aligned
694 tl_assert(VG_IS_2_ALIGNED(a)); // Must be 2-aligned
712 tl_assert(VG_IS_2_ALIGNED(a)); // Must be 2-aligned
1663 Bool aligned, nooverlap; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 867 // Check not aligned addresses.
1582 void* aligned = data; local
1614 void* aligned = data; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 2224 int aligned; member in struct:AttributeDef
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 737 milliseconds