Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_ripemd.c143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) macro
215 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK(j)); in RIPEMD128Transform()
234 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
306 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK(j)); in RIPEMD256Transform()
328 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
411 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD160Transform()
423 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform()
511 tmp = ROLSS(j, aa + F3(bb, cc, dd) + x[RR[j]] + KK160(j)) + ee; in RIPEMD320Transform()
525 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD320Transform()
H A Dhash_haval.c132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… macro
163 …E[7 - (i % 8)] = ROTR(F3(E[M6[i]],E[M1[i]],E[M2[i]],E[M3[i]],E[M4[i]],E[M5[i]],E[M0[i]]),7) + ROTR… in PHP_3HAVALTransform()
197 …E[7 - (i % 8)] = ROTR(F3(E[M1[i]],E[M4[i]],E[M3[i]],E[M6[i]],E[M0[i]],E[M2[i]],E[M5[i]]),7) + ROTR… in PHP_4HAVALTransform()
233 …E[7 - (i % 8)] = ROTR(F3(E[M2[i]],E[M6[i]],E[M0[i]],E[M4[i]],E[M3[i]],E[M1[i]],E[M5[i]]),7) + ROTR… in PHP_5HAVALTransform()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3416 #define F3(x, y, z) (x ^ y ^ z) macro
3471 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in lsapi_MD5Transform()
3472 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in lsapi_MD5Transform()
3475 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in lsapi_MD5Transform()
3476 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in lsapi_MD5Transform()
3477 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in lsapi_MD5Transform()
3479 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in lsapi_MD5Transform()
3480 MD5STEP(F3, d, a, b, c, in[0] + 0xeaa127fa, 11); in lsapi_MD5Transform()
3481 MD5STEP(F3, c, d, a, b, in[3] + 0xd4ef3085, 16); in lsapi_MD5Transform()
3482 MD5STEP(F3, b, c, d, a, in[6] + 0x04881d05, 23); in lsapi_MD5Transform()
[all …]
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt85 oacute 00F3
H A Dents_xhtml.txt84 oacute 00F3
H A Dents_html5.txt1161 isinsv 022F3
1540 oacute 000F3
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt149 ó U+000F3
H A Dhtmlentities_html5.phpt229 ó U+000F3
928 ⋳ U+022F3
/PHP-5.5/ext/json/
H A DJSON_parser.c136 F3, /* fals */ enumerator
178 /*fal F2*/ {__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,F3,__,__,__,__,__,…

Completed in 60 milliseconds