Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/win32/
H A Dbuilddef.bat2 rem Generate phpts.def file, which exports symbols from our dll that
3 rem are present in some of the libraries which are compiled statically
4 rem into PHP
5 rem $Id: builddef.bat,v 1.4 2003-12-08 12:56:47 rrichards Exp $
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Ddivmod.c48 bc_divmod (bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, int scale TSRMLS_DC) in bc_divmod() argument
66 bc_sub (num1, temp, rem, rscale); in bc_divmod()
H A Dbcmath.h140 bc_num *rem, int scale TSRMLS_DC));
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c151 int rem; in utf32be_left_adjust_char_head() local
155 rem = (s - start) % 4; in utf32be_left_adjust_char_head()
156 return (UChar* )(s - rem); in utf32be_left_adjust_char_head()
H A Dutf32_le.c151 int rem; in utf32le_left_adjust_char_head() local
155 rem = (s - start) % 4; in utf32le_left_adjust_char_head()
156 return (UChar* )(s - rem); in utf32le_left_adjust_char_head()
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c224 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
233 rem = (count % 5); in do_adjust_special_weekday()
236 if (rem == 0) { in do_adjust_special_weekday()
247 } else if (dow + rem > 5) { in do_adjust_special_weekday()
256 if (rem == 0) { in do_adjust_special_weekday()
264 } else if (dow + rem < 1) { in do_adjust_special_weekday()
269 time->d += rem; in do_adjust_special_weekday()
/PHP-5.5/ext/pdo/
H A Dpdo.c341 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str() local
342 *--p = digit_vec[rem]; in php_pdo_int64_to_str()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3315 Node *rem; in expand_case_fold_string_alt() local
3319 r = expand_case_fold_make_rem_string(&rem, q, end, reg); in expand_case_fold_string_alt()
3328 onig_node_free(rem); in expand_case_fold_string_alt()
3331 if (IS_NULL(onig_node_list_add(xnode, rem))) { in expand_case_fold_string_alt()
3334 onig_node_free(rem); in expand_case_fold_string_alt()
H A Dregparse.c5122 int rem; in parse_exp() local
5124 rem = ONIGENC_MBC_MINLEN(env->enc) - len; in parse_exp()
5125 (void )node_str_head_pad(NSTR(*np), rem, (UChar )0); in parse_exp()
5126 if (len + rem == enclen(env->enc, NSTR(*np)->s)) { in parse_exp()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic12846 >1 string/cW rem DOS batch file text

Completed in 88 milliseconds