Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 25 of 107) sorted by last modified time

12345

/php-src/ext/mbstring/
H A Dmbstring.c6547 unsigned char c2 = *p++; in mime_header_decode_encoded_word() local
6549 if (qprint_map[c2] >= 0 && qprint_map[c3] >= 0) { in mime_header_decode_encoded_word()
6550 *bufp++ = (qprint_map[c2] << 4) | (qprint_map[c3] & 0xF); in mime_header_decode_encoded_word()
6552 } else if (c2 == '\r') { in mime_header_decode_encoded_word()
6557 } else if (c2 == '\n') { in mime_header_decode_encoded_word()
/php-src/ext/standard/
H A Dlevenshtein.c25 zend_long c0, c1, c2; in reference_levdist() local
59 c2 = p2[i2] + cost_ins; in reference_levdist()
60 if (c2 < c0) { in reference_levdist()
61 c0 = c2; in reference_levdist()
/php-src/ext/dom/tests/modern/xml/
H A Dxpath_query_context_in_scope_ns.phpt29 <c:c2 xmlns:c="urn:c2"/>
40 $c2 = $dom->getElementsByTagNameNS('*', 'c1')->item(0);
48 dump($xpath, '//c:c2', $c1);
54 echo "\n=== Tests with c2 ===\n\n";
56 dump($xpath, '//c:c1', $c2);
57 dump($xpath, '//c:c2', $c2);
58 dump($xpath, '//d:d', $c2);
72 --- //c:c2 ---
87 === Tests with c2 ===
93 --- //c:c2 ---
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c694 …const int c2 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
704 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
705 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
706 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
707 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
709 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
710 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
711 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
712 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
/php-src/build/
H A Dconfig.guess835 else echo c2-convex-bsd
H A Dconfig.sub279 convex-c2)
280 basic_machine=c2-convex
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h108 sljit_u8 c2 = ic.c.c2; in FF_FUN() local
109 vect_t vc2 = VDUPQ(c2); in FF_FUN()
114 sljit_u8 mask = ic.c.c2; in FF_FUN()
132 PCRE2_UCHAR char1b = ic.c.c2; in FF_FUN()
H A Dpcre2_jit_simd_inc.h751 struct { unsigned char c1, c2, c3, c4; } c; member
857 ic.c.c2 = char2; in fast_forward_char_simd()
878 ic.c.c2 = mask; in fast_forward_char_simd()
896 ic.c.c2 = char2; in fast_forward_char_simd()
1059 ic.c.c2 = char1b; in fast_forward_char_pair_simd()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h191 static inline unsigned char* mb_convert_buf_add2(unsigned char *out, char c1, char c2) in mb_convert_buf_add2() argument
194 *out++ = c2; in mb_convert_buf_add2()
198 static inline unsigned char* mb_convert_buf_add3(unsigned char *out, char c1, char c2, char c3) in mb_convert_buf_add3() argument
201 *out++ = c2; in mb_convert_buf_add3()
206 static inline unsigned char* mb_convert_buf_add4(unsigned char *out, char c1, char c2, char c3, cha… in mb_convert_buf_add4() argument
209 *out++ = c2; in mb_convert_buf_add4()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c554 if (c2 > 0x20 && c2 < 0x7F) { in mb_iso2022jp_to_wchar()
846 if (c2 > 0x20 && c2 < 0x7F) { in mb_check_jis()
914 if (c2 > 0x20 && c2 < 0x7F) { in mb_check_iso2022jp()
1712 if (c2 < 0x21 || c2 > 0x7E) { in mbfl_filt_conv_jis2004_wchar()
6903 if ((c2 < 'E' || c2 > 'G') && (c2 < 'O' || c2 > 'Q')) { in mb_sjis_sb_to_wchar()
9255 …if ((c2 == 0xA1 || (c2 >= 0xA3 && c2 <= 0xA5) || c2 == 0xA8 || (c2 >= 0xAC && c2 <= 0xAF) || (c2 >… in mb_eucjp2004_to_wchar()
11036 } else if (c2 >= 0x40 && c2 != 0x7F && c2 != 0xFF) { in mb_gb18030_to_wchar()
11417 if (c2 < 0x40 || c2 == 0x7F || c2 == 0xFF) { in mb_cp936_to_wchar()
11657 } else if (c2 >= 0x40 && c2 != 0x7F && c2 != 0xFF) { in mb_gb18030_2022_to_wchar()
12283 if ((c2 >= 0x40 && c2 <= 0x7E) || (c2 >= 0xA1 && c2 <= 0xFE)) { in mb_big5_to_wchar()
[all …]
H A Dmbfilter_utf8.c460 unsigned char c2 = *p++; in mb_utf8_to_wchar() local
472 unsigned char c2 = *p++; in mb_utf8_to_wchar() local
474 if ((c2 & 0xC0) != 0x80 || (c == 0xE0 && c2 < 0xA0) || (c == 0xED && c2 >= 0xA0)) { in mb_utf8_to_wchar()
503 if ((c2 & 0xC0) != 0x80 || (c == 0xF0 && c2 < 0x90) || (c == 0xF4 && c2 >= 0x90)) { in mb_utf8_to_wchar()
520 unsigned char c2 = *p; in mb_utf8_to_wchar() local
745 unsigned char c2 = *p++; in mb_mobile_utf8_to_wchar() local
765 unsigned char c2 = *p++; in mb_mobile_utf8_to_wchar() local
768 if ((c2 & 0xC0) != 0x80 || (c == 0xE0 && c2 < 0xA0) || (c == 0xED && c2 >= 0xA0)) { in mb_mobile_utf8_to_wchar()
783 unsigned char c2 = *p; in mb_mobile_utf8_to_wchar() local
792 unsigned char c2 = *p++; in mb_mobile_utf8_to_wchar() local
[all …]
H A Dmbfilter_utf16.c497 unsigned char c2 = *p++; in mb_utf16_to_wchar() local
498 uint16_t n = (c1 << 8) | c2; in mb_utf16_to_wchar()
527 unsigned char c2 = *p++; in mb_utf16be_to_wchar_default() local
528 uint16_t n = (c1 << 8) | c2; in mb_utf16be_to_wchar_default()
605 unsigned char c2 = *p++; in mb_utf16le_to_wchar_default() local
606 uint16_t n = (c2 << 8) | c1; in mb_utf16le_to_wchar_default()
733 unsigned char c2 = *p++; in mb_utf16be_to_wchar_avx2() local
745 uint16_t n = (c1 << 8) | c2; in mb_utf16be_to_wchar_avx2()
919 unsigned char c2 = *p++; in mb_utf16le_to_wchar_avx2() local
921 if (c2 & 0x4 || len < 4) { in mb_utf16le_to_wchar_avx2()
[all …]
H A Dmbfilter_ucs4.c331 uint32_t c2 = *p++; in mb_ucs4_to_wchar() local
334 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_ucs4_to_wchar()
360 uint32_t c2 = *p++; in mb_ucs4be_to_wchar() local
363 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_ucs4be_to_wchar()
404 uint32_t c2 = *p++; in mb_ucs4le_to_wchar() local
407 uint32_t w = (c4 << 24) | (c3 << 16) | (c2 << 8) | c1; in mb_ucs4le_to_wchar()
H A Dmbfilter_utf32.c263 uint32_t c2 = *p++; in mb_utf32_to_wchar() local
266 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_utf32_to_wchar()
292 uint32_t c2 = *p++; in mb_utf32be_to_wchar() local
295 uint32_t w = (c1 << 24) | (c2 << 16) | (c3 << 8) | c4; in mb_utf32be_to_wchar()
341 uint32_t c2 = *p++; in mb_utf32le_to_wchar() local
344 uint32_t w = (c4 << 24) | (c3 << 16) | (c2 << 8) | c1; in mb_utf32le_to_wchar()
H A Dmbfilter_qprint.c261 unsigned char c2 = *p++; in mb_qprint_to_wchar() local
263 if (hex2code_map[c2] >= 0 && p < e) { in mb_qprint_to_wchar()
267 *out++ = hex2code_map[c2] << 4 | hex2code_map[c3]; in mb_qprint_to_wchar()
270 *out++ = c2; in mb_qprint_to_wchar()
273 } else if (c2 == '\r' && p < e) { in mb_qprint_to_wchar()
279 } else if (c2 != '\n') { in mb_qprint_to_wchar()
281 *out++ = c2; in mb_qprint_to_wchar()
/php-src/ext/date/lib/
H A Dtimelib.c262 int c1, c2; in timelib_strcasecmp() local
271 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strcasecmp()
272 if (c1 != c2) { in timelib_strcasecmp()
273 return c1 - c2; in timelib_strcasecmp()
285 int c1, c2; in timelib_strncasecmp() local
293 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strncasecmp()
294 if (c1 != c2) { in timelib_strncasecmp()
295 return c1 - c2; in timelib_strncasecmp()
/php-src/ext/xsl/tests/
H A Dxslt001.phpt19 a2 c2 <br/>
H A Dxslt002.phpt26 a2 c2 <br>
H A Dxslt003.phpt20 a2 c2 <br/>
H A Dxslt005.phpt27 a2 c2 <br/>
H A Dxslt007.phpt21 a2 c2 <br/>
H A Dxslt008-mb.phpt26 a2 c2 <br/>
H A Dxslt008.phpt26 a2 c2 <br/>
H A Dxslt012.phpt49 a2 c2 <br/>
H A Dxslt006.phpt20 a2 c2 <br/>

Completed in 144 milliseconds

12345