Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dcopyinout.S165 aligned: label
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dscrypt_platform.c43 uint8_t *base, *aligned; in alloc_region() local
H A Dcrypto_scrypt.h53 void * base, *aligned; member
/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
/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()
341 pages_nohuge_impl(void *addr, size_t size, bool aligned) { in pages_nohuge_impl()
/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
/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
/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c1099 bus_dmamap_sync_buf(vm_offset_t buf, int len, bus_dmasync_op_t op, int aligned) in bus_dmamap_sync_buf()
1262 int aligned; in bus_dmamap_sync() local
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memory.c651 uintptr_t aligned = RTE_PTR_ALIGN_FLOOR(virtual, page_size); in rte_mem_lock_page() local
H A Dmalloc_heap.c211 void *aligned = RTE_PTR_ALIGN_CEIL(data_start, in find_biggest_element() local
/f-stack/freebsd/kern/
H A Dimgact_elf.c200 #define aligned(a, t) (rounddown2((u_long)(a), sizeof(t)) == (u_long)(a)) macro