| /src/tests/fs/cd9660/ |
| h_hexdump_r.c | 41 #define HH " (" H H ")" 54 " " HH HH HH HH HH HH HH HH " " HH HH HH HH HH HH HH H [all...] |
| /src/common/lib/libc/md/ |
| md4c.c | 103 * FF, GG and HH are transformations for rounds 1, 2 and 3. 116 #define HH(a, b, c, d, x, s) { \ 267 HH (a, b, c, d, x[ 0], S31); /* 33 */ 268 HH (d, a, b, c, x[ 8], S32); /* 34 */ 269 HH (c, d, a, b, x[ 4], S33); /* 35 */ 270 HH (b, c, d, a, x[12], S34); /* 36 */ 271 HH (a, b, c, d, x[ 2], S31); /* 37 */ 272 HH (d, a, b, c, x[10], S32); /* 38 */ 273 HH (c, d, a, b, x[ 6], S33); /* 39 */ 274 HH (b, c, d, a, x[14], S34); /* 40 * [all...] |
| md5c.c | 147 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 162 #define HH(a, b, c, d, x, s, ac) { \ 313 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */ 314 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 315 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */ 316 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */ 317 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */ 318 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 319 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */ 320 HH (b, c, d, a, x[10], S34, 0xbebfbc70); /* 40 * [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| md5c.c | 126 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 141 #define HH(a, b, c, d, x, s, ac) { \ 284 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */ 285 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 286 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */ 287 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */ 288 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */ 289 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 290 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */ 291 HH (b, c, d, a, x[10], S34, 0xbebfbc70); /* 40 * [all...] |
| /src/sys/ufs/ext2fs/ |
| ext2fs_hash.c | 73 * FF, GG, and HH are transformations for rounds 1, 2, and 3. 86 #define HH(a, b, c, d, x, s) { \ 201 HH(a, b, c, d, data[3], 3); 202 HH(d, a, b, c, data[7], 9); 203 HH(c, d, a, b, data[2], 11); 204 HH(b, c, d, a, data[6], 15); 205 HH(a, b, c, d, data[1], 3); 206 HH(d, a, b, c, data[5], 9); 207 HH(c, d, a, b, data[0], 11); 208 HH(b, c, d, a, data[4], 15) [all...] |
| /src/external/bsd/ipf/dist/ |
| md5.c | 85 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */ 97 #define HH(a, b, c, d, x, s, ac) \ 270 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */ 271 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */ 272 HH ( c, d, a, b, in[11], S33, UL(1839030562)); /* 35 */ 273 HH ( b, c, d, a, in[14], S34, UL(4259657740)); /* 36 */ 274 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */ 275 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */ 276 HH ( c, d, a, b, in[ 7], S33, UL(4139469664)); /* 39 */ 277 HH ( b, c, d, a, in[10], S34, UL(3200236656)); /* 40 * [all...] |
| /src/external/bsd/iscsi/dist/src/lib/ |
| md5c.c | 156 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 171 #define HH(a, b, c, d, x, s, ac) { \ 326 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */ 327 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 328 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */ 329 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */ 330 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */ 331 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 332 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */ 333 HH (b, c, d, a, x[10], S34, 0xbebfbc70); /* 40 * [all...] |
| /src/external/bsd/ppp/dist/pppd/ |
| ppp-md5.c | 177 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */ 189 #define HH(a, b, c, d, x, s, ac) \ 354 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */ 355 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */ 356 HH ( c, d, a, b, in[11], S33, UL(1839030562)); /* 35 */ 357 HH ( b, c, d, a, in[14], S34, UL(4259657740)); /* 36 */ 358 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */ 359 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */ 360 HH ( c, d, a, b, in[ 7], S33, UL(4139469664)); /* 39 */ 361 HH ( b, c, d, a, in[10], S34, UL(3200236656)); /* 40 * [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
| md.d | 115 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 134 static void HH(ref uint a, uint b, uint c, uint d, uint x, uint s, uint ac) 235 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */ 236 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 237 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */ 238 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */ 239 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */ 240 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 241 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */ 242 HH (b, c, d, a, x[10], S34, 0xbebfbc70); /* 40 * [all...] |
| ripemd.d | 119 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 140 static void HH(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) 280 HH(dd, ee, aa, bb, cc, x[ 3], 11); 281 HH(cc, dd, ee, aa, bb, x[10], 13); 282 HH(bb, cc, dd, ee, aa, x[14], 6); 283 HH(aa, bb, cc, dd, ee, x[ 4], 7); 284 HH(ee, aa, bb, cc, dd, x[ 9], 14); 285 HH(dd, ee, aa, bb, cc, x[15], 9); 286 HH(cc, dd, ee, aa, bb, x[ 8], 13); 287 HH(bb, cc, dd, ee, aa, x[ 1], 15) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| sha256.c | 99 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; 110 HH = H; 121 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i]; 124 HH = GG; 141 H += HH;
|
| sha512.c | 123 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; 134 HH = H; 145 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_512[i] + data[i]; 148 HH = GG; 165 H += HH;
|
| /src/external/gpl3/gcc/usr.bin/backend/ |
| Makefile | 79 HH= ${HH_NORTL} genrtl.h insn-modes.h insn-modes-inline.h \ 125 gengtype.lo gengtype-lex.lo gengtype-parse.lo gengtype-state.lo: ${HH} gtyp-gen.h config.h options.h version.h 219 build-rtl.lo: ${HH} insn-constants.h 228 build-print-rtl.lo: ${HH} 239 build-bitmap.lo: ${HH} 255 build-varray.lo: ${HH} gtype-desc.h 264 build-ggc-none.lo: ${HH} 267 build-hash-table.cc: hash-table.cc hash-table.h ${G_HASH_TABLE_H} ${HH} 274 build-vec.cc: vec.cc vec.h ${G_HASH_TABLE_H} ${HH} 294 ${f:R}.lo: ${HH} [all...] |
| /src/external/gpl3/gcc.old/usr.bin/backend/ |
| Makefile | 79 HH= ${HH_NORTL} genrtl.h insn-modes.h insn-modes-inline.h \ 125 gengtype.lo gengtype-lex.lo gengtype-parse.lo gengtype-state.lo: ${HH} gtyp-gen.h config.h options.h version.h 225 build-rtl.lo: ${HH} insn-constants.h 234 build-print-rtl.lo: ${HH} 245 build-bitmap.lo: ${HH} 261 build-varray.lo: ${HH} gtype-desc.h 270 build-ggc-none.lo: ${HH} 273 build-hash-table.cc: hash-table.cc hash-table.h ${G_HASH_TABLE_H} ${HH} 280 build-vec.cc: vec.cc vec.h ${G_HASH_TABLE_H} ${HH} 300 ${f:R}.lo: ${HH} [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/md5/asm/ |
| md5-aarch64.pl | 411 add w4, w9, w4 // Add X parameter round 3 A=HH(A, B, C, D, 0xfffa3942, s=4, M[5]) 420 add w17, w4, w17 // Add X parameter round 3 D=HH(D, A, B, C, 0x8771f681, s=11, M[8]) 429 add w8, w17, w8 // Add X parameter round 3 C=HH(C, D, A, B, 0x6d9d6122, s=16, M[11]) 438 add w9, w8, w9 // Add X parameter round 3 B=HH(B, C, D, A, 0xfde5380c, s=23, M[14]) 447 add w4, w9, w4 // Add X parameter round 3 A=HH(A, B, C, D, 0xa4beea44, s=4, M[1]) 456 add w17, w4, w17 // Add X parameter round 3 D=HH(D, A, B, C, 0x4bdecfa9, s=11, M[4]) 465 add w8, w17, w8 // Add X parameter round 3 C=HH(C, D, A, B, 0xf6bb4b60, s=16, M[7]) 474 add w9, w8, w9 // Add X parameter round 3 B=HH(B, C, D, A, 0xbebfbc70, s=23, M[10]) 483 add w4, w9, w4 // Add X parameter round 3 A=HH(A, B, C, D, 0x289b7ec6, s=4, M[13]) 492 add w17, w4, w17 // Add X parameter round 3 D=HH(D, A, B, C, 0xeaa127fa, s=11, M[0] [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/ |
| ia64.S | 1394 #define HH r20 1466 shr.u HH=H,32;; 1467 cmp.eq p6,p7=HH,DH };; 1483 (p0) cmp.eq equ,cont=HH,r31 };; 1487 { .mib; (cont) cmp.leu cont,break=HH,r31 1496 shr.u HH=H,32;; 1497 cmp.eq p6,p7=HH,DH };; 1513 (p0) cmp.eq equ,cont=HH,r31 };; 1517 { .mib; (cont) cmp.leu cont,break=HH,r31
|
| mips.pl | 941 $HH=$ta1; 954 $SRL $HH,$a0,4*$BNSZ # bits 956 beq $DH,$HH,.L_bn_div_words_skip_div1 968 seq $t8,$HH,$t1 969 sltu $at,$HH,$t1 987 $SRL $HH,$a0,4*$BNSZ # bits 989 beq $DH,$HH,.L_bn_div_words_skip_div2 1001 seq $t8,$HH,$t1 1002 sltu $at,$HH,$t1 1036 undef $HH; undef $QT; undef $DH [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| ia64.S | 1394 #define HH r20 1466 shr.u HH=H,32;; 1467 cmp.eq p6,p7=HH,DH };; 1483 (p0) cmp.eq equ,cont=HH,r31 };; 1487 { .mib; (cont) cmp.leu cont,break=HH,r31 1496 shr.u HH=H,32;; 1497 cmp.eq p6,p7=HH,DH };; 1513 (p0) cmp.eq equ,cont=HH,r31 };; 1517 { .mib; (cont) cmp.leu cont,break=HH,r31
|
| mips.pl | 941 $HH=$ta1; 954 $SRL $HH,$a0,4*$BNSZ # bits 956 beq $DH,$HH,.L_bn_div_words_skip_div1 968 seq $t8,$HH,$t1 969 sltu $at,$HH,$t1 987 $SRL $HH,$a0,4*$BNSZ # bits 989 beq $DH,$HH,.L_bn_div_words_skip_div2 1001 seq $t8,$HH,$t1 1002 sltu $at,$HH,$t1 1036 undef $HH; undef $QT; undef $DH [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| ia64.S | 1395 #define HH r20 1467 shr.u HH=H,32;; 1468 cmp.eq p6,p7=HH,DH };; 1484 (p0) cmp.eq equ,cont=HH,r31 };; 1488 { .mib; (cont) cmp.leu cont,break=HH,r31 1497 shr.u HH=H,32;; 1498 cmp.eq p6,p7=HH,DH };; 1514 (p0) cmp.eq equ,cont=HH,r31 };; 1518 { .mib; (cont) cmp.leu cont,break=HH,r31
|
| mips.pl | 939 $HH=$ta1; 952 $SRL $HH,$a0,4*$BNSZ # bits 954 beq $DH,$HH,.L_bn_div_words_skip_div1 966 seq $t8,$HH,$t1 967 sltu $at,$HH,$t1 985 $SRL $HH,$a0,4*$BNSZ # bits 987 beq $DH,$HH,.L_bn_div_words_skip_div2 999 seq $t8,$HH,$t1 1000 sltu $at,$HH,$t1 1034 undef $HH; undef $QT; undef $DH [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| systime.d | 8183 generated +HH:MM or -HH:MM for the time zone when it was not 8356 Time zone offsets will be in the form +HH:MM or -HH:MM. 8519 YYYY-Mon-DD HH:MM:SS.FFFFFFFTZ (where F is fractional seconds and TZ 8534 Time zone offsets will be in the form +HH:MM or -HH:MM. 8765 The accepted formats for time zone offsets are +HH, -HH, +HHMM, and 8770 $(LREF toISOExtString) and generated +HH:MM or -HH:MM for the tim [all...] |
| date.d | 3021 `YYYY-Mon-DD HH:MM:SS`. If `writer` is set, the resulting 3343 YYYY-Mon-DD HH:MM:SS. Whitespace is stripped from the given string. 9090 Converts this $(LREF TimeOfDay) to a string with the format `HH:MM:SS`. 9312 Creates a $(LREF TimeOfDay) from a string with the format HH:MM:SS.
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ppc-opc.c | 4013 #define HH DDD + 1 4014 #define mo0 HH 4017 #define SVi HH + 1 11401 {"evsplath", VX_SPE2_HH (4, 588, 0, 0), VX_SPE2_HH_MASK, PPCSPE2, 0, {RD, RA, HH}}, 11403 {"evinsh", VX_SPE2_DDHH (4, 589, 0), VX_SPE2_DDHH_MASK, PPCSPE2, 0, {RD, RA, DD, HH}}, 11407 {"evxtrh", VX_SPE2_DDHH (4, 591, 0), VX_SPE2_DDHH_MASK, PPCSPE2, 0, {RD, RA, DD, HH}},
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ppc-opc.c | 4012 #define HH DDD + 1 4013 #define mo0 HH 4016 #define SVi HH + 1 11336 {"evsplath", VX_SPE2_HH (4, 588, 0, 0), VX_SPE2_HH_MASK, PPCSPE2, 0, {RD, RA, HH}}, 11338 {"evinsh", VX_SPE2_DDHH (4, 589, 0), VX_SPE2_DDHH_MASK, PPCSPE2, 0, {RD, RA, DD, HH}}, 11342 {"evxtrh", VX_SPE2_DDHH (4, 591, 0), VX_SPE2_DDHH_MASK, PPCSPE2, 0, {RD, RA, DD, HH}},
|