Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 21 of 21) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c104 PCRE2_UCHAR c1, c2; in PRIV() local
132 PCRE2_UCHAR c1, c2; in PRIV() local
159 PCRE2_UCHAR c1, c2; in PRIV() local
188 PCRE2_UCHAR c1, c2; in PRIV() local
H A Dpcre2_jit_neon_inc.h102 sljit_u8 c1 = ic.c.c1; in FF_FUN() local
106 sljit_u8 c1 = ic.c.c1; in FF_FUN() local
112 sljit_u8 c1 = ic.c.c1; in FF_FUN() local
H A Dpcre2_jit_simd_inc.h751 struct { unsigned char c1, c2, c3, c4; } c; member
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c136 int c1, s, w; in mbfl_filt_conv_jis_wchar() local
2376 int c1, s, w; in mbfl_filt_conv_cp5022x_wchar() local
3535 int c1, s, w; in mbfl_filt_conv_2022jpms_wchar() local
8449 int c1, s, w, n; in mbfl_filt_conv_eucjpwin_wchar() local
8889 int c1, s, w; in mbfl_filt_conv_cp51932_wchar() local
8979 int c1, c2, s1; in mbfl_filt_conv_wchar_cp51932() local
9418 int c1, w; in mbfl_filt_conv_euccn_wchar() local
9650 int c1, s, w; in mbfl_filt_conv_euctw_wchar() local
11306 int c1, s = 0; in mbfl_filt_conv_wchar_cp936() local
12029 int k, c1, w; in mbfl_filt_conv_big5_wchar() local
[all …]
H A Dmbfilter_utf8.c329 int s, c1; in mbfl_filt_conv_utf8_wchar() local
586 int s, s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
686 int s1, c1; in mbfl_filt_conv_wchar_utf8_mobile() local
845 int c1 = 0; in mb_wchar_to_utf8_docomo() local
922 int c1 = 0; in mb_wchar_to_utf8_kddi() local
1034 int c1 = 0; in mb_wchar_to_utf8_sb() local
H A Dmbfilter_ucs2.c249 unsigned char c1 = *p++; in mb_ucs2_to_wchar() local
276 unsigned char c1 = *p++; in mb_ucs2be_to_wchar() local
318 unsigned char c1 = *p++; in mb_ucs2le_to_wchar() local
H A Dmbfilter_ucs4.c330 uint32_t c1 = *p++; in mb_ucs4_to_wchar() local
359 uint32_t c1 = *p++; in mb_ucs4be_to_wchar() local
403 uint32_t c1 = *p++; in mb_ucs4le_to_wchar() local
H A Dmbfilter_utf32.c262 uint32_t c1 = *p++; in mb_utf32_to_wchar() local
291 uint32_t c1 = *p++; in mb_utf32be_to_wchar() local
340 uint32_t c1 = *p++; in mb_utf32le_to_wchar() local
H A Dmbfilter_utf16.c496 unsigned char c1 = *p++; in mb_utf16_to_wchar() local
526 unsigned char c1 = *p++; in mb_utf16be_to_wchar_default() local
604 unsigned char c1 = *p++; in mb_utf16le_to_wchar_default() local
732 unsigned char c1 = *p++; in mb_utf16be_to_wchar_avx2() local
918 unsigned char c1 = *p++; in mb_utf16le_to_wchar_avx2() local
/php-src/ext/standard/
H A Dlevenshtein.c25 zend_long c0, c1, c2; in reference_levdist() local
H A Dcrypt_blowfish.c385 unsigned int tmp, c1, c2, c3, c4; in BF_decode() local
409 unsigned int c1, c2; in BF_encode() local
H A Diptc.c121 int c1, c2; in php_iptc_skip_variable() local
/php-src/ext/date/lib/
H A Dtimelib.c262 int c1, c2; in timelib_strcasecmp() local
285 int c1, c2; in timelib_strncasecmp() local
H A Ddow.c50 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
/php-src/ext/gd/libgd/
H A Dgd_topal.c422 int c0, c1, c2; in update_box() local
548 int c0, c1, c2, cmax; in median_cut() local
651 int c0, c1, c2; in compute_color() local
1074 int c0, int c1, int c2) in fill_inverse_cmap()
1142 register int c0, c1, c2; in pass2_no_dither() local
H A Dgdkanji.c230 register unsigned char c1 = *p1; in SJIStoJIS() local
H A Dgd_interpolation.c693 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
/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()
198 static inline unsigned char* mb_convert_buf_add3(unsigned char *out, char c1, char c2, char c3) 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()
/php-src/Zend/
H A Dzend_operators.c3180 int c1, c2; in zend_binary_strcasecmp() local
3202 int c1, c2; in zend_binary_strncasecmp() local
3223 int c1, c2; in zend_binary_strcasecmp_l() local
3245 int c1, c2; in zend_binary_strncasecmp_l() local
H A Dzend_strtod.c1615 int c1, havedig, udx0, xshift; local
/php-src/ext/hash/xxhash/
H A Dxxhash.h3488 { xxh_u8 const c1 = input[0]; in XXH3_len_1to3_64b() local
5023 { xxh_u8 const c1 = input[0]; in XXH3_len_1to3_128b() local

Completed in 118 milliseconds