Home
last modified time | relevance | path

Searched refs:c4 (Results 26 – 50 of 58) sorted by relevance

123

/PHP-8.2/ext/mysqli/tests/
H A D002.phpt36 mysqli_stmt_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8, $c9, $c10, $c11);
41 $test = array($c1,$c2,$c3,$c4,$c5,$c6,$c7,$c8,$c9,$c10,$c11);
H A D013.phpt20 c3 int, c4 bigint,
/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c503 unsigned char c4 = *p++; in mb_iso2022jp_to_wchar() local
504 if (c4 == '@' || c4 == 'B') { in mb_iso2022jp_to_wchar()
506 } else if (c4 == 'D') { in mb_iso2022jp_to_wchar()
814 unsigned char c4 = *p++; in mb_check_jis() local
815 if (c4 == '@' || c4 == 'B') { in mb_check_jis()
817 } else if (c4 == 'D') { in mb_check_jis()
H A Dmbfilter_utf8.c272 unsigned char c4 = *p++; in mb_utf8_to_wchar() local
282 } else if ((c4 & 0xC0) != 0x80) { in mb_utf8_to_wchar()
286 uint32_t decoded = ((c & 0x7) << 18) | ((c2 & 0x3F) << 12) | ((c3 & 0x3F) << 6) | (c4 & 0x3F); in mb_utf8_to_wchar()
H A Dmbfilter_gb18030.c414 unsigned char c4 = *p++; in mb_gb18030_to_wchar() local
416 if (c4 >= 0x30 && c4 <= 0x39) { in mb_gb18030_to_wchar()
418 … unsigned int w = ((((c - 0x90)*10 + (c2 - 0x30))*126 + (c3 - 0x81)))*10 + (c4 - 0x30) + 0x10000; in mb_gb18030_to_wchar()
422 unsigned int w = (((c - 0x81)*10 + (c2 - 0x30))*126 + (c3 - 0x81))*10 + (c4 - 0x30); in mb_gb18030_to_wchar()
H A Dmbfilter_utf16.c389 unsigned char c4 = *p++; in mb_utf16be_to_wchar() local
390 uint16_t n2 = (c3 << 8) | c4; in mb_utf16be_to_wchar()
467 unsigned char c4 = *p++; in mb_utf16le_to_wchar() local
468 uint16_t n2 = (c4 << 8) | c3; in mb_utf16le_to_wchar()
H A Dmbfilter_iso2022_jp_ms.c389 unsigned char c4 = *p++; in mb_iso2022jpms_to_wchar() local
391 if (c4 == '@' || c4 == 'B') { in mb_iso2022jpms_to_wchar()
393 } else if (c4 == '?') { in mb_iso2022jpms_to_wchar()
H A Dmbfilter_iso2022_kr.c303 unsigned char c4 = *p++; in mb_iso2022kr_to_wchar() local
304 if (c2 == '$' && c3 == ')' && c4 == 'C') { in mb_iso2022kr_to_wchar()
H A Dmbfilter_iso2022jp_mobile.c522 unsigned char c4 = *p++; in mb_iso2022jp_kddi_to_wchar() local
524 if (c4 == '@' || c4 == 'B') { in mb_iso2022jp_kddi_to_wchar()
H A Dmbfilter_utf8_mobile.c406 unsigned char c4 = *p++; in mb_mobile_utf8_to_wchar() local
416 } else if ((c4 & 0xC0) != 0x80) { in mb_mobile_utf8_to_wchar()
421 s = ((c & 0x7) << 18) | ((c2 & 0x3F) << 12) | ((c3 & 0x3F) << 6) | (c4 & 0x3F); in mb_mobile_utf8_to_wchar()
H A Dmbfilter_cp5022x.c875 unsigned char c4 = *p++; in mb_cp5022x_to_wchar() local
876 if (c4 == '@' || c4 == 'B') { in mb_cp5022x_to_wchar()
878 } else if (c4 == 'D') { in mb_cp5022x_to_wchar()
H A Dmbfilter_sjis_2004.c1177 unsigned char c4 = *p++; in mb_iso2022jp2004_to_wchar() local
1178 if (c4 == 'Q') { in mb_iso2022jp2004_to_wchar()
1180 } else if (c4 == 'P') { in mb_iso2022jp2004_to_wchar()
/PHP-8.2/ext/oci8/tests/
H A Dbug41069.phpt35 c4 varchar2(255 byte),
50 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c13, c15) values
53 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
H A Dbind_misccoltypes.phpt89 . " :c4, "
103 $c4 = "nchar10";
117 oci_bind_by_name($s, ":c4", $c4);
H A Dedition_2.phpt81 $c4 = get_conn(2); //oci_pconnect()
82 get_edit_attr($c4);
88 oci_close($c4);
H A Dbug42173.phpt23 c4 TIMESTAMP (2) WITH TIME ZONE,
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h203 …c inline unsigned char* mb_convert_buf_add4(unsigned char *out, char c1, char c2, char c3, char c4) in mb_convert_buf_add4() argument
208 *out++ = c4; in mb_convert_buf_add4()
/PHP-8.2/ext/standard/
H A Dcrypt_blowfish.c385 unsigned int tmp, c1, c2, c3, c4; in BF_decode() local
397 BF_safe_atoi64(c4, *sptr++); in BF_decode()
398 *dptr++ = ((c3 & 0x03) << 6) | c4; in BF_decode()
/PHP-8.2/ext/standard/tests/strings/
H A Dstrtolower.phpt249 c4 => c4
H A Dstrtoupper1.phpt247 c4 => c4
H A Dhtml_entity_decode_iso8859-15.phpt226 LATIN CAPITAL LETTER A WITH DIAERESIS: &#xC4; => c4
227 &#xC4; => c4
H A Dhtml_entity_decode_iso8859-5.phpt226 CYRILLIC CAPITAL LETTER EF: &#x424; => c4
/PHP-8.2/ext/gd/libgd/
H A Dgd_interpolation.c706 …const int c4 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
714 …GetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m4*gdTrueColorGetRed(c4)); in getPixelInterpolateWeight()
715 …tGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m4*gdTrueColorGetGreen(c4)); in getPixelInterpolateWeight()
716 …etBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m4*gdTrueColorGetBlue(c4)); in getPixelInterpolateWeight()
717 …tAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m4*gdTrueColorGetAlpha(c4)); in getPixelInterpolateWeight()
719 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
720 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
721 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
722 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h128 PCRE2_UCHAR char2b = ic.c.c4; in FF_FUN()
H A Dpcre2_jit_simd_inc.h775 struct { unsigned char c1, c2, c3, c4; } c; member
1080 ic.c.c4 = char2b; in fast_forward_char_pair_simd()

Completed in 180 milliseconds

123