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

/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dscrypt_platform.c43 uint8_t *base, *aligned; local
[all...]
H A Dcrypto_scrypt.h53 void * base, *aligned; member in struct:__anon9554
/freebsd-current/sys/arm64/arm64/
H A Dcopyinout.S164 aligned: label
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h95 constexpr bool aligned(uintptr_t Value) { return Value == align(Value); } function in namespace:clang::interp
98 static inline bool aligned(const void *P) { function in namespace:clang::interp
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h29 enum {aligned = 0, unaligned = 1}; enumerator in enum:llvm::support::__anon1704
[all...]
/freebsd-current/stand/libsa/
H A Dzalloc.c114 char *aligned; local
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c113 uint8_t *aligned = ((uint8_t *) base) + 63; local
/freebsd-current/contrib/jemalloc/src/
H A Dpages.c349 pages_huge_impl(void *addr, size_t size, bool aligned) { argument
372 pages_nohuge_impl(void *addr, size_t size, bool aligned) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp121 StreamString aligned; local
/freebsd-current/crypto/openssl/crypto/
H A Dmem_sec.c415 size_t aligned; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp626 uptr aligned = x & ~3ULL; local
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c63 BYTE* const aligned = (BYTE*)workspace + add; local
/freebsd-current/sys/dev/mxge/
H A Dif_mxge.c600 int aligned = 0; local
[all...]
/freebsd-current/sys/kern/
H A Dimgact_elf.c227 #define aligned(a, t) (rounddown2((u_long)(a), sizeof(t)) == (u_long)(a)) macro
/freebsd-current/stand/ficl/
H A Dwords.c3203 static void aligned(FICL_VM *pVM) function

Completed in 306 milliseconds