Home
last modified time | relevance | path

Searched refs:G (Results 1 – 25 of 105) sorted by path

12345

/PHP-5.5/
H A DNEWS3807 . Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)
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.5/Zend/tests/
H A Dbug55509.phpt2 Bug #55509 (segfault on x86_64 using more than 2G memory)
/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/date/lib/
H A Dparse_date.re746 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
1950 case 'G': /* two digit hour, with leading zero */
H A Dparse_iso_intervals.re200 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
/PHP-5.5/ext/date/tests/
H A D004.phpt21 var_dump(date("G", $t));
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDateTime_format_basic1.phpt23 var_dump( $date->format( "D M j G:i:s T Y") );
H A Dbug67253.phpt8 var_dump(date_parse_from_format("aHa0", "0=G{$z}9UCNnF"));
H A Ddate_basic1.phpt23 var_dump( date("D M j G:i:s T Y", $timestamp) );
H A Ddate_format_basic1.phpt23 var_dump( date_format($date, "D M j G:i:s T Y") );
H A Dgmdate_variation9.phpt23 '24-hour format without leading zeros' => 'G',
H A Dgmstrftime_variation13.phpt28 'Year with century' => "%G",
H A Dgmstrftime_variation14.phpt28 'Year with century' => "%G",
H A Dstrftime_variation13.phpt28 'Year with century' => "%G",
H A Dstrftime_variation14.phpt28 'Year with century' => "%G",
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2738 - (void) fprintf(stderr, "%G", m->value.f);
2743 - (void) fprintf(stderr, "%G", m->value.d);
/PHP-5.5/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 …]
/PHP-5.5/ext/filter/tests/
H A D043.phpt85 string(1) "G"
/PHP-5.5/ext/gd/libgd/
H A DCOPYING26 1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This software is
H A DREADME44 Doug Becker and copyright (C) 1994-1998, Thomas G. Lane. This
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()
/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); \

Completed in 97 milliseconds

12345