Home
last modified time | relevance | path

Searched refs:diff (Results 126 – 150 of 163) sorted by relevance

1234567

/PHP-7.4/ext/date/
H A Dphp_date.h162 timelib_rel_time *diff; member
/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/ext/pcre/pcre2lib/sljit/
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 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()
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()
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_variation6.phpt2 Test array_walk() function : usage variations - 'input' argument as diff. associative arrays
H A Dkrsort_variation5.phpt21 // diff. escape sequence chars with key values
H A Dksort_variation5.phpt21 // diff. escape sequence chars with key values
H A Darray_walk_recursive_variation6.phpt2 Test array_walk_recursive() function : usage variations - 'input' argument as diff. associative arr…
H A Darray_unshift_variation5.phpt2 Test array_unshift() function : usage variations - assoc. array with diff values for 'array' argume…
H A Dasort_object2.phpt2 Test asort() function : object functionality - sorting objects with diff. accessibility of member v…
H A Dsort_object2.phpt2 Test sort() function : object functionality - sorting objects with diff. accessibility of member va…
H A Darsort_object2.phpt2 Test arsort() function : object functionality - sorting objects with diff. accessibility of member …
H A Darray_unshift_variation4.phpt2 Test array_unshift() function : usage variations - assoc. array with diff. keys for 'array' argument
H A Darray_reverse_variation4.phpt2 Test array_reverse() function : usage variations - assoc. array with diff. keys for 'array' argument
H A Darray_reverse_variation5.phpt2 Test array_reverse() function : usage variations - assoc. array with diff. value for 'array' argume…
/PHP-7.4/ext/pdo/tests/
H A Dpdo_018.phpt144 // map whitespace (from early TDS versions) to empty string so the test doesn't diff
151 // map NULL to empty string so the test doesn't diff
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_4.phpt57 // NB. This may diff in 11.1.0.6 due to a bug causing CLIENT_INFO of NULL to be ignored.
/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/ext/standard/tests/file/
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 ***
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 ***
/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/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/mysqli/tests/
H A Dmysqli_explain_metadata.phpt51 $field->max_length = 0;// change it or we will get diff error
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt2 Test scandir() function : usage variations - diff data types as $context arg

Completed in 86 milliseconds

1234567