Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dcopyinout.S164 aligned: label
/freebsd/sys/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
/freebsd/stand/libsa/
H A Dzalloc.c114 char *aligned; in znalloc() local
/freebsd/contrib/jemalloc/src/
H A Dpages.c349 pages_huge_impl(void *addr, size_t size, bool aligned) { in pages_huge_impl()
372 pages_nohuge_impl(void *addr, size_t size, bool aligned) { in pages_nohuge_impl()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c113 uint8_t *aligned = ((uint8_t *) base) + 63; in allocate_memory() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp171 StreamString aligned; in FormatCell() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c379 boolean_t aligned = B_TRUE; in zfs_uio_page_aligned() local
/freebsd/crypto/openssl/crypto/
H A Dmem_sec.c415 size_t aligned; in sh_init() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h29 enum {aligned = 0, unaligned = 1}; enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp635 uptr aligned = x & ~3ULL; in __msan_get_origin() local
/freebsd/sys/kern/
H A Dimgact_elf.c227 #define aligned(a, t) (rounddown2((u_long)(a), sizeof(t)) == (u_long)(a)) macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c63 BYTE* const aligned = (BYTE*)workspace + add; in HUF_alignUpWorkspace() local
/freebsd/sys/dev/mxge/
H A Dif_mxge.c600 int aligned = 0; in mxge_select_firmware() local
/freebsd/stand/ficl/
H A Dwords.c3203 static void aligned(FICL_VM *pVM) in aligned() function