Home
last modified time | relevance | path

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

1234

/PHP-5.4/ext/standard/tests/strings/
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
/PHP-5.4/ext/gd/libgd/
H A Dgd.c299 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
301 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
320 float R, G, B; member
336 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
339 w = MIN3 (R, G, B); in RGB_to_HWB()
340 v = MAX3 (R, G, B); in RGB_to_HWB()
345 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
346 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.4/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.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt91 // The 'G' modifier is available since PHP 5.1.0
/PHP-5.4/build/
H A Dlibtool.m43012 shared_flag="$shared_flag "'${wl}-G'
3018 # chokes on -Wl,-G. The following line is correct:
3019 shared_flag='-G'
3022 shared_flag='${wl}-G'
3675 # g++ 2.7 appears to require `-G' NOT `-shared' on this
5517 tmp_sharedflag='-G' ;;
5519 tmp_sharedflag='-G' ;;
5703 shared_flag="$shared_flag "'${wl}-G'
5709 # chokes on -Wl,-G. The following line is correct:
5710 shared_flag='-G'
[all …]
/PHP-5.4/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.4/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.4/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.4/ext/phar/tests/files/
H A Dinclude_path2.phar294 �����¶���������test/file1.php���r��H���C��G�������file1.php
H A Dpear2coverage.phar.php1612 }нl�]d�nZ����G�|�����GBMB
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput21059 1G a (1)
1060 2G (0)
1061 3G f (1)
1072 1G bc (2)
1073 2G bc (2)
1074 3G f (1)
6218 G a1 (2) A
6224 G a2 (2) A
6247 G a (1) A
6261 G a (1) A
[all …]
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY176 2006/08/02: [bug] combination of \G in look-ahead/look-behind and other
178 ex. /(?!\G)a\z/.match("ba")
206 allow \G in look-behind.
1674 2002/12/23: [bug] \G in alternative (/a|\Gz/.match("bza") => "z").
1681 anchor(\G etc...) influenced outside of "|". (/a|\Gb/)
1775 ex. /\A.a/, /\G.a/ mismatched with "aa". (thanks Nobu)
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.re235 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
/PHP-5.4/
H A Dacinclude.m4843 …],[$(CXX)]) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -Wl,-G -o '$3'/$1.la -expor…
2992 …if CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $dtrace_d_obj -s $abs_srcdir/$ac_provsrc $dtrace_lib_obj…
2997 …if CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_provsrc $dtra…
3009 CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o \$[]@ -s $abs_srcdir/$ac_provsrc $dtrace_objs
/PHP-5.4/ext/wddx/tests/
H A Dbug37569.phpt45 <wddxPacket version='1.0'><header/><data><string>G</string></data></wddxPacket>
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic269 # G=F6tz Waschk <waschk@informatik.uni-rostock.de>
2613 >12 belong 27 8-bit A-law (CCITT G.711),
2651 >12 belong 27 8-bit A-law (CCITT G.711),
3040 >>21 byte&0xf >0 \b, >4G samples
9384 >10 string A(G) A(G)
9402 >7 string G (Matrix)
9421 >7 string G (Matrix)
13648 # the file is over 4G, and the backing file path is stored after the first 4G,
15284 >>20 leshort 6 \b, ITU G.711 A-law
15285 >>20 leshort 7 \b, ITU G.711 mu-law
[all …]

Completed in 156 milliseconds

1234