Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3() function
/PHP-5.5/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-5.5/ext/gd/
H A Dgd.c4258 int x1, y1, x2, y2, x3, y3, x4, y4; in PHP_FUNCTION() local

Completed in 27 milliseconds