Home
last modified time | relevance | path

Searched refs:delta (Results 1 – 24 of 24) sorted by relevance

/PHP-7.1/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt23 $delta = 10;
26 proc_nice($delta);
28 var_dump($niceBefore == ($niceAfter - $delta));
/PHP-7.1/ext/curl/tests/
H A Dbug65458.phpt19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
/PHP-7.1/Zend/
H A Dzend_sort.c331 size_t delta = (offset >> Z_L(1)) * siz; in zend_sort() local
332 zend_sort_5(start, start + delta, pivot, pivot + delta, end - siz, cmp, swp); in zend_sort()
H A Dzend_strtod.c2914 Bfree(delta);
3118 delta->sign = 0;
3143 if (!delta->x[0] && delta->wds <= 1) {
3167 delta = lshift(delta,Log2P);
3247 if (!delta->x[0] && delta->wds <= 1)
3252 if (!delta->x[0] && delta->wds <= 1) {
3259 delta = lshift(delta,Log2P);
3552 Bfree(delta);
3558 Bfree(delta);
4266 j1 = delta->sign ? 1 : cmp(b, delta);
[all …]
/PHP-7.1/ext/gd/libgd/
H A Dgd_topal.c1523 delta = cur0 * 2;
1524 cur0 += delta; /* form error * 3 */
1526 cur0 += delta; /* form error * 5 */
1529 cur0 += delta; /* form error * 7 */
1531 delta = cur1 * 2;
1532 cur1 += delta; /* form error * 3 */
1534 cur1 += delta; /* form error * 5 */
1537 cur1 += delta; /* form error * 7 */
1539 delta = cur2 * 2;
1540 cur2 += delta; /* form error * 3 */
[all …]
H A Dgdft.c814 FT_Vector pen, delta, penf; local
1072 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1073 pen.x += (int)(delta.x * cos_a);
1074 pen.y -= (int)(delta.x * sin_a);
1075 penf.x += delta.x;
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug69752.phpt45 /* Use delta instead of direct comparison here */
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c70 sljit_sw delta = addr - ((sljit_sw)code_ptr + 1 + sizeof(sljit_si)); in generate_fixed_jump() local
72 if (delta <= HALFWORD_MAX && delta >= HALFWORD_MIN) { in generate_fixed_jump()
74 *(sljit_sw*)code_ptr = delta; in generate_fixed_jump()
/PHP-7.1/ext/standard/html_tables/
H A Dents_html401.txt126 delta 03B4
H A Dents_xhtml.txt158 delta 03B4
H A Dents_html5.txt884 delta 003B4
/PHP-7.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt147 [δ] => &delta;
H A Dget_html_translation_table_basic2.phpt233 string(7) "&delta;"
742 string(7) "&delta;"
1249 string(7) "&delta;"
H A Dhtml_entity_decode_html4.phpt141 "&delta;",
H A Dget_html_translation_table_basic1.phpt220 string(7) "&delta;"
H A Dhtmlentities_html4.phpt197 &delta; U+003B4
H A Dget_html_translation_table_basic5.phpt692 [δ] => &delta;
H A Dhtml_entity_decode_html5.phpt889 "&delta;",
3023 &delta; => δ ceb4
H A Dhtmlentities_html5.phpt402 &delta; U+003B4
/PHP-7.1/main/streams/
H A Dplain_wrapper.c756 DWORD prot, acc, loffs = 0, delta = 0; in php_stdiop_set_option() local
813 delta = (DWORD)range->offset - loffs; in php_stdiop_set_option()
816 … data->last_mapped_addr = MapViewOfFile(data->file_mapping, acc, 0, loffs, range->length + delta); in php_stdiop_set_option()
820 range->mapped = data->last_mapped_addr + delta; in php_stdiop_set_option()
/PHP-7.1/
H A Dconfig.sub147 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c6087 int delta = (repeat_min - 1)*length_prevgroup; in compile_branch() local
6091 OFLOW_MAX - *lengthptr < delta) in compile_branch()
6096 *lengthptr += delta; in compile_branch()
6160 int delta = repeat_max * (length_prevgroup + 1 + 2 + 2*LINK_SIZE) - in compile_branch() local
6165 OFLOW_MAX - *lengthptr < delta) in compile_branch()
6170 *lengthptr += delta; in compile_branch()
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic5746 0 belong 0x72730236 rdiff network-delta data
5748 0 belong 0x72730136 rdiff network-delta signature data
8666 #delta ISO Daniel Novotny (dnovotny@redhat.com)
8784 # Type: delta ISO
18071 #delta RPM Daniel Novotny (dnovotny@redhat.com)
H A Dmagic私はガラスを食べられます5746 0 belong 0x72730236 rdiff network-delta data
5748 0 belong 0x72730136 rdiff network-delta signature data
8666 #delta ISO Daniel Novotny (dnovotny@redhat.com)
8784 # Type: delta ISO
18071 #delta RPM Daniel Novotny (dnovotny@redhat.com)

Completed in 152 milliseconds