Home
last modified time | relevance | path

Searched refs:c1 (Results 101 – 119 of 119) sorted by relevance

12345

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c693 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, 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/ext/mbstring/tests/
H A Dmb_str_split_other.phpt103 [74, 65, 73, 74, 20, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, cd, ce, cf]
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt217 LATIN CAPITAL LETTER A WITH ACUTE: Á => c1
218 Á => c1
H A Dhtml_entity_decode_macroman.phpt257 ¡ => c1
352 INVERTED EXCLAMATION MARK: ¡ => c1
H A Dhtml_entity_decode_iso8859-5.phpt217 CYRILLIC CAPITAL LETTER ES: С => c1
H A Dhtml_entity_decode_win1251.phpt349 CYRILLIC CAPITAL LETTER BE: Б => c1
H A Dhtml_entity_decode_cp866.phpt345 BOX DRAWINGS LIGHT UP AND HORIZONTAL: ┴ => c1
H A Dhtml_entity_decode_koi8-r.phpt345 CYRILLIC SMALL LETTER A: а => c1
H A Dbug49785.phpt219 string(2) "c1"
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h751 struct { unsigned char c1, c2, c3, c4; } c; member
856 ic.c.c1 = char1; in fast_forward_char_simd()
877 ic.c.c1 = char1 | mask; in fast_forward_char_simd()
895 ic.c.c1 = char1; in fast_forward_char_simd()
1058 ic.c.c1 = char1a; in fast_forward_char_pair_simd()
/php-src/ext/standard/html_tables/mappings/
H A DROMAN.TXT15 # <c1.1> and Text Encoding Converter 2.0.
16 # b4,c1 2002-Dec-19 Update URLs, notes. Matches internal
/php-src/build/
H A Dconfig.sub275 convex-c1)
276 basic_machine=c1-convex
H A Dconfig.guess830 GUESS=c1-convex-bsd
/php-src/ext/hash/xxhash/
H A Dxxhash.h3488 { xxh_u8 const c1 = input[0]; in XXH3_len_1to3_64b() local
3491 xxh_u32 const combined = ((xxh_u32)c1 << 16) | ((xxh_u32)c2 << 24) in XXH3_len_1to3_64b()
5023 { xxh_u8 const c1 = input[0]; in XXH3_len_1to3_128b() local
5026 xxh_u32 const combinedl = ((xxh_u32)c1 <<16) | ((xxh_u32)c2 << 24) in XXH3_len_1to3_128b()
/php-src/Zend/
H A Dzend_strtod.c1615 int c1, havedig, udx0, xshift; local
1628 if ((c1 = hexdig[c]))
1629 c = c1 & 0xf;
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt69 array( 'iu1qiGFGv/hZ|', '045498c1' ),
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt15 # <c1.4+1.5> and Text Encoding Converter 2.0.
16 # b4,c1 2002-Dec-19 Update URLs. Matches internal utom<b18>.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10041 >88 belong&0x000f0000 =0x00000000 c1
10061 >88 belong&0x000f0000 =0x00000000 c1
H A Dmagic10041 >88 belong&0x000f0000 =0x00000000 c1
10061 >88 belong&0x000f0000 =0x00000000 c1

Completed in 199 milliseconds

12345