Home
last modified time | relevance | path

Searched refs:c3 (Results 51 – 75 of 78) sorted by relevance

1234

/PHP-8.0/ext/mysqli/tests/
H A D013.phpt19 c3 int, c4 bigint,
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_cursor.phpt32 "create table imp_res_cursor_tab_2 (c3 varchar2(1))",
H A Dimp_res_get_cursor.phpt32 "create table imp_res_get_cursor_tab_2 (c3 varchar2(1))",
H A Dimp_res_lob.phpt26 "create table imp_res_lob_tab (c1 number, c2 clob, c3 varchar2(10))",
H A Dimp_res_get_1.phpt32 "create table imp_res_get_1_tab_2 (c3 varchar2(1))",
H A Dimp_res_get_2.phpt32 "create table imp_res_get_2_tab_2 (c3 varchar2(1))",
H A Dbug42173.phpt20 c3 TIMESTAMP WITH TIME ZONE,
H A Dimp_res_dbmsoutput.phpt32 "create table imp_res_dbmsoutput_tab_2 (c3 varchar2(1))",
H A Dimp_res_prefetch.phpt32 "create table imp_res_prefetch_tab_2 (c3 varchar2(1))",
H A Dimp_res_get_dbmsoutput.phpt32 "create table imp_res_get_dbmsoutput_tab_2 (c3 varchar2(1))",
H A Dimp_res_get_4.phpt32 "create table imp_res_get_4_tab_2 (c3 varchar2(1))",
H A Dimp_res_get_3.phpt34 "create table imp_res_get_3_tab_2 (c3 varchar2(1))",
H A Dimp_res_1.phpt32 "create table imp_res_1_tab_2 (c3 varchar2(1))",
/PHP-8.0/ext/dom/tests/
H A Ddom001.phpt200 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>
259 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>
/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c706 …const int c3 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
715 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
716 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
717 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
718 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
720 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
721 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
722 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
723 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h115 PCRE2_UCHAR char2a = ic.c.c3; in FF_FUN()
H A Dpcre2_jit_simd_inc.h771 struct { unsigned char c1, c2, c3, c4; } c; member
1075 ic.c.c3 = char2a; in fast_forward_char_pair_simd()
/PHP-8.0/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt249 c3 => e3
H A Dhtml_entity_decode_iso8859-15.phpt223 LATIN CAPITAL LETTER A WITH TILDE: &#xC3; => c3
224 &#xC3; => c3
H A Dhtml_entity_decode_iso8859-5.phpt223 CYRILLIC CAPITAL LETTER U: &#x423; => c3
H A Dhtml_entity_decode_win1251.phpt355 CYRILLIC CAPITAL LETTER GHE: &#x413; => c3
H A Dhtml_entity_decode_macroman.phpt358 SQUARE ROOT: &#x221A; => c3
H A Dhtml_entity_decode_cp866.phpt351 BOX DRAWINGS LIGHT VERTICAL AND RIGHT: &#x251C; => c3
/PHP-8.0/build/
H A Dshtool351 opt_OPT=`echo "x$1" | cut -c3-`
/PHP-8.0/ext/standard/tests/math/
H A Dbase_convert_basic.phpt463 .........value= 5F res = c3

Completed in 45 milliseconds

1234