Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/pcre/pcre2lib/sljit/
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 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()
/PHP-7.4/
H A D.gitignore222 **/tests/**/*.diff
H A DCONTRIBUTING.md258 - Update git source just before running your final `diff` and before testing.
368 the corresponding diff. One should be able to look at it, and immediately
/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.");
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1786 int32_t diff; in parse() local
1813 diff = CAST(int32_t, cont_level) - CAST(int32_t, m->cont_level); in parse()
1814 if (diff > 1) in parse()
/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt2 Test get_html_translation_table() function : basic functionality - table as HTML_ENTITIES & diff qu…
/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()
H A Dzend_strtod.c1114 diff in diff() function
3119 delta = diff(bb, bd);
4268 delta = diff(S, mhi);
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation5.phpt2 Test unlink() function : usage variations - files with diff. file permissions
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます404 # From <diff@lookout.com> "Tim Strazzere"
9059 # diff: file(1) magic for diff(1) output
9061 0 search/1 diff\040 diff output text
9062 !:mime text/x-diff
9063 0 search/1 ***\040 diff output text
9064 !:mime text/x-diff
9066 !:mime text/x-diff
9068 !:mime text/x-diff
9071 !:mime text/x-diff
9077 # unified diff
[all …]
H A Dmagic404 # From <diff@lookout.com> "Tim Strazzere"
9059 # diff: file(1) magic for diff(1) output
9061 0 search/1 diff\040 diff output text
9062 !:mime text/x-diff
9063 0 search/1 ***\040 diff output text
9064 !:mime text/x-diff
9066 !:mime text/x-diff
9068 !:mime text/x-diff
9071 !:mime text/x-diff
9077 # unified diff
[all …]
/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

Completed in 237 milliseconds

1234567