Home
last modified time | relevance | path

Searched refs:G (Results 51 – 75 of 105) sorted by relevance

12345

/PHP-5.5/ext/gd/libgd/
H A DCOPYING26 1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This software is
H A Dgd.c307 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
309 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
328 float R, G, B; member
344 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
347 w = MIN3 (R, G, B); in RGB_to_HWB()
348 v = MAX3 (R, G, B); in RGB_to_HWB()
353 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
354 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
H A DREADME44 Doug Becker and copyright (C) 1994-1998, Thomas G. Lane. This
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation3.phpt64 string(30) "T E S T I N G U C W O R D S "
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
/PHP-5.5/ext/filter/tests/
H A D043.phpt85 string(1) "G"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_variation5_Bug45923.phpt27 $needle_ascii = b'G';
H A Dmb_strripos_variation5_Bug45923.phpt27 $needle_ascii = b'G';
/PHP-5.5/ext/standard/
H A Dsha1.c125 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
146 (e) += G ((b), (c), (d)) + (w) + (php_uint32)(0x6ED9EBA1); \
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt91 // The 'G' modifier is available since PHP 5.1.0
/PHP-5.5/build/
H A Dlibtool.m43019 shared_flag="$shared_flag "'${wl}-G'
3025 # chokes on -Wl,-G. The following line is correct:
3026 shared_flag='-G'
3029 shared_flag='${wl}-G'
3682 # g++ 2.7 appears to require `-G' NOT `-shared' on this
5524 tmp_sharedflag='-G' ;;
5526 tmp_sharedflag='-G' ;;
5710 shared_flag="$shared_flag "'${wl}-G'
5716 # chokes on -Wl,-G. The following line is correct:
5717 shared_flag='-G'
[all …]
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1251.TXT90 0x47 0x0047 #LATIN CAPITAL LETTER G
122 0x67 0x0067 #LATIN SMALL LETTER G
H A D8859-5.TXT119 0x47 0x0047 # LATIN CAPITAL LETTER G
151 0x67 0x0067 # LATIN SMALL LETTER G
H A DCP1252.TXT90 0x47 0x0047 #LATIN CAPITAL LETTER G
122 0x67 0x0067 #LATIN SMALL LETTER G
H A DCP866.TXT89 0x47 0x0047 #LATIN CAPITAL LETTER G
121 0x67 0x0067 #LATIN SMALL LETTER G
H A D8859-1.TXT119 0x47 0x0047 # LATIN CAPITAL LETTER G
151 0x67 0x0067 # LATIN SMALL LETTER G
H A D8859-15.TXT118 0x47 0x0047 # LATIN CAPITAL LETTER G
150 0x67 0x0067 # LATIN SMALL LETTER G
H A DKOI8-R.TXT118 0x47 0x0047 # LATIN CAPITAL LETTER G
150 0x67 0x0067 # LATIN SMALL LETTER G
H A DROMAN.TXT186 0x47 0x0047 # LATIN CAPITAL LETTER G
218 0x67 0x0067 # LATIN SMALL LETTER G
/PHP-5.5/ext/hash/
H A Dhash_md.c232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
249 (a) += G ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \
H A Dhash_sha.c166 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
187 (e) += G ((b), (c), (d)) + (w) + (php_hash_uint32)(0x6ED9EBA1); \
/PHP-5.5/main/
H A Doutput.c82 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals() argument
84 memset(G, 0, sizeof(*G)); in php_output_init_globals()
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path2.phar294 �����¶���������test/file1.php���r��H���C��G�������file1.php
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16345 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
770 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestoutput18-32343 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
767 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h

Completed in 68 milliseconds

12345