Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 25 of 163) sorted by last modified time

1234567

/PHP-7.4/ext/date/
H A Dphp_date.c2516 if (old_obj->diff) { in date_object_clone_interval()
2517 new_obj->diff = timelib_rel_time_clone(old_obj->diff); in date_object_clone_interval()
2559 if (intervalobj->diff->days != -99999) { in date_object_get_properties_interval()
2636 timelib_rel_time_dtor(intern->diff); in date_object_free_storage_interval()
3858 interval->diff->invert = 0; in PHP_FUNCTION()
4261 fvalue = obj->diff->us / 1000000.0; in date_interval_read_property()
4322 obj->diff->n = zval_get_long(value); \ in date_interval_write_property()
4404 diobj->diff = reltime; in PHP_METHOD()
4435 (*intobj)->diff->member = -1LL; \ in php_date_interval_initialize_from_hash()
4443 (*intobj)->diff->member = -99999; \ in php_date_interval_initialize_from_hash()
[all …]
H A Dphp_date.h162 timelib_rel_time *diff; member
/PHP-7.4/ext/gd/libgd/
H A Dgd.c399 float diff; in HWB_Diff() local
413 diff = 0.0f; /* Undefined hues always match... */ in HWB_Diff()
415 diff = fabsf(HWB1.H - HWB2.H); in HWB_Diff()
416 if (diff > 3.0f) { in HWB_Diff()
417 diff = 6.0f - diff; /* Remember, it's a colour circle */ in HWB_Diff()
421 diff = diff * diff + (HWB1.W - HWB2.W) * (HWB1.W - HWB2.W) + (HWB1.B - HWB2.B) * (HWB1.B - HWB2.B); in HWB_Diff()
423 return diff; in HWB_Diff()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1 diff -u libmagic.orig/apprentice.c libmagic/apprentice.c
1006 diff -u libmagic.orig/buffer.c libmagic/buffer.c
1063 diff -u libmagic.orig/cdf.c libmagic/cdf.c
1342 diff -u libmagic.orig/cdf.h libmagic/cdf.h
1546 diff -u libmagic.orig/der.c libmagic/der.c
1646 diff -u libmagic.orig/file.h libmagic/file.h
1940 diff -u libmagic.orig/fsmagic.c libmagic/fsmagic.c
2233 diff -u libmagic.orig/funcs.c libmagic/funcs.c
2589 diff -u libmagic.orig/magic.c libmagic/magic.c
3054 diff -u libmagic.orig/magic.h libmagic/magic.h
[all …]
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c491 size_t diff = count_bytes - read_bytes; in sapi_cgi_read_post() local
492 unsigned int to_read = (diff > UINT_MAX) ? UINT_MAX : (unsigned int)diff; in sapi_cgi_read_post()
517 size_t diff = count_bytes - read_bytes; in sapi_fcgi_read_post() local
518 int to_read = (diff > INT_MAX) ? INT_MAX : (int)diff; in sapi_fcgi_read_post()
/PHP-7.4/appveyor/
H A Dtest_task.bat103 nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAI…
/PHP-7.4/
H A Drun-tests.php2724 $diff = "# original source file: $orig_shortname\n" . $diff;
2769 $diff = empty($diff) ? '' : preg_replace('/\e/', '<esc>', $diff);
2833 $diff = array();
2870 $diff[] = current($old1);
2874 $diff[] = current($old2);
2878 $diff[] = current($old1);
2882 $diff[] = current($old2);
2895 return $diff;
2905 return implode(PHP_EOL, $diff);
3295 $diff = "&nbsp;";
[all …]
H A D.travis.yml97 …les/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --…
/PHP-7.4/Zend/
H A Dzend_language_scanner.l530 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning() local
531 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt148 …rintf("[105] Looks like not all functions are listed in the trace. Check manually, dumping diff.");
H A Dmysqli_explain_metadata.phpt51 $field->max_length = 0;// change it or we will get diff error
/PHP-7.4/build/
H A Dlibtool.m4751 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
785 if diff conftest.exp conftest.er2 >/dev/null; then
1164 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c905 sljit_sw diff; in detect_jump_type() local
923 diff = ((sljit_sw) target_addr - (sljit_sw) inst) >> 3; in detect_jump_type()
924 if (diff <= SIMM_17BIT_MAX && diff >= SIMM_17BIT_MIN) { in detect_jump_type()
H A DsljitNativePPC_common.c261 sljit_sw diff; in detect_jump_type() local
285 diff = ((sljit_sw)target_addr - (sljit_sw)(code_ptr) - executable_offset) & ~0x3l; in detect_jump_type()
289 if (diff <= 0x7fff && diff >= -0x8000) { in detect_jump_type()
299 diff -= sizeof(sljit_ins); in detect_jump_type()
302 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
H A DsljitNativeSPARC_common.c220 sljit_sw diff; in detect_jump_type() local
258 diff = ((sljit_sw)target_addr - (sljit_sw)(inst - 1) - executable_offset) >> 2; in detect_jump_type()
261 if (diff <= MAX_DISP && diff >= MIN_DISP) { in detect_jump_type()
277 diff += sizeof(sljit_ins); in detect_jump_type()
279 if (diff <= MAX_DISP && diff >= MIN_DISP) { in detect_jump_type()
H A DsljitNativeMIPS_common.c316 sljit_sw diff; in detect_jump_type() local
347 diff = ((sljit_sw)target_addr - (sljit_sw)inst - executable_offset) >> 2; in detect_jump_type()
348 if (diff <= SIMM_MAX && diff >= SIMM_MIN) { in detect_jump_type()
365 diff = ((sljit_sw)target_addr - (sljit_sw)(inst + 1) - executable_offset) >> 2; in detect_jump_type()
366 if (diff <= SIMM_MAX && diff >= SIMM_MIN) { in detect_jump_type()
H A DsljitNativeARM_T2_32.c242 sljit_sw diff; in detect_jump_type() local
260 if (diff <= 127 && diff >= -128) { in detect_jump_type()
264 if (diff <= 524287 && diff >= -524288) { in detect_jump_type()
269 diff--; in detect_jump_type()
270 if (diff <= 8388607 && diff >= -8388608) { in detect_jump_type()
276 if (diff <= 8388607 && diff >= -8388608) { in detect_jump_type()
282 if (diff <= 1023 && diff >= -1024) { in detect_jump_type()
286 if (diff <= 8388607 && diff >= -8388608) { in detect_jump_type()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
332 diff--; in set_jump_instruction()
[all …]
H A DsljitNativeARM_32.c280 sljit_uw diff; in patch_pc_relative_loads() local
309 SLJIT_ASSERT(diff >= 1); in patch_pc_relative_loads()
310 if (diff >= 2 || ind > 0) { in patch_pc_relative_loads()
311 diff = (diff + ind - 2) << 2; in patch_pc_relative_loads()
406 sljit_sw diff; in detect_jump_type() local
423 if (diff & 0x3) in detect_jump_type()
427 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
434 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
448 if (diff & 0x3) in detect_jump_type()
451 if (diff <= 0x01ffffff && diff >= -0x02000000) { in detect_jump_type()
[all …]
H A DsljitNativeARM_64.c166 sljit_sw diff; in detect_jump_type() local
181 diff = (sljit_sw)target_addr - (sljit_sw)(code_ptr + 4) - executable_offset; in detect_jump_type()
184 diff += sizeof(sljit_ins); in detect_jump_type()
185 if (diff <= 0xfffff && diff >= -0x100000) { in detect_jump_type()
191 diff -= sizeof(sljit_ins); in detect_jump_type()
194 if (diff <= 0x7ffffff && diff >= -0x8000000) { in detect_jump_type()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h113 const sljit_u32 diff = IN_UCHARS(offs1 - offs2); in FF_FUN() local
182 sljit_u8 *p1 = str_ptr - diff; in FF_FUN()
211 data2 = VLD1Q(str_ptr - diff); in FF_FUN()
284 data2 = VLD1Q(str_ptr - diff); in FF_FUN()
H A Dpcre2_jit_simd_inc.h502 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd() local
523 SLJIT_ASSERT(diff <= IN_UCHARS(max_fast_forward_char_pair_offset())); in fast_forward_char_pair_simd()
631 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, diff); in fast_forward_char_pair_simd()
639 load_from_mem_sse2(compiler, data2_ind, str_ptr_reg_ind, -(sljit_s8)diff); in fast_forward_char_pair_simd()
656 instruction[4] = diff; in fast_forward_char_pair_simd()
698 load_from_mem_sse2(compiler, data2_ind, str_ptr_reg_ind, -(sljit_s8)diff); in fast_forward_char_pair_simd()
1048 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd() local
1052 SLJIT_ASSERT(diff <= IN_UCHARS(max_fast_forward_char_pair_offset())); in fast_forward_char_pair_simd()
1079 if (diff == 1) { in fast_forward_char_pair_simd()
/PHP-7.4/scripts/dev/
H A Dbless_tests.php101 $diff = $differ->diff($oldExpectLines, $outLines);
104 foreach ($diff as $elem) {
170 public function diff(array $old, array $new) { function in Differ
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation8.phpt2 …inkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir
H A Dfflush_variation2.phpt19 echo "*** Testing fflush(): with soft links to files opened in diff modes ***\n";
69 *** Testing fflush(): with soft links to files opened in diff modes ***
H A Dfflush_variation3.phpt19 echo "*** Testing fflush(): with hard links to files opened in diff modes ***\n";
69 *** Testing fflush(): with hard links to files opened in diff modes ***

Completed in 129 milliseconds

1234567