| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_vect.h | 27 typedef uint8_t rte_v64u8_t __attribute__((vector_size(8), aligned(8))); 34 typedef uint16_t rte_v64u16_t __attribute__((vector_size(8), aligned(8))); 41 typedef uint32_t rte_v64u32_t __attribute__((vector_size(8), aligned(8))); 49 typedef uint8_t rte_v128u8_t __attribute__((vector_size(16), aligned(16))); 56 typedef uint16_t rte_v128u16_t __attribute__((vector_size(16), aligned(16))); 63 typedef uint32_t rte_v128u32_t __attribute__((vector_size(16), aligned(16))); 80 typedef uint8_t rte_v256u8_t __attribute__((vector_size(32), aligned(32))); 112 typedef int8_t rte_v64s8_t __attribute__((vector_size(8), aligned(8))); 119 typedef int16_t rte_v64s16_t __attribute__((vector_size(8), aligned(8))); 126 typedef int32_t rte_v64s32_t __attribute__((vector_size(8), aligned(8))); [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | scrypt_platform.c | 43 uint8_t *base, *aligned; in alloc_region() local 50 aligned = base; in alloc_region() 55 aligned = base; in alloc_region() 57 base = aligned = NULL; in alloc_region() 61 aligned = base + 63; in alloc_region() 62 aligned -= (uintptr_t) aligned & 63; in alloc_region() 66 region->aligned = aligned; in alloc_region() 69 return aligned; in alloc_region() 75 region->base = region->aligned = NULL; in init_region()
|
| H A D | crypto_scrypt.h | 53 void * base, *aligned; member
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | zfs_fletcher.h | 74 uint64_t v[2] __attribute__((aligned(16))); 78 uint64_t v[4] __attribute__((aligned(32))); 82 uint64_t v[8] __attribute__((aligned(64))); 86 uint64_t v[2] __attribute__((aligned(16)));
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_types.h | 81 #define __packed_a4 __attribute__ ((packed, aligned(4))) 82 #define __packed_a8 __attribute__ ((packed, aligned(8))) 83 #define __packed_a16 __attribute__ ((packed, aligned(16)))
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_solaris_sendfilev_chain.c | 46 off_t size, send, prev_send, aligned, fprev; in ngx_solaris_sendfilev_chain() local 133 aligned = (cl->buf->file_pos + size + ngx_pagesize - 1) in ngx_solaris_sendfilev_chain() 136 if (aligned <= cl->buf->file_last) { in ngx_solaris_sendfilev_chain() 137 size = aligned - cl->buf->file_pos; in ngx_solaris_sendfilev_chain()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.c | 229 off_t total, size, aligned, fprev; in ngx_chain_coalesce_file() local 244 aligned = (cl->buf->file_pos + size + ngx_pagesize - 1) in ngx_chain_coalesce_file() 247 if (aligned <= cl->buf->file_last) { in ngx_chain_coalesce_file() 248 size = aligned - cl->buf->file_pos; in ngx_chain_coalesce_file()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fsi/ |
| H A D | fsi-master-ast-cf.txt | 17 the ColdFire. Must be 2M aligned on 18 AST2400 and 1M aligned on AST2500
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_scalar.c | 77 static uint8_t vdev_raidz_mul_lt[256][256] __attribute__((aligned(256))); 268 const uint8_t vdev_raidz_pow2[256] __attribute__((aligned(256))) = { 304 const uint8_t vdev_raidz_log2[256] __attribute__((aligned(256))) = {
|
| H A D | vdev_raidz_math_powerpc_altivec.c | 231 __attribute__((aligned(256))) gf_clmul_mod_lt[4*256][16] = { 2285 __attribute__((aligned(256))) gf_clmul_mod_lt[4*256][16] = {
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-core.c | 113 uint8_t *aligned = ((uint8_t *) base) + 63; in allocate_memory() local 114 aligned -= (uintptr_t) aligned & 63; in allocate_memory() 115 memcpy(&memory, &aligned, sizeof memory); in allocate_memory()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | pages.c | 318 pages_huge_impl(void *addr, size_t size, bool aligned) { in pages_huge_impl() argument 319 if (aligned) { in pages_huge_impl() 341 pages_nohuge_impl(void *addr, size_t size, bool aligned) { in pages_nohuge_impl() argument 342 if (aligned) { in pages_nohuge_impl()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | synopsys-dw-mshc-common.yaml | 51 fifo-watermark-aligned: 54 watermark in PIO mode. But fifo watermark is requested to be aligned
|
| H A D | zx-dw-mshc.txt | 23 fifo-watermark-aligned;
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | copyinout.S | 155 b.eq aligned 165 aligned: label
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | export.h | 50 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
|
| /f-stack/dpdk/doc/guides/cryptodevs/features/ |
| H A D | kasumi.ini | 10 Non-Byte aligned data = Y
|
| H A D | zuc.ini | 10 Non-Byte aligned data = Y
|
| H A D | snow3g.ini | 10 Non-Byte aligned data = Y
|
| /f-stack/freebsd/contrib/ck/include/gcc/ |
| H A D | ck_cc.h | 73 #define CK_CC_ALIGN(B) __attribute__((aligned(B)))
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rng/ |
| H A D | timeriomem_rng.txt | 15 N.B. currently 'reg' must be at least four bytes wide and 32-bit aligned
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | smsc-lan91c111.txt | 17 u16 writes to be 32 bits aligned
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | octeon-feature.c | 55 CVMX_SHARED uint8_t octeon_feature_map[FEATURE_MAP_SIZE] __attribute__((aligned(128)));
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_raidz_impl.h | 307 extern const uint8_t vdev_raidz_pow2[256] __attribute__((aligned(256))); 309 extern const uint8_t vdev_raidz_log2[256] __attribute__((aligned(256)));
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | SFMT.c | 1453 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1454 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1487 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1488 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1522 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1523 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1557 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() 1558 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
|