Searched defs:aligned (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | copyinout.S | 165 aligned: label
|
| /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
|
| H A D | crypto_scrypt.h | 53 void * base, *aligned; member
|
| /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
|
| /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() 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 D | ngx_buf.c | 229 off_t total, size, aligned, fprev; in ngx_chain_coalesce_file() local
|
| /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
|
| /f-stack/freebsd/mips/mips/ |
| H A D | busdma_machdep.c | 1099 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 D | eal_common_memory.c | 651 uintptr_t aligned = RTE_PTR_ALIGN_FLOOR(virtual, page_size); in rte_mem_lock_page() local
|
| H A D | malloc_heap.c | 211 void *aligned = RTE_PTR_ALIGN_CEIL(data_start, in find_biggest_element() local
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf.c | 200 #define aligned(a, t) (rounddown2((u_long)(a), sizeof(t)) == (u_long)(a)) macro
|