/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_format_newc.c | 14 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) macro
|
/freebsd/contrib/ntp/include/ |
H A D | icom.h | 49 #define PAD 0xff /* transmit padding */ macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
H A D | hash_sha256_cp.c | 147 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 D | hash_sha512_cp.c | 163 static const uint8_t PAD[128] = { variable
|
/freebsd/sys/crypto/sha2/ |
H A D | sha256c.c | 220 static unsigned char PAD[64] = { variable
|
H A D | sha512c.c | 251 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 919 #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 D | vfprintf.c | 232 #define PAD(howmany, with) do \ macro
|
/freebsd/lib/libc/stdio/ |
H A D | vfprintf.c | 373 #define PAD(howmany, with) { \ in __vfprintf() macro
|
H A D | vfwprintf.c | 447 #define PAD(howmany, with) { \ in __vfwprintf() macro
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_xusbpadctl.c | 269 #define PAD(n, t, u, d) { \ macro
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_xusbpadctl.c | 436 #define PAD(n, t, cn, rn, e, d) { \ macro
|