Searched refs:PAD (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c33 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) macro
222 fs += PAD(fs, 4);
229 ns += PAD(ns + 2, 4);
256 fs += PAD(fs, 4);
263 ns += PAD(ns + 2, 4);
292 fs += PAD(fs, 4);
299 ns += PAD(ns + 2, 4);
326 fs += PAD(fs, 4);
333 ns += PAD(ns + 2, 4);
/freebsd-11-stable/contrib/ntp/include/
H A Dicom.h49 #define PAD 0xff /* transmit padding */ macro
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c378 #define PAD(howmany, with) { \ macro
959 PAD(width - realsz, blanks);
972 PAD(width - realsz, zeroes);
979 PAD(dprec - size, zeroes);
993 PAD(-expt, zeroes);
1017 PAD(prec - ndig, zeroes);
1026 PAD(width - realsz, blanks);
H A Dvfwprintf.c457 #define PAD(howmany, with) { \ macro
1020 PAD(width - realsz, blanks);
1033 PAD(width - realsz, zeroes);
1040 PAD(dprec - size, zeroes);
1054 PAD(-expt, zeroes);
1079 PAD(prec - ndig, zeroes);
1088 PAD(width - realsz, blanks);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h892 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \
894 (long long)(nbyte), (long long)(PAD), \
896 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \
898 (long long)(nbyte), (long long)(PAD), \
900 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \
902 (long long)(nbyte), (long long)(PAD), \
904 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \
906 (long long)(nbyte), (long long)(PAD), \
1016 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \
1019 (long long)(flags), (long long)(fd), (long long)(PAD), (lon
[all...]
/freebsd-11-stable/sys/crypto/sha2/
H A Dsha256c.c190 static unsigned char PAD[64] = { variable
209 memcpy(&ctx->buf[r], PAD, 56 - r);
212 memcpy(&ctx->buf[r], PAD, 64 - r);
H A Dsha512c.c217 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
240 memcpy(&ctx->buf[r], PAD, 112 - r);
243 memcpy(&ctx->buf[r], PAD, 128 - r);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c78 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI,
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c218 ** BEWARE, these `goto error' on error, and PAD uses `n'.
232 #define PAD(howmany, with) do \ macro
750 PAD(width - realsz, blanks);
766 PAD(width - realsz, zeroes);
769 PAD(dprec - size, zeroes);
775 PAD(width - realsz, blanks);
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c277 #define PAD(n, t, u, d) { \ macro
284 PAD("usb2", PADCTL_PAD_USB2, usb2_powerup, usb2_powerdown),
285 PAD("ulpi", PADCTL_PAD_ULPI, NULL, NULL),
286 PAD("hsic", PADCTL_PAD_HSIC, NULL, NULL),
287 PAD("pcie", PADCTL_PAD_PCIE, pcie_powerup, pcie_powerdown),
288 PAD("sata", PADCTL_PAD_SATA, sata_powerup, sata_powerdown),
/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c2497 #define PAD(len) ((((len) / 4) + !!((len) % 4)) * 4) macro
2505 optlen += PAD(TCPOLEN_SIGNATURE);
2510 optlen = PAD(optlen);
2516 optlen = PAD(TCPOLEN_MAXSEG);
2518 optlen += PAD(TCPOLEN_WINDOW);
2521 optlen += PAD(TCPOLEN_SIGNATURE);
2524 optlen += PAD(TCPOLEN_SACK_PERMITTED);
2526 #undef PAD macro
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c294 #define PAD(width, len, ch) \ macro
1322 PAD(min_width, s_len, pad_char);
1336 PAD(min_width, s_len, pad_char);
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c232 #define MBUF_SET_TX(M, VCI, FLAGS, DATALEN, PAD, MAP) do { \
235 ((PAD & 0x3f) << 16); \
239 #define MBUF_GET_TX(M, VCI, FLAGS, DATALEN, PAD, MAP) do { \
243 (PAD) = ((M)->m_pkthdr.csum_flags >> 16) & 0x3f; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp665 BuildMI(MBB, I, DL, TII->get(R600::PAD));

Completed in 144 milliseconds