borrow           1122 Zend/zend_strtod.c 	ULLong borrow, y;
borrow           1124 Zend/zend_strtod.c 	ULong borrow, y;
borrow           1154 Zend/zend_strtod.c 	borrow = 0;
borrow           1157 Zend/zend_strtod.c 		y = (ULLong)*xa++ - *xb++ - borrow;
borrow           1158 Zend/zend_strtod.c 		borrow = y >> 32 & (ULong)1;
borrow           1163 Zend/zend_strtod.c 		y = *xa++ - borrow;
borrow           1164 Zend/zend_strtod.c 		borrow = y >> 32 & (ULong)1;
borrow           1170 Zend/zend_strtod.c 		y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
borrow           1171 Zend/zend_strtod.c 		borrow = (y & 0x10000) >> 16;
borrow           1172 Zend/zend_strtod.c 		z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
borrow           1173 Zend/zend_strtod.c 		borrow = (z & 0x10000) >> 16;
borrow           1178 Zend/zend_strtod.c 		y = (*xa & 0xffff) - borrow;
borrow           1179 Zend/zend_strtod.c 		borrow = (y & 0x10000) >> 16;
borrow           1180 Zend/zend_strtod.c 		z = (*xa++ >> 16) - borrow;
borrow           1181 Zend/zend_strtod.c 		borrow = (z & 0x10000) >> 16;
borrow           1186 Zend/zend_strtod.c 		y = *xa++ - *xb++ - borrow;
borrow           1187 Zend/zend_strtod.c 		borrow = (y & 0x10000) >> 16;
borrow           1192 Zend/zend_strtod.c 		y = *xa++ - borrow;
borrow           1193 Zend/zend_strtod.c 		borrow = (y & 0x10000) >> 16;
borrow           2186 Zend/zend_strtod.c 	ULLong borrow, carry, y, ys;
borrow           2188 Zend/zend_strtod.c 	ULong borrow, carry, y, ys;
borrow           2217 Zend/zend_strtod.c 		borrow = 0;
borrow           2223 Zend/zend_strtod.c 			y = *bx - (ys & FFFFFFFF) - borrow;
borrow           2224 Zend/zend_strtod.c 			borrow = y >> 32 & (ULong)1;
borrow           2232 Zend/zend_strtod.c 			y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
borrow           2233 Zend/zend_strtod.c 			borrow = (y & 0x10000) >> 16;
borrow           2234 Zend/zend_strtod.c 			z = (*bx >> 16) - (zs & 0xffff) - borrow;
borrow           2235 Zend/zend_strtod.c 			borrow = (z & 0x10000) >> 16;
borrow           2240 Zend/zend_strtod.c 			y = *bx - (ys & 0xffff) - borrow;
borrow           2241 Zend/zend_strtod.c 			borrow = (y & 0x10000) >> 16;
borrow           2256 Zend/zend_strtod.c 		borrow = 0;
borrow           2264 Zend/zend_strtod.c 			y = *bx - (ys & FFFFFFFF) - borrow;
borrow           2265 Zend/zend_strtod.c 			borrow = y >> 32 & (ULong)1;
borrow           2273 Zend/zend_strtod.c 			y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
borrow           2274 Zend/zend_strtod.c 			borrow = (y & 0x10000) >> 16;
borrow           2275 Zend/zend_strtod.c 			z = (*bx >> 16) - (zs & 0xffff) - borrow;
borrow           2276 Zend/zend_strtod.c 			borrow = (z & 0x10000) >> 16;
borrow           2281 Zend/zend_strtod.c 			y = *bx - (ys & 0xffff) - borrow;
borrow           2282 Zend/zend_strtod.c 			borrow = (y & 0x10000) >> 16;
borrow             95 ext/bcmath/libbcmath/src/div.c   unsigned int  qdig, qguess, borrow, carry;
borrow            211 ext/bcmath/libbcmath/src/div.c 	  borrow = 0;
borrow            220 ext/bcmath/libbcmath/src/div.c 		  val = (int) *ptr1 - (int) *ptr2-- - borrow;
borrow            224 ext/bcmath/libbcmath/src/div.c 		      borrow = 1;
borrow            227 ext/bcmath/libbcmath/src/div.c 		    borrow = 0;
borrow            233 ext/bcmath/libbcmath/src/div.c 	  if (borrow == 1)
borrow            147 ext/bcmath/libbcmath/src/doaddsub.c   int borrow, count, val;
borrow            170 ext/bcmath/libbcmath/src/doaddsub.c   borrow = 0;
borrow            184 ext/bcmath/libbcmath/src/doaddsub.c 	  val = - *n2ptr-- - borrow;
borrow            188 ext/bcmath/libbcmath/src/doaddsub.c 	      borrow = 1;
borrow            191 ext/bcmath/libbcmath/src/doaddsub.c 	    borrow = 0;
borrow            200 ext/bcmath/libbcmath/src/doaddsub.c       val = *n1ptr-- - *n2ptr-- - borrow;
borrow            204 ext/bcmath/libbcmath/src/doaddsub.c 	  borrow = 1;
borrow            207 ext/bcmath/libbcmath/src/doaddsub.c 	borrow = 0;
borrow            216 ext/bcmath/libbcmath/src/doaddsub.c 	  val = *n1ptr-- - borrow;
borrow            220 ext/bcmath/libbcmath/src/doaddsub.c 	      borrow = 1;
borrow            223 ext/bcmath/libbcmath/src/doaddsub.c 	    borrow = 0;