| /f-stack/freebsd/kern/ |
| H A D | md4c.c | 80 #define FF(a, b, c, d, x, s) { \ macro 192 FF (a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform() 193 FF (d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform() 194 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform() 195 FF (b, c, d, a, x[ 3], S14); /* 4 */ in MD4Transform() 196 FF (a, b, c, d, x[ 4], S11); /* 5 */ in MD4Transform() 197 FF (d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform() 198 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform() 199 FF (b, c, d, a, x[ 7], S14); /* 8 */ in MD4Transform() 200 FF (a, b, c, d, x[ 8], S11); /* 9 */ in MD4Transform() [all …]
|
| H A D | md5c.c | 110 #define FF(a, b, c, d, x, s, ac) { \ macro 248 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ 249 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ 250 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ 251 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ 252 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ 253 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ 254 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ 255 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ 256 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */ [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | ac14xx.dts | 256 edid = [00 FF FF FF FF FF FF 00 14 94 00 00 00 00 00 00 257 0A 12 01 03 80 1C 23 78 CA 88 FF 94 52 54 8E 27
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra186-p2771-0000.dts | 304 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 0) 315 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 1) 324 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 2)
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | koi-win | 54 D1 FF ; # small ya 102 FF DA ; # capital hard sign
|
| H A D | koi-utf | 108 FF D0AA ; # capital hard sign
|
| H A D | win-utf | 125 FF D18F ; # small ya
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 3 F-Stack (FF) is a high-performance network framework based on DPDK. 5 FF API provides the standard Kqueue/Epoll interface, and a micro threading framework (SPP). 9 ## FF API
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | txtvsbin.txt | 44 7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB), 27 (ESC). 65 7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB) and 27 (ESC); but these
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 101 testpmd> mac_addr add port 1 vf 0 AA:BB:CC:DD:EE:FF 189 testpmd> mac_addr remove 1 AA:BB:CC:DD:EE:FF 345 testpmd> mac_addr add port 1 vf 0 AA:BB:CC:DD:EE:FF
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_pinmux.c | 379 GMUX(0x414, FF, 1, usb_vbus_en2_pff1, usb, rsvd2, rsvd3, rsvd4), 380 GMUX(0x418, FF, 2, pff2, sata, rsvd2, rsvd3, rsvd4), 381 GMUX(0x430, FF, 0, dp_hpd_pff0, dp, rsvd2, rsvd3, rsvd4),
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_frag.rst | 80 Initializing port 2 on lcore 4... Address:00:1B:21:5C:FF:54, rxq=0 txq=2,0 txq=4,1
|
| H A D | vmdq_forwarding.rst | 22 multiple queues. When run with 8 threads, that is, with the -c FF option, each thread receives and …
|
| H A D | ip_reassembly.rst | 76 Initializing port 2 on lcore 4... Address:00:1B:21:5C:FF:54, rxq=0 txq=2,0 txq=4,1
|
| H A D | vmdq_dcb_forwarding.rst | 24 multiple queues. When run with 8 threads, that is, with the -c FF option, each thread receives and …
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | ice.rst | 305 example, if the NIC's device serial number is 00-CC-BB-FF-FF-AA-05-68,
|
| H A D | tap.rst | 37 as 00:'d':'t':'a':'p':[00-FF]. Convert the characters to hex and you get the 38 actual MAC address: ``00:64:74:61:70:[00-FF]``.
|
| H A D | mlx5.rst | 1634 Port 1: E4:1D:2D:E7:0C:FF
|
| /f-stack/app/nginx-1.16.1/contrib/unicode2nginx/ |
| H A D | win-utf | 129 FF D18F ; #CYRILLIC SMALL LETTER YA
|
| H A D | koi-utf | 130 FF D0AA ; # CYRILLIC CAPITAL LETTER HARD SIGN
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | samsung-pinctrl.txt | 201 - pinctrl4: pin controller of FF block,
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 7297 %7F-%FF.
|
| H A D | CHANGES | 7168 redirect, now it is unescaped except the %00-%25 and %7F-%FF
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 14476 conversion of buffer to string of hex values (0-FF) separated by commas. 14483 (0-FF) separated by spaces.
|