Searched refs:xc (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 676 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 706 xc = xc0; 709 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry; 711 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; 713 Storeinc(xc, z2, z); 716 *xc = carry; 720 xc = xc0; 722 z2 = *xc; 724 z = (*x & 0xffff) * y + (*xc >> 16) + carry; 726 Storeinc(xc, 922 ULong *xa, *xae, *xb, *xbe, *xc; local [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 2447 CClassNode* xc = &(NCCLASS(x)); local 2452 if (IS_NULL(xc->mbuf) && !IS_CCLASS_NOT(xc)) { 2454 if (BITSET_AT(xc->bs, i)) { 2465 if (!IS_CCLASS_NOT(xc)) { 2466 if (BITSET_AT(xc->bs, i)) 2470 if (! BITSET_AT(xc->bs, i)) 2489 v = BITSET_AT(xc->bs, i); 2490 if ((v != 0 && !IS_CCLASS_NOT(xc)) || 2491 (v == 0 && IS_CCLASS_NOT(xc))) { [all...] |
| /PHP_5_3/ext/phar/ |
| H A D | func_interceptors.c | 789 sb.st_dev = 0xc;
|
| H A D | stream.c | 534 ssb->sb.st_dev = 0xc;
|
Completed in 12 milliseconds