| /src/sys/arch/mac68k/include/ |
| scsi_5380.h | 43 PAD(pad0); 46 PAD(pad1); 49 PAD(pad2); 52 PAD(pad3); 56 PAD(pad4); 60 PAD(pad5); 64 PAD(pad6);
|
| /src/sys/rump/dev/lib/libpad/ |
| Makefile | 4 .PATH: ${.CURDIR}/../../../../dev/pad 9 IOCONF= PAD.ioconf 11 SRCS= pad.c
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_aes_wrap.txt | 59 Cipher = id-aes192-wrap-pad 64 Cipher = id-aes192-wrap-pad 132 Cipher = AES-128-WRAP-PAD-INV 138 Cipher = AES-128-WRAP-PAD-INV 145 Cipher = AES-192-WRAP-PAD-INV 152 Cipher = AES-256-WRAP-PAD-INV 159 Cipher = AES-128-WRAP-PAD-INV 165 Cipher = AES-192-WRAP-PAD-INV 171 Cipher = AES-256-WRAP-PAD-INV
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_aes_wrap.txt | 59 Cipher = id-aes192-wrap-pad 64 Cipher = id-aes192-wrap-pad 132 Cipher = AES-128-WRAP-PAD-INV 138 Cipher = AES-128-WRAP-PAD-INV 145 Cipher = AES-192-WRAP-PAD-INV 152 Cipher = AES-256-WRAP-PAD-INV 159 Cipher = AES-128-WRAP-PAD-INV 165 Cipher = AES-192-WRAP-PAD-INV 171 Cipher = AES-256-WRAP-PAD-INV
|
| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_format_newc.c | 16 /* Number of bytes needed to pad 'n' to multiple of 'block', assuming 21 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) 210 fs += PAD(fs, 4); 217 ns += PAD(ns + 2, 4); 244 fs += PAD(fs, 4); 251 ns += PAD(ns + 2, 4); 280 fs += PAD(fs, 4); 287 ns += PAD(ns + 2, 4); 314 fs += PAD(fs, 4); 321 ns += PAD(ns + 2, 4) [all...] |
| /src/sys/ufs/chfs/ |
| chfs_wbuf.c | 41 #define PAD(x) (((x)+3)&~3) 59 chfs_flush_wbuf(struct chfs_mount *chmp, int pad) 69 KASSERT(pad == WBUF_SETPAD || pad == WBUF_NOPAD); 72 if (pad == WBUF_SETPAD) { 73 chmp->chm_wbuf_len = PAD(chmp->chm_wbuf_len); 174 if (to != PAD(chmp->chm_wbuf_ofs + chmp->chm_wbuf_len)) { 176 PAD(chmp->chm_wbuf_ofs + chmp->chm_wbuf_len)); 245 * If wbuf has free space, pad it to the size of wbuf and write out.
|
| /src/external/bsd/ntp/dist/include/ |
| icom.h | 51 #define PAD 0xff /* transmit padding */
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 893 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ 895 (long long)(nbyte), (long long)(PAD), \ 897 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ 899 (long long)(nbyte), (long long)(PAD), \ 901 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ 903 (long long)(nbyte), (long long)(PAD), \ 905 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ 907 (long long)(nbyte), (long long)(PAD), \ 1017 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ 1020 (long long)(flags), (long long)(fd), (long long)(PAD), (long long)(pos) [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_vm.c | 56 syscallarg(netbsd32_long) PAD; 78 NETBSD32TOX_UAP(PAD, long);
|
| netbsd32_syscallargs.h | 21 register32_t pad; \ 24 int8_t pad[ /* CONSTCOND */ \ 929 syscallarg(int) PAD; 938 syscallarg(int) PAD; 1056 syscallarg(netbsd32_long) PAD; 1068 syscallarg(int) PAD; 1076 syscallarg(int) PAD; 1083 syscallarg(int) PAD; 1561 syscallarg(int) PAD; 1570 syscallarg(int) PAD; [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| netbsd_syscall_hooks.h | 919 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ 921 (long long)(nbyte), (long long)(PAD), \ 923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ 925 (long long)(nbyte), (long long)(PAD), \ 927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ 929 (long long)(nbyte), (long long)(PAD), \ 931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ 933 (long long)(nbyte), (long long)(PAD), \ 1043 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ 1046 (long long)(flags), (long long)(fd), (long long)(PAD), (long long)(pos) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| netbsd_syscall_hooks.h | 919 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ 921 (long long)(nbyte), (long long)(PAD), \ 923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ 925 (long long)(nbyte), (long long)(PAD), \ 927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ 929 (long long)(nbyte), (long long)(PAD), \ 931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ 933 (long long)(nbyte), (long long)(PAD), \ 1043 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ 1046 (long long)(flags), (long long)(fd), (long long)(PAD), (long long)(pos) [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/ |
| hash_sha256_cp.c | 147 static const uint8_t PAD[64] = { 0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162 state->buf[r + i] = PAD[i]; 166 state->buf[r + i] = PAD[i];
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/ |
| hash_sha512_cp.c | 163 static const uint8_t PAD[128] = { 181 state->buf[r + i] = PAD[i]; 185 state->buf[r + i] = PAD[i];
|
| /src/sys/compat/linux32/common/ |
| linux32_misc.c | 282 /* Linux doesn't have the 'pad' pseudo-parameter */ 284 SCARG(&ua, PAD) = 0; 298 /* Linux doesn't have the 'pad' pseudo-parameter */ 300 SCARG(&ua, PAD) = 0; 407 SCARG(&ua, PAD) = 0; 429 SCARG(&ua, PAD) = 0;
|
| linux32_unistd.c | 788 SCARG(&pra, PAD) = 0; 812 SCARG(&pra, PAD) = 0;
|
| /src/external/bsd/ntp/dist/libntp/ |
| icom.c | 80 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI,
|
| /src/lib/libc/stdio/ |
| vfwprintf.c | 607 #define ZEROPAD 0x080 /* zero (as opposed to blank) pad */ 696 #define PADSIZE 16 /* pad chunk size */ 707 * PAD uses `n'. 738 #define PAD(howmany, with) do { \ 755 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \ 1410 * floating precision; finally, if LADJUST, pad with blanks. 1412 * Compute actual size, so we know how much to pad. 1429 PAD(width - realsz, blanks); 1442 PAD(width - realsz, zeroes); 1445 PAD(dprec - size, zeroes) [all...] |
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| quadmath-printf.h | 109 wchar_t pad; /* Padding character. */ member in struct:printf_info 176 #define PAD(f, c, n) __quadmath_do_pad (f, wide, c, n)
|
| printf_fphex.c | 61 if (PAD (fp, ch, len) != len) \ 437 if (!info->left && info->pad != '0' && width > 0) 453 if (!info->left && info->pad == '0' && width > 0) 481 if (info->left && info->pad != '0' && width > 0) 482 PADN (info->pad, width);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| quadmath-printf.h | 109 wchar_t pad; /* Padding character. */ member in struct:printf_info 176 #define PAD(f, c, n) __quadmath_do_pad (f, wide, c, n)
|
| printf_fphex.c | 61 if (PAD (fp, ch, len) != len) \ 437 if (!info->left && info->pad != '0' && width > 0) 453 if (!info->left && info->pad == '0' && width > 0) 481 if (info->left && info->pad != '0' && width > 0) 482 PADN (info->pad, width);
|
| /src/sys/compat/linux/common/ |
| linux_file64.c | 355 /* Linux doesn't have the 'pad' pseudo-parameter */ 357 SCARG(&ta, PAD) = 0; 372 /* Linux doesn't have the 'pad' pseudo-parameter */ 374 SCARG(&ta, PAD) = 0;
|
| linux_file.c | 814 SCARG(&pra, PAD) = 0; 838 SCARG(&pra, PAD) = 0; 863 SCARG(&ua, PAD) = 0; 888 SCARG(&ua, PAD) = 0;
|
| /src/external/bsd/top/dist/ |
| ap_snprintf.c | 321 #define PAD( width, len, ch ) do \ 1127 PAD(min_width, s_len, pad_char); 1139 PAD(min_width, s_len, pad_char);
|