Searched refs:nd (Results 1 - 6 of 6) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend_strtod.c755 static Bigint * s2b (CONST char *s, int nd0, int nd, ULong y9) argument
761 x = (nd + 8) / 9;
782 for(; i < nd; i++) {
2043 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
2081 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
2082 if (nd < 9)
2084 else if (nd < 16)
2086 nd0 = nd;
2089 if (!nd) {
[all...]
/PHP_TRUNK/ext/mbstring/oniguruma/
H A Dregcomp.c4553 Node* nd = node; local
4557 r = optimize_node_left(NCAR(nd), &nopt, &nenv);
4562 } while (r == 0 && IS_NOT_NULL(nd = NCDR(nd)));
4569 Node* nd = node; local
4572 r = optimize_node_left(NCAR(nd), &nopt, env);
4574 if (nd == node) copy_node_opt_info(opt, &nopt);
4577 } while ((r == 0) && IS_NOT_NULL(nd = NCDR(nd)));
H A Dregint.h672 #define NCCLASS_SET_NOT(nd) NCCLASS_FLAG_SET(nd, FLAG_NCCLASS_NOT)
673 #define NCCLASS_SET_SHARE(nd) NCCLASS_FLAG_SET(nd, FLAG_NCCLASS_SHARE)
674 #define NCCLASS_CLEAR_NOT(nd) NCCLASS_FLAG_CLEAR(nd, FLAG_NCCLASS_NOT)
675 #define IS_NCCLASS_NOT(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_NOT)
676 #define IS_NCCLASS_SHARE(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_SHAR
[all...]
/PHP_TRUNK/ext/pgsql/
H A Dpgsql.c2499 /* If 2nd param is NULL, use internal row counter to access next row */
4889 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Optional 2nd parameter should be PGSQL_STATUS_LONG or PGSQL_STATUS_STRING");
/PHP_TRUNK/
H A Dmakedist106 wget http://pear.php.net/install-pear-nozlib.phar -nd -P pear/
/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dcdf.c598 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],

Completed in 36 milliseconds