Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 19 of 19) sorted by relevance

/PHP-8.2/ext/standard/
H A Dlevenshtein.c25 zend_long c0, c1, c2; in reference_levdist() local
45 c0 = p1[i2] + ((ZSTR_VAL(string1)[i1] == ZSTR_VAL(string2)[i2]) ? 0 : cost_rep); in reference_levdist()
47 if (c1 < c0) { in reference_levdist()
48 c0 = c1; in reference_levdist()
51 if (c2 < c0) { in reference_levdist()
52 c0 = c2; in reference_levdist()
54 p2[i2 + 1] = c0; in reference_levdist()
60 c0 = p1[ZSTR_LEN(string2)]; in reference_levdist()
65 return c0; in reference_levdist()
/PHP-8.2/ext/gd/libgd/
H A Dgd_topal.c422 int c0, c1, c2; in update_box() local
435 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
448 for (c0 = c0max; c0 >= c0min; c0--) in update_box()
462 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
475 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
488 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
501 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
528 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
589 cmax = c0; in median_cut()
651 int c0, c1, c2; in compute_color() local
[all …]
/PHP-8.2/ext/gd/tests/
H A Dbug53580.phpt17 $c0 = 0xffffff;
20 imagefilledrectangle($im0, 0, 0, $w0 - 1, $h0 - 1, $c0);
27 if (($c1 = imagecolorat($im1, $i, $j)) !== $c0) {
H A Dbug38179.phpt8 $c0 = imagecolorallocate($src, 255,255,255);
H A Dcopy.phpt54 $c0 = imagecolorallocate($src_tc, 0xff, 0xff, 0xff);
83 $c0 = imagecolorallocate($src_tc, 0xff, 0xff, 0xff);
/PHP-8.2/ext/mysqli/tests/
H A D018.phpt22 mysqli_stmt_bind_result($stmt, $c0);
27 var_dump($c0);
H A D017.phpt19 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
25 $test = array($c0, $c1, $c2);
/PHP-8.2/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S51 mrc p15, 0, v2, c13, c0, #3
/PHP-8.2/ext/standard/tests/strings/
H A Dstrtolower.phpt245 c0 => c0
H A Dstrtoupper1.phpt243 c0 => c0
H A Dhtml_entity_decode_iso8859-15.phpt214 LATIN CAPITAL LETTER A WITH GRAVE: &#xC0; => c0
215 &#xC0; => c0
H A Dhtml_entity_decode_macroman.phpt347 &#xBF; => c0
349 INVERTED QUESTION MARK: &#xBF; => c0
H A Dhtml_entity_decode_iso8859-5.phpt214 CYRILLIC CAPITAL LETTER ER: &#x420; => c0
H A Dhtml_entity_decode_win1251.phpt346 CYRILLIC CAPITAL LETTER A: &#x410; => c0
H A Dhtml_entity_decode_cp866.phpt342 BOX DRAWINGS LIGHT UP AND RIGHT: &#x2514; => c0
H A Dhtml_entity_decode_koi8-r.phpt342 CYRILLIC SMALL LETTER YU: &#x44E; => c0
H A Dbug49785.phpt218 string(2) "c0"
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic13094 # assembler instructions: CLI;MOV SP,1E7;MOV AX;07c0;MOV
13117 # assembler instructions: MOV BX,07c0;MOV SS,BX;MOV SP,01c6
13436 # 01 00 00 00 00 00 00 c0 00 02 00 00
20346 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
H A Dmagic私はガラスを食べられます13094 # assembler instructions: CLI;MOV SP,1E7;MOV AX;07c0;MOV
13117 # assembler instructions: MOV BX,07c0;MOV SS,BX;MOV SP,01c6
13436 # 01 00 00 00 00 00 00 c0 00 02 00 00
20346 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29

Completed in 136 milliseconds