Home
last modified time | relevance | path

Searched refs:F4 (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3417 #define F4(x, y, z) (y ^ (x | ~z)) macro
3488 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6); in lsapi_MD5Transform()
3489 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10); in lsapi_MD5Transform()
3491 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21); in lsapi_MD5Transform()
3492 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6); in lsapi_MD5Transform()
3493 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10); in lsapi_MD5Transform()
3495 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21); in lsapi_MD5Transform()
3496 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6); in lsapi_MD5Transform()
3498 MD5STEP(F4, c, d, a, b, in[6] + 0xa3014314, 15); in lsapi_MD5Transform()
3500 MD5STEP(F4, a, b, c, d, in[4] + 0xf7537e82, 6); in lsapi_MD5Transform()
[all …]
/PHP-5.5/ext/hash/
H A Dhash_ripemd.c144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) macro
404 tmp = ROLSS(j, aa + F4(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD160Transform()
430 tmp = ROLS( j, a + F4(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform()
503 tmp = ROLSS(j, aa + F4(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD320Transform()
533 tmp = ROLS( j, a + F4(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD320Transform()
H A Dhash_haval.c133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… macro
200 …E[7 - (i % 8)] = ROTR(F4(E[M6[i]],E[M4[i]],E[M0[i]],E[M5[i]],E[M2[i]],E[M1[i]],E[M3[i]]),7) + ROTR… in PHP_4HAVALTransform()
236 …E[7 - (i % 8)] = ROTR(F4(E[M1[i]],E[M5[i]],E[M3[i]],E[M2[i]],E[M0[i]],E[M4[i]],E[M6[i]]),7) + ROTR… in PHP_5HAVALTransform()
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt86 ocirc 00F4
H A Dents_xhtml.txt85 ocirc 00F4
H A Dents_html5.txt454 RuleDelayed 029F4
1160 isins 022F4
1543 ocirc 000F4
/PHP-5.5/ext/json/
H A DJSON_parser.c137 F4, /* false */ enumerator
179 /*fals F3*/ {__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,F4,__,__,…
522 …} else if (type < IS_BOOL && ((jp->state == T3 && next_state == OK) || (jp->state == F4 && next_st… in parse_JSON_ex()
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt150 &ocirc; U+000F4
H A Dhtmlentities_html5.phpt230 &ocirc; U+000F4
929 &isins; U+022F4
1238 &RuleDelayed; U+029F4

Completed in 45 milliseconds