Searched defs:nd (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 755 static Bigint * s2b (CONST char *s, int nd0, int nd, ULong y9) argument 761 x = (nd + 8) / 9; 782 for(; i < nd; i++) { 2047 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 2085 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 2086 if (nd < 9) 2088 else if (nd < 16) 2090 nd0 = nd; 2093 if (!nd) { [all...] |
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 598 size_t ss = CDF_SEC_SIZE(h), ns, nd; local 606 nd = ss / CDF_DIRECTORY_SIZE; 608 dir->dir_len = ns * nd; 629 for (j = 0; j < nd; j++) { 630 cdf_unpack_dir(&dir->dir_tab[i * nd + j],
|
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 4348 Node* nd = node; local 4352 r = optimize_node_left(NCONS(nd).left, &nopt, &nenv); 4357 } while (r == 0 && IS_NOT_NULL(nd = NCONS(nd).right)); 4364 Node* nd = node; local 4367 r = optimize_node_left(NCONS(nd).left, &nopt, env); 4369 if (nd == node) copy_node_opt_info(opt, &nopt); 4372 } while ((r == 0) && IS_NOT_NULL(nd = NCONS(nd).right));
|
Completed in 16 milliseconds