Searched refs:__aligned (Results 1 - 25 of 185) sorted by relevance

12345678

/freebsd-12-stable/sys/riscv/include/
H A Dsetjmp.h57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1];
60 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1];
/freebsd-12-stable/sys/sys/
H A D_mutex.h64 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h61 } __aligned(CACHE_LINE_SIZE);
H A Dunpcb.h99 } __aligned(CACHE_LINE_SIZE);
168 } __aligned(MAX(8, sizeof(void *)));
175 } __aligned(8);;
H A D_types.h107 long long __max_align1 __aligned(_Alignof(long long));
109 long double __max_align2 __aligned(_Alignof(long double));
H A Depoch.h35 } __aligned(sizeof(void *));
65 } __aligned(sizeof(void *));
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.h43 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
46 int size __aligned(CACHE_LINE_SIZE);
60 void * volatile items[] __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/net/
H A Dmp_ring.h48 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
50 int size __aligned(CACHE_LINE_SIZE);
64 void * volatile items[] __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/opencrypto/
H A Dgfmult.h37 #define __aligned(x) __attribute__((__aligned__(x))) macro
57 uint32_t a[16] __aligned(REQ_ALIGN); /* bits 0 - 31 */
58 uint32_t b[16] __aligned(REQ_ALIGN); /* bits 63 - 32 */
59 uint32_t c[16] __aligned(REQ_ALIGN); /* bits 95 - 64 */
60 uint32_t d[16] __aligned(REQ_ALIGN); /* bits 127 - 96 */
61 } __aligned(REQ_ALIGN);
/freebsd-12-stable/sys/crypto/via/
H A Dpadlock.h68 union padlock_cw ses_cw __aligned(16);
69 uint32_t ses_ekey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
70 uint32_t ses_dkey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
71 uint8_t ses_iv[16] __aligned(16); /* 128 bit aligned */
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h56 typedef uint16_t __aligned_u16 __aligned(sizeof(uint16_t));
57 typedef uint32_t __aligned_u32 __aligned(sizeof(uint32_t));
58 typedef uint64_t __aligned_u64 __aligned(sizeof(uint64_t));
81 } __aligned(sizeof(void *));
/freebsd-12-stable/sys/powerpc/include/
H A Ducontext.h52 } mcontext_t __aligned(16);
67 } mcontext32_t __aligned(16);
/freebsd-12-stable/sbin/ping/tests/
H A Din_cksum_test.c45 u_char data[] __aligned(sizeof(u_short)) =
56 u_char data[] __aligned(sizeof(u_short)) =
67 u_char data[] __aligned(sizeof(u_short)) =
78 u_char data[] __aligned(sizeof(u_short)) =
89 u_char data[] __aligned(sizeof(u_short)) =
100 u_char data[] __aligned(sizeof(u_short)) =
111 u_char data[] __aligned(sizeof(u_short)) =
122 u_char data[] __aligned(sizeof(u_short)) =
/freebsd-12-stable/bin/pax/
H A Dcpio.h72 } HD_CPIO __aligned(1);
103 } HD_BCPIO __aligned(1);
141 } HD_VCPIO __aligned(1);
H A Dtar.h101 } HD_TAR __aligned(1);
147 } HD_USTAR __aligned(1);
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_rx.h157 struct sfxge_softc *sc __aligned(CACHE_LINE_SIZE);
165 struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE);
178 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Daggsum.h33 } aggsum_bucket_t __aligned(CACHE_LINE_SIZE); typedef in typeref:struct:aggsum_bucket
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_urndisreg.h51 uint8_t sc_response_buf[RNDIS_RESPONSE_LEN] __aligned(4);
/freebsd-12-stable/sys/sparc64/include/
H A Dpcb.h56 } __aligned(64);
H A Ducontext.h43 } __aligned(64);
/freebsd-12-stable/sys/x86/include/
H A Dfpu.h123 } __aligned(16);
140 } __aligned(16);
165 } __aligned(64);
181 } __aligned(64);
H A Dsignal.h80 int sc_fpstate[128] __aligned(16);
152 long sc_fpstate[64] __aligned(16);
/freebsd-12-stable/sys/arm/include/
H A Dpcb.h70 } __aligned(8); /*
H A Dproc.h87 } __aligned(8);
/freebsd-12-stable/lib/libusb/
H A Dlibusb_global_linux.h65 #ifndef __aligned
66 #define __aligned(x) __attribute__((__aligned__(x))) macro

Completed in 276 milliseconds

12345678