HomeSort by relevance Sort by last modified time
    Searched refs:aligned (Results 126 - 150 of 175) sorted by null

1 2 3 4 56 7

  /external/libffi/darwin-x86/
ffi.h 257 } ffi_closure __attribute__((aligned (8)));
  /external/libffi/include/
ffi_real.h 258 } ffi_closure __attribute__((aligned (8)));
ffi.h.in 257 } ffi_closure __attribute__((aligned (8)));
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 122 } __attribute__ ((aligned (16)));
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 122 } __attribute__ ((aligned (16)));
  /system/core/logcat/
logcat.cpp 37 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1] __attribute__((aligned(4)));
38 struct logger_entry entry __attribute__((aligned(4)));
  /external/dbus/dbus/
dbus-string.c 79 unsigned char *aligned; local
89 aligned = _DBUS_ALIGN_ADDRESS (real_block, 8);
91 real->align_offset = aligned - real_block;
92 real->str = aligned;
250 /* We don't require const strings to be 8-byte aligned as the
893 if (delta == 0) /* only happens if gap_size == 0 and insert_at is aligned already */
1039 * Appends 4 bytes aligned on a 4 byte boundary
1063 * Appends 8 bytes aligned on an 8 byte boundary
1086 * Inserts 2 bytes aligned on a 2 byte boundary
1110 * Inserts 4 bytes aligned on a 4 byte boundar
    [all...]
dbus-marshal-recursive.c 829 * address may not be aligned; you have to align it to the type of the
1785 int aligned; local
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 253 __attribute__ ((aligned (16)))
  /external/libffi/src/sparc/
v8.S 216 .byte 0x50 ! FDE Encoding (aligned absolute)
v9.S 250 .byte 0x50 ! FDE Encoding (aligned absolute)
  /external/mtpd/
pptp.c 130 } __attribute__((aligned(4)));
l2tp.c 117 uint8_t buffer[MAX_PACKET_LENGTH] __attribute__((aligned(4)));
  /external/openssl/crypto/bn/asm/
sparcv8plus.S 180 .L_bn_mul_add_words_loop: ! wow! 32 aligned!
282 .L_bn_mul_words_loop: ! wow! 32 aligned!
370 .L_bn_sqr_words_loop: ! wow! 32 aligned!
471 .L_bn_add_words_loop: ! wow! 32 aligned!
549 .L_bn_sub_words_loop: ! wow! 32 aligned!
584 .L_bn_sub_words_tail: ! wow! 32 aligned!
    [all...]
  /external/grub/netboot/
tulip.c 289 must be longword instructions and quadword aligned. */
383 /* Note: transmit and receive buffers must be longword aligned and
387 static struct tulip_tx_desc tx_ring[TX_RING_SIZE] __attribute__ ((aligned(4)));
392 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4)));
396 static struct tulip_rx_desc rx_ring[RX_RING_SIZE] __attribute__ ((aligned(4)));
401 static unsigned char rxb[RX_RING_SIZE * BUFLEN] __attribute__ ((aligned(4)));
    [all...]
w89c840.c 170 While similar to the Tulip, these registers are longword aligned.
257 } w840private __attribute__ ((aligned (PRIV_ALIGN_BYTES)));
  /external/kernel-headers/original/asm-x86/
processor_32.h 265 } __attribute__ ((aligned (16)));
336 * pads the TSS to be cacheline-aligned (size is 0x100)
  /external/libffi/src/ia64/
ffi.c 44 that it wants a 16 byte aligned slot. */
47 UINT64 x[2] __attribute__((aligned(16)));
  /external/qemu/tcg/
tcg.h 85 uint8_t data[0] __attribute__ ((aligned));
  /external/libffi/src/mips/
n32.S 75 ADDU t4, v0, 2 * FFI_SIZEOF_ARG -1 # make sure it is aligned
o32.S 68 ADDU v0, bytes, 7 # make sure it is aligned
  /external/qemu/hw/
bt-l2cap.c 33 uint8_t frame_in[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4)));
36 uint8_t frame_out[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4)));
    [all...]
  /external/zlib/contrib/masm686/
match.asm 196 ;/* dword-aligned. */
  /frameworks/base/opengl/libagl/
primitives.cpp 719 int32_t itt[8] __attribute__((aligned(16)));
763 int32_t itt[8] __attribute__((aligned(16)));
    [all...]
  /build/core/
definitions.mk     [all...]

Completed in 2815 milliseconds

1 2 3 4 56 7