Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 82) sorted by relevance

1234

/external/qemu/distrib/libpng-1.2.19/
Dpnggccrd.c532 } _c64 __attribute__((used, aligned(8))) = {
605 static PNG_CONST ull _mask8_0 __attribute__((used, aligned(8))) = 0x0102040810204080LL;
607 static PNG_CONST ull _mask16_1 __attribute__((used, aligned(8))) = 0x0101020204040808LL;
608 static PNG_CONST ull _mask16_0 __attribute__((used, aligned(8))) = 0x1010202040408080LL;
610 static PNG_CONST ull _mask24_2 __attribute__((used, aligned(8))) = 0x0101010202020404LL;
611 static PNG_CONST ull _mask24_1 __attribute__((used, aligned(8))) = 0x0408080810101020LL;
612 static PNG_CONST ull _mask24_0 __attribute__((used, aligned(8))) = 0x2020404040808080LL;
614 static PNG_CONST ull _mask32_3 __attribute__((used, aligned(8))) = 0x0101010102020202LL;
615 static PNG_CONST ull _mask32_2 __attribute__((used, aligned(8))) = 0x0404040408080808LL;
616 static PNG_CONST ull _mask32_1 __attribute__((used, aligned(8))) = 0x1010101020202020LL;
[all …]
/external/grub/netboot/
Dfa311.c108 volatile struct netdev_desc rx_ring[RX_RING_SIZE] __attribute__ ((aligned (4)));
109 volatile struct netdev_desc tx_ring[TX_RING_SIZE] __attribute__ ((aligned (4)));
119 static char rx_packet[PKT_BUF_SZ * RX_RING_SIZE] __attribute__ ((aligned (4)));
120 static char tx_packet[PKT_BUF_SZ * TX_RING_SIZE] __attribute__ ((aligned (4)));
Dnatsemi.c207 static BufferDesc txd __attribute__ ((aligned(4)));
208 static BufferDesc rxd[NUM_RX_DESC] __attribute__ ((aligned(4)));
214 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
215 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE] __attribute__ ((aligned(4)));
Ddavicom.c140 static struct txdesc txd[NTXD] __attribute__ ((aligned(4)));
144 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4)));
149 static struct rxdesc rxd[NRXD] __attribute__ ((aligned(4)));
153 static unsigned char rxb[NRXD * BUFLEN] __attribute__ ((aligned(4)));
Drtl8139.c162 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
171 static unsigned char rx_ring[RX_BUF_LEN+16] __attribute__((aligned(4)));
Dtulip.c386 static struct tulip_tx_desc tx_ring[TX_RING_SIZE] __attribute__ ((aligned(4)));
391 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4)));
395 static struct tulip_rx_desc rx_ring[RX_RING_SIZE] __attribute__ ((aligned(4)));
400 static unsigned char rxb[RX_RING_SIZE * BUFLEN] __attribute__ ((aligned(4)));
/external/dbus/dbus/
Ddbus-marshal-basic.c1321 const unsigned char *aligned; in _dbus_verbose_bytes() local
1329 aligned = _DBUS_ALIGN_ADDRESS (data, 4); in _dbus_verbose_bytes()
1330 if (aligned > data) in _dbus_verbose_bytes()
1331 aligned -= 4; in _dbus_verbose_bytes()
1332 _dbus_assert (aligned <= data); in _dbus_verbose_bytes()
1334 if (aligned != data) in _dbus_verbose_bytes()
1336 _dbus_verbose ("%4d\t%p: ", - (data - aligned), aligned); in _dbus_verbose_bytes()
1337 while (aligned != data) in _dbus_verbose_bytes()
1340 ++aligned; in _dbus_verbose_bytes()
Ddbus-marshal-recursive.c1785 int aligned; in writer_recurse_array() local
1878 aligned = _DBUS_ALIGN_VALUE (sub->value_pos, alignment); in writer_recurse_array()
1879 if (aligned != sub->value_pos) in writer_recurse_array()
1885 aligned - sub->value_pos, in writer_recurse_array()
1890 sub->value_pos = aligned; in writer_recurse_array()
Ddbus-string.c79 unsigned char *aligned; in fixup_alignment() local
89 aligned = _DBUS_ALIGN_ADDRESS (real_block, 8); in fixup_alignment()
91 real->align_offset = aligned - real_block; in fixup_alignment()
92 real->str = aligned; in fixup_alignment()
/external/iptables/include/
Diptables_common.h13 #define aligned_u64 unsigned long long __attribute__((aligned(8)))
/external/dbus/test/data/invalid-messages/
Dbad-header-field-alignment.message1 ## last field incorrectly aligned to 4 bytes
/external/openssl/crypto/bn/asm/
Dpa-risc2.s134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
158 ; This loop is unrolled 2 times (64-byte aligned as well)
241 ; Top of loop aligned on 64-byte boundary
327 ; This loop is unrolled 2 times (64-byte aligned as well)
403 ; Top of loop aligned on 64-byte boundary
481 ; This loop is unrolled 2 times (64-byte aligned as well)
538 ; Top of loop aligned on 64-byte boundary
605 ; This loop is unrolled 2 times (64-byte aligned as well)
681 ; This loop is unrolled 2 times (64-byte aligned as well)
Dpa-risc2W.s126 NOP ; Needed to make the loop 16-byte aligned
127 NOP ; Needed to make the loop 16-byte aligned
150 ; This loop is unrolled 2 times (64-byte aligned as well)
233 ; Top of loop aligned on 64-byte boundary
317 ; This loop is unrolled 2 times (64-byte aligned as well)
393 ; Top of loop aligned on 64-byte boundary
470 ; This loop is unrolled 2 times (64-byte aligned as well)
527 ; Top of loop aligned on 64-byte boundary
594 ; This loop is unrolled 2 times (64-byte aligned as well)
670 ; This loop is unrolled 2 times (64-byte aligned as well)
Dsparcv8plus.S180 .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!
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsvideo.c165 static unsigned long long head_tags[] __attribute__((aligned(16))) = {
230 static unsigned long long tex_tags[] __attribute__((aligned(16))) = {
240 static unsigned long long scale_tags[] __attribute__((aligned(16))) = {
/external/qemu/
Dcpu-defs.h118 target_phys_addr_t addend __attribute__((aligned(8)));
/external/libffi/src/powerpc/
Dppc_closure.S47 # so first save gpr 3 to gpr 10 (aligned to 4)
58 # next save fpr 1 to fpr 8 (aligned to 8)
/external/e2fsprogs/e2fsck/
Dmtrace.h177 __ptr_t aligned; /* The address that memaligned returned. */ member
/external/libffi/include/
Dffi_real.h258 } ffi_closure __attribute__((aligned (8)));
/external/libpcap/doc/
Dpcap.txt188 / /* variable length, aligned to 32 bits */ /
748 | /* variable length, byte-aligned */ |
852 | /* variable length, byte-aligned */ |
906 | /* variable length, byte-aligned */ |
1186 | /* variable length, byte-aligned */ |
1257 | /* variable length, byte-aligned */ |
1300 | /* variable length, byte-aligned */ |
1356 | /* variable length, byte-aligned */ |
1518 o Data, in the file, must be byte or word aligned? Currently, the
/external/astl/include/
Dvector157 // aligned so that it may be assigned to a pointer to any type of
162 // aligned. I believe the bionic implementation uses a minimum of 8 or 16.
/external/icu4c/config/
Dmh-hpux-acc26 # 4232 conversion to a more strictly aligned type may cause misaligned access.
/external/libffi/src/sparc/
Dv8.S216 .byte 0x50 ! FDE Encoding (aligned absolute)
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h253 __attribute__ ((aligned (16)))
/external/mtpd/
Dpptp.c130 } __attribute__((aligned(4)));

1234