Home
last modified time | relevance | path

Searched refs:PAD (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Daiutils.c328 u32 PAD[6]; member
331 u32 PAD[6]; member
334 u32 PAD[6]; member
337 u32 PAD[38]; member
340 u32 PAD[6]; member
343 u32 PAD[6]; member
346 u32 PAD[6]; member
349 u32 PAD[38]; member
352 u32 PAD[6]; member
355 u32 PAD[6]; member
[all …]
H A Dd11.h65 u16 PAD; member
93 u16 PAD; member
109 u32 PAD[3]; /* 0x0 - 0x8 */ member
112 u32 PAD; /* 0x14 */ member
119 u32 PAD[40]; /* 0x60 - 0xFC */ member
123 u32 PAD[4]; /* 0x110 - 0x11c */ member
133 u32 PAD[2]; /* 0x138 - 0x13C */ member
139 u32 PAD; /* 0x14C */ member
149 u32 PAD[2]; /* 0x168 - 0x16c */ member
153 u32 PAD[2]; /* 0x178 - 0x17c */ member
[all …]
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dsdio.h202 u32 PAD[1]; member
207 u16 PAD[1]; member
209 u16 PAD[1]; member
211 u16 PAD[1]; member
213 u16 PAD[1]; member
222 u32 PAD[2]; member
230 u32 PAD[3]; member
234 u8 PAD[3]; member
236 u8 PAD[155]; member
240 u32 PAD[3]; member
[all …]
H A Dchip.c103 u32 PAD[2]; member
105 u32 PAD[3]; member
107 u32 PAD[11]; member
109 u32 PAD; member
111 u32 PAD[3]; member
113 u32 PAD; member
115 u32 PAD; member
117 u32 PAD[7]; member
123 u32 PAD; member
127 u32 PAD; member
[all …]
/freebsd/sys/contrib/dev/broadcom/brcm80211/include/
H A Dchipcommon.h43 u32 PAD[1]; member
87 u32 PAD; member
92 u32 PAD[2]; member
98 u32 PAD; member
100 u32 PAD[3]; member
104 u32 PAD[2]; member
123 u32 PAD[3]; member
143 u32 PAD[3]; member
149 u32 PAD[17]; member
154 u32 PAD[70]; member
[all …]
H A Ddefs.h88 #ifndef PAD
91 #define PAD _XSTR(__LINE__) macro
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c21 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) macro
210 fs += PAD(fs, 4); in DEFINE_TEST()
217 ns += PAD(ns + 2, 4); in DEFINE_TEST()
244 fs += PAD(fs, 4); in DEFINE_TEST()
251 ns += PAD(ns + 2, 4); in DEFINE_TEST()
280 fs += PAD(fs, 4); in DEFINE_TEST()
287 ns += PAD(ns + 2, 4); in DEFINE_TEST()
314 fs += PAD(fs, 4); in DEFINE_TEST()
321 ns += PAD(ns + 2, 4); in DEFINE_TEST()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_wrap.txt132 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
/freebsd/crypto/openssl/doc/man7/
H A DEVP_CIPHER-AES.pod39 "AES-128-WRAP-PAD", "AES-192-WRAP-PAD", "AES-256-WRAP-PAD",
41 "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and "AES-256-WRAP-PAD-INV"
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
5 multiplexing the PAD input/output signals. For each PAD there are up to
7 different PAD settings (like pull up, keeper, etc) the IOMUXC controls
8 also the PAD settings parameters.
40 Other bits are used for PAD setting.
H A Datmel,at91-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
5 multiplexing the PAD input/output signals. For each PAD there are up to
7 different PAD settings (like pull up, keeper, etc) the controller controls
8 also the PAD settings parameters.
H A Drockchip,pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
5 multiplexing the PAD input/output signals. For each PAD there are several
/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
921 (long long)(nbyte), (long long)(PAD), \
923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ argument
925 (long long)(nbyte), (long long)(PAD), \
927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ argument
929 (long long)(nbyte), (long long)(PAD), \
931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ argument
933 (long long)(nbyte), (long long)(PAD), \
1043 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ argument
1046 (long long)(flags), (long long)(fd), (long long)(PAD), (long long)(pos))
[all …]
/freebsd/lib/libc/stdio/
H A Dvfprintf.c371 #define PAD(howmany, with) { \ in __vfprintf() macro
1002 PAD(width - realsz, blanks); in __vfprintf()
1015 PAD(width - realsz, zeroes); in __vfprintf()
1020 PAD(dprec - size, zeroes); in __vfprintf()
1033 PAD(-expt, zeroes); in __vfprintf()
1057 PAD(prec - ndig, zeroes); in __vfprintf()
1065 PAD(width - realsz, blanks); in __vfprintf()
H A Dvfwprintf.c445 #define PAD(howmany, with) { \ in __vfwprintf() macro
1059 PAD(width - realsz, blanks); in __vfwprintf()
1072 PAD(width - realsz, zeroes); in __vfwprintf()
1077 PAD(dprec - size, zeroes); in __vfwprintf()
1090 PAD(-expt, zeroes); in __vfwprintf()
1115 PAD(prec - ndig, zeroes); in __vfwprintf()
1123 PAD(width - realsz, blanks); in __vfwprintf()
/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
162 state->buf[r + i] = PAD[i]; in SHA256_Pad()
166 state->buf[r + i] = PAD[i]; in SHA256_Pad()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c163 static const uint8_t PAD[128] = { variable
181 state->buf[r + i] = PAD[i]; in SHA512_Pad()
185 state->buf[r + i] = PAD[i]; in SHA512_Pad()
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dcadence-nand-controller.txt21 board delay = RE#PAD delay + PCB trace to device + PCB trace from device
22 + DQ PAD delay
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c232 #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/sys/contrib/device-tree/Bindings/mmc/
H A Dmarvell,xenon-sdhci.txt31 PHY PAD Voltage Control register.
96 Type of Armada 3700 SoC PHY PAD Voltage Controller register.
99 If "sd" is selected, SoC PHY PAD is set as 3.3V at the beginning and is
101 If "fixed-1-8v" is selected, SoC PHY PAD is fixed 1.8V, such as for eMMC.
/freebsd/sys/crypto/sha2/
H A Dsha256c.c216 static unsigned char PAD[64] = { variable
235 memcpy(&ctx->buf[r], PAD, 56 - r); in SHA256_Pad()
238 memcpy(&ctx->buf[r], PAD, 64 - r); in SHA256_Pad()
H A Dsha512c.c246 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
269 memcpy(&ctx->buf[r], PAD, 112 - r); in SHA512_Pad()
272 memcpy(&ctx->buf[r], PAD, 128 - r); in SHA512_Pad()
/freebsd/contrib/ntp/include/
H A Dicom.h49 #define PAD 0xff /* transmit padding */ macro
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c269 #define PAD(n, t, u, d) { \ macro
276 PAD("usb2", PADCTL_PAD_USB2, usb2_powerup, usb2_powerdown),
277 PAD("ulpi", PADCTL_PAD_ULPI, NULL, NULL),
278 PAD("hsic", PADCTL_PAD_HSIC, NULL, NULL),
279 PAD("pcie", PADCTL_PAD_PCIE, pcie_powerup, pcie_powerdown),
280 PAD("sata", PADCTL_PAD_SATA, sata_powerup, sata_powerdown),
/freebsd/contrib/ntp/libntp/
H A Dicom.c78 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI, in icom_freq()

12