Home
last modified time | relevance | path

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

1234

/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_vect.h27 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 Dscrypt_platform.c43 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 Dcrypto_scrypt.h53 void * base, *aligned; member
/f-stack/freebsd/contrib/openzfs/include/
H A Dzfs_fletcher.h74 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 Dal_hal_types.h81 #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 Dngx_solaris_sendfilev_chain.c46 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 Dngx_buf.c229 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 Dfsi-master-ast-cf.txt17 the ColdFire. Must be 2M aligned on
18 AST2400 and 1M aligned on AST2500
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c77 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 Dvdev_raidz_math_powerpc_altivec.c231 __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 Dargon2-core.c113 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 Dpages.c318 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 Dsynopsys-dw-mshc-common.yaml51 fifo-watermark-aligned:
54 watermark in PIO mode. But fifo watermark is requested to be aligned
H A Dzx-dw-mshc.txt23 fifo-watermark-aligned;
/f-stack/freebsd/arm64/arm64/
H A Dcopyinout.S155 b.eq aligned
165 aligned: label
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dexport.h50 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
/f-stack/dpdk/doc/guides/cryptodevs/features/
H A Dkasumi.ini10 Non-Byte aligned data = Y
H A Dzuc.ini10 Non-Byte aligned data = Y
H A Dsnow3g.ini10 Non-Byte aligned data = Y
/f-stack/freebsd/contrib/ck/include/gcc/
H A Dck_cc.h73 #define CK_CC_ALIGN(B) __attribute__((aligned(B)))
/f-stack/freebsd/contrib/device-tree/Bindings/rng/
H A Dtimeriomem_rng.txt15 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 Dsmsc-lan91c111.txt17 u16 writes to be 32 bits aligned
/f-stack/freebsd/contrib/octeon-sdk/
H A Docteon-feature.c55 CVMX_SHARED uint8_t octeon_feature_map[FEATURE_MAP_SIZE] __attribute__((aligned(128)));
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h307 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 DSFMT.c1453 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()

1234