Home
last modified time | relevance | path

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

/php-src/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-src/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-src/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-src/ext/mysqli/tests/bind_fetch/
H A Dsystem_variable.phpt20 mysqli_stmt_bind_result($stmt, $c0);
25 var_dump($c0);
H A Dmysql_functions.phpt18 mysqli_stmt_bind_result($stmt, $c0, $c1, $c2);
24 $test = array($c0, $c1, $c2);
/php-src/ext/mbstring/tests/
H A Dmb_str_split_other.phpt103 [74, 65, 73, 74, 20, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, cd, ce, cf]
104 [7465, 7374, 20c0, c1c2, c3c4, c5c6, c7c8, c9ca, cbcc, cdce, cf]
105 [746573, 7420c0, c1c2c3, c4c5c6, c7c8c9, cacbcc, cdcecf]
108 [7465737420c0, c1c2c3c4c5c6, c7c8c9cacbcc, cdcecf]
/php-src/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S51 mrc p15, 0, v2, c13, c0, #3
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt246 c0 => c0
H A Dstrtoupper1.phpt249 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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14315 # assembler instructions: CLI;MOV SP,1E7;MOV AX;07c0;MOV
14338 # assembler instructions: MOV BX,07c0;MOV SS,BX;MOV SP,01c6
14657 # 01 00 00 00 00 00 00 c0 00 02 00 00
23676 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
H A Dmagic14315 # assembler instructions: CLI;MOV SP,1E7;MOV AX;07c0;MOV
14338 # assembler instructions: MOV BX,07c0;MOV SS,BX;MOV SP,01c6
14657 # 01 00 00 00 00 00 00 c0 00 02 00 00
23676 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29

Completed in 222 milliseconds