Home
last modified time | relevance | path

Searched defs:PAD (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c14 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) macro
/freebsd/contrib/ntp/include/
H A Dicom.h49 #define PAD 0xff /* transmit padding */ macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c147 static const uint8_t PAD[64] = { 0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c163 static const uint8_t PAD[128] = { variable
/freebsd/sys/crypto/sha2/
H A Dsha256c.c220 static unsigned char PAD[64] = { variable
H A Dsha512c.c251 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h919 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ argument
923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ argument
927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ argument
931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ argument
1043 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ argument
1047 #define __sanitizer_syscall_post_mmap(res, addr, len, prot, flags, fd, PAD, \ argument
1064 #define __sanitizer_syscall_pre_lseek(fd, PAD, offset, whence) \ argument
1067 #define __sanitizer_syscall_post_lseek(res, fd, PAD, offset, whence) \ argument
1071 #define __sanitizer_syscall_pre_truncate(path, PAD, length) \ argument
1074 #define __sanitizer_syscall_post_truncate(res, path, PAD, length) \ argument
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c232 #define PAD(howmany, with) do \ macro
/freebsd/lib/libc/stdio/
H A Dvfprintf.c373 #define PAD(howmany, with) { \ in __vfprintf() macro
H A Dvfwprintf.c447 #define PAD(howmany, with) { \ in __vfwprintf() macro
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c269 #define PAD(n, t, u, d) { \ macro
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c436 #define PAD(n, t, cn, rn, e, d) { \ macro