Home
last modified time | relevance | path

Searched refs:G (Results 76 – 100 of 152) sorted by relevance

1234567

/php-src/ext/date/tests/
H A Dstrftime_variation13.phpt16 'Year with century' => "%G",
H A Dgmstrftime_variation14.phpt22 'Year with century' => "%G",
H A Dstrftime_variation14.phpt22 'Year with century' => "%G",
/php-src/Zend/tests/
H A Dbug55509.phpt2 Bug #55509 (segfault on x86_64 using more than 2G memory)
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_001.phpt12 memory_limit=2G
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt45 memory_limit=6G
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c489 #define G(L)(L->l_G) macro
553 global_State*g=G(L); in luaM_realloc_()
1032 if(G(L)->panic){
1034 G(L)->panic(L);
1266 tb=&G(L)->strt;
1297 tb=&G(L)->strt;
1313 for(o=G(L)->strt.hash[lmod(h,G(L)->strt.size)];
2000 G(L)->strt.nuse--;
2295 G(L)=g;
2317 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
[all …]
/php-src/build/
H A Dax_func_which_gethostbyname_r.m431 # Autoconf 2.5x, and updated for 2.68 by Daniel Richard G.
36 # Copyright (c) 2008 Daniel Richard G. <skunk@iskunk.org>
H A Dlibtool.m43024 shared_flag="$shared_flag "'${wl}-G'
3030 # chokes on -Wl,-G. The following line is correct:
3031 shared_flag='-G'
3034 shared_flag='${wl}-G'
3687 # g++ 2.7 appears to require `-G' NOT `-shared' on this
5529 tmp_sharedflag='-G' ;;
5531 tmp_sharedflag='-G' ;;
5715 shared_flag="$shared_flag "'${wl}-G'
5721 # chokes on -Wl,-G. The following line is correct:
5722 shared_flag='-G'
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_strripos_variation5_Bug45923.phpt18 $needle_ascii = 'G';
H A Dmb_stripos_variation5_Bug45923.phpt18 $needle_ascii = 'G';
/php-src/ext/standard/tests/strings/
H A Ducwords_variation3.phpt59 string(30) "T E S T I N G U C W O R D S "
H A Ducwords_variation4.phpt66 string(30) "T E S T I N G U C W O R D S "
/php-src/ext/mbstring/tests/data/
H A D8859-13.txt107 0x47 0x0047 # LATIN CAPITAL LETTER G
139 0x67 0x0067 # LATIN SMALL LETTER G
240 0xCC 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA
272 0xEC 0x0123 # LATIN SMALL LETTER G WITH CEDILLA
H A D8859-9.txt110 0x47 0x0047 # LATIN CAPITAL LETTER G
142 0x67 0x0067 # LATIN SMALL LETTER G
247 0xD0 0x011E # LATIN CAPITAL LETTER G WITH BREVE
279 0xF0 0x011F # LATIN SMALL LETTER G WITH BREVE
H A DCP1254.txt90 0x47 0x0047 #LATIN CAPITAL LETTER G
122 0x67 0x0067 #LATIN SMALL LETTER G
227 0xD0 0x011E #LATIN CAPITAL LETTER G WITH BREVE
259 0xF0 0x011F #LATIN SMALL LETTER G WITH BREVE
H A D8859-10.txt108 0x47 0x0047 # LATIN CAPITAL LETTER G
140 0x67 0x0067 # LATIN SMALL LETTER G
200 0xA3 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA
216 0xB3 0x0123 # LATIN SMALL LETTER G WITH CEDILLA
H A D8859-14.txt108 0x47 0x0047 # LATIN CAPITAL LETTER G
140 0x67 0x0067 # LATIN SMALL LETTER G
215 0xB2 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
216 0xB3 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE
H A D8859-4.txt108 0x47 0x0047 # LATIN CAPITAL LETTER G
140 0x67 0x0067 # LATIN SMALL LETTER G
208 0xAB 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA
224 0xBB 0x0123 # LATIN SMALL LETTER G WITH CEDILLA
H A D8859-6.txt110 0x47 0x0047 # LATIN CAPITAL LETTER G
142 0x67 0x0067 # LATIN SMALL LETTER G
H A D8859-8.txt110 0x47 0x0047 # LATIN CAPITAL LETTER G
142 0x67 0x0067 # LATIN SMALL LETTER G
H A DJISX0201.txt86 0x47 0x0047 # LATIN CAPITAL LETTER G
118 0x67 0x0067 # LATIN SMALL LETTER G
/php-src/ext/filter/tests/
H A D043.phpt85 string(1) "G"
/php-src/ext/gd/libgd/
H A Dgd.c313 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
315 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
334 float R, G, B; member
350 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
353 w = MIN3 (R, G, B); in RGB_to_HWB()
354 v = MAX3 (R, G, B); in RGB_to_HWB()
359 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
360 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
/php-src/ext/standard/
H A Dsha1.c115 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
136 (e) += G ((b), (c), (d)) + (w) + (uint32_t)(0x6ED9EBA1); \

Completed in 65 milliseconds

1234567