x0               1771 Zend/zend_strtod.c 	ULong *x, *x0, x1, x2;
x0               1785 Zend/zend_strtod.c 	x0 = x;
x0               1787 Zend/zend_strtod.c 	while(x > x0)
x0                669 ext/gd/libgd/gd.c static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) {
x0                672 ext/gd/libgd/gd.c 	if (*x0 < 0) {  /* start of line is left of window */
x0                676 ext/gd/libgd/gd.c 		m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */
x0                678 ext/gd/libgd/gd.c 		*y0 -= (int)(m * *x0);
x0                679 ext/gd/libgd/gd.c 		*x0 = 0;
x0                687 ext/gd/libgd/gd.c 	if (*x0 > maxdim) { /* start of line is right of window - complement of above */
x0                691 ext/gd/libgd/gd.c 		m = (*y1 - *y0)/(double)(*x1 - *x0);  /* calculate the slope of the line */
x0                692 ext/gd/libgd/gd.c 		*y0 += (int)(m * (maxdim - *x0)); /* adjust so point is on the right boundary */
x0                693 ext/gd/libgd/gd.c 		*x0 = maxdim;
x0                703 ext/gd/libgd/gd.c 		m = (*y1 - *y0)/(double)(*x1 - *x0);  /* calculate the slope of the line */
x0                709 ext/gd/libgd/gd.c 		m = (*y1 - *y0)/(double)(*x1 - *x0);  /* calculate the slope of the line */
x0                129 ext/hash/hash_haval.c #define F1(x6,x5,x4,x3,x2,x1,x0)	( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ (x0) )
x0                130 ext/hash/hash_haval.c #define F2(x6,x5,x4,x3,x2,x1,x0)	( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((x1) & (x4)) ^ \
x0                131 ext/hash/hash_haval.c 									  ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) )
x0                132 ext/hash/hash_haval.c #define F3(x6,x5,x4,x3,x2,x1,x0)	( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x3)) ^ (x0) )
x0                133 ext/hash/hash_haval.c #define F4(x6,x5,x4,x3,x2,x1,x0)	( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6)) ^ \
x0                135 ext/hash/hash_haval.c 									  ((x3) & (x6)) ^ ((x4) & (x5)) ^ ((x4) & (x6)) ^ ((x0) & (x4)) ^ (x0) )
x0                136 ext/hash/hash_haval.c #define F5(x6,x5,x4,x3,x2,x1,x0)	( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \
x0                137 ext/hash/hash_haval.c 									  ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
x0                 55 ext/hash/hash_tiger.c 	round(a,b,c,x0,mul) \
x0                 65 ext/hash/hash_tiger.c 	x0 -= x7 ^ L64(0xA5A5A5A5A5A5A5A5); \
x0                 66 ext/hash/hash_tiger.c 	x1 ^= x0; \
x0                 73 ext/hash/hash_tiger.c 	x0 += x7; \
x0                 74 ext/hash/hash_tiger.c 	x1 -= x0 ^ ((~x7)<<19); \
x0                102 ext/hash/hash_tiger.c 	x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \
x0                121 ext/hash/hash_tiger.c 	register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \