Searched defs:c3 (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_jis.c | 495 unsigned char c3 = *p++; in mb_check_jis() local 514 unsigned char c3 = *p++; in mb_check_jis() local 589 unsigned char c3 = *p++; in mb_check_iso2022jp() local 596 unsigned char c3 = *p++; in mb_check_iso2022jp() local
|
H A D | mbfilter_gb18030.c | 113 int c1, c2, c3, w = -1; in mbfl_filt_conv_gb18030_wchar() local
|
/PHP-8.1/ext/standard/ |
H A D | crypt_blowfish.c | 385 unsigned int tmp, c1, c2, c3, c4; in BF_decode() local
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 775 struct { unsigned char c1, c2, c3, c4; } c; member
|
/PHP-8.1/ext/hash/xxhash/ |
H A D | xxhash.h | 2776 xxh_u8 const c3 = input[len - 1]; in XXH3_len_1to3_64b() local 4260 xxh_u8 const c3 = input[len - 1]; in XXH3_len_1to3_128b() local
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_interpolation.c | 705 …const int c3 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
|
Completed in 61 milliseconds