Home
last modified time | relevance | path

Searched defs:x3 (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/hash/
H A Dhash_haval.c129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument
130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument
132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument
133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument
136 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
/PHP-7.1/ext/mbstring/oniguruma/
H A Dtestc.c149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3() function
H A Dtestu.c195 static void x3(char* pattern, char* str, int from, int to, int mem) in x3() function
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A Dtestc.c149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3() function

Completed in 47 milliseconds