Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/arm64/
H A Dcopyinout.S167 aligned: label
/freebsd-12.1/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-12.1/stand/libsa/
H A Dzalloc.c117 char *aligned; in znalloc() local
/freebsd-12.1/contrib/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()
/freebsd-12.1/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-12.1/sys/dev/drm2/radeon/
H A Dradeon_fb.c70 int aligned = width; in radeon_align_pitch() local
/freebsd-12.1/crypto/openssl/crypto/
H A Dmem_sec.c381 size_t aligned; in sh_init() local
/freebsd-12.1/sys/mips/mips/
H A Dbusdma_machdep.c1084 bus_dmamap_sync_buf(vm_offset_t buf, int len, bus_dmasync_op_t op, int aligned) in bus_dmamap_sync_buf()
1247 int aligned; in bus_dmamap_sync() local
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DEndian.h33 enum {aligned = 0, unaligned = 1}; enumerator
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan.cc599 uptr aligned = x & ~3ULL; in __msan_get_origin() local
/freebsd-12.1/sys/kern/
H A Dimgact_elf.c168 #define aligned(a, t) (rounddown2((u_long)(a), sizeof(t)) == (u_long)(a)) macro
/freebsd-12.1/contrib/gcc/
H A Dsched-rgn.c2117 rgn_print_insn (rtx insn, int aligned) in rgn_print_insn()
/freebsd-12.1/sys/dev/mxge/
H A Dif_mxge.c613 int aligned = 0; in mxge_select_firmware() local
/freebsd-12.1/stand/ficl/
H A Dwords.c3204 static void aligned(FICL_VM *pVM) in aligned() function
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c4104 bool aligned; /* True if memory is aligned, false else. */ member