Searched refs:GG (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | md4c.c | 84 #define GG(a, b, c, d, x, s) { \ macro 210 GG (a, b, c, d, x[ 0], S21); /* 17 */ in MD4Transform() 211 GG (d, a, b, c, x[ 4], S22); /* 18 */ in MD4Transform() 212 GG (c, d, a, b, x[ 8], S23); /* 19 */ in MD4Transform() 213 GG (b, c, d, a, x[12], S24); /* 20 */ in MD4Transform() 214 GG (a, b, c, d, x[ 1], S21); /* 21 */ in MD4Transform() 215 GG (d, a, b, c, x[ 5], S22); /* 22 */ in MD4Transform() 216 GG (c, d, a, b, x[ 9], S23); /* 23 */ in MD4Transform() 217 GG (b, c, d, a, x[13], S24); /* 24 */ in MD4Transform() 218 GG (a, b, c, d, x[ 2], S21); /* 25 */ in MD4Transform() [all …]
|
| H A D | md5c.c | 115 #define GG(a, b, c, d, x, s, ac) { \ macro 270 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ 271 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ 272 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ 273 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */ 274 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ 275 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ 276 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ 277 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */ 278 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra194-p2972-0000.dts | 207 reset-gpios = <&gpio TEGRA194_MAIN_GPIO(GG, 1) GPIO_ACTIVE_LOW>;
|
| H A D | tegra194-p3509-0000+p3668-0000.dts | 158 reset-gpios = <&gpio TEGRA194_MAIN_GPIO(GG, 1) GPIO_ACTIVE_LOW>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | nvidia,tegra194-pcie.txt | 233 reset-gpios = <&gpio TEGRA194_MAIN_GPIO(GG, 1) GPIO_ACTIVE_LOW>;
|