Home
last modified time | relevance | path

Searched refs:G (Results 1 – 25 of 91) sorted by last modified time

1234

/PHP-7.4/ext/gd/libgd/
H A Dgd.c343 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
345 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
364 float R, G, B; member
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
383 w = MIN3 (R, G, B); in RGB_to_HWB()
384 v = MAX3 (R, G, B); in RGB_to_HWB()
389 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
390 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re817 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
1954 {'G', TIMELIB_FORMAT_HOUR_TWO_DIGIT_24_MAX_PADDED},
/PHP-7.4/main/
H A Doutput.c80 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals() argument
82 memset(G, 0, sizeof(*G)); in php_output_init_globals()
/PHP-7.4/build/
H A Dphp.m4839 additional_flags="-Wl,-G"
2394 …if CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $dtrace_d_obj -s $abs_srcdir/$ac_provsrc $dtrace_lib_obj…
2399 …if CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_provsrc $dtra…
2411 CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o \$[]@ -s $abs_srcdir/$ac_provsrc $dtrace_objs
H A Dlibtool.m43015 shared_flag="$shared_flag "'${wl}-G'
3021 # chokes on -Wl,-G. The following line is correct:
3022 shared_flag='-G'
3025 shared_flag='${wl}-G'
3678 # g++ 2.7 appears to require `-G' NOT `-shared' on this
5520 tmp_sharedflag='-G' ;;
5522 tmp_sharedflag='-G' ;;
5706 shared_flag="$shared_flag "'${wl}-G'
5712 # chokes on -Wl,-G. The following line is correct:
5713 shared_flag='-G'
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt91 // The 'G' modifier is available since PHP 5.1.0
/PHP-7.4/
H A Dphp.ini-development633 ; starts up. G,P,C,E & S are abbreviations for the following respective super
645 ; This directive determines which super global data (G,P & C) should be
H A Dphp.ini-production633 ; starts up. G,P,C,E & S are abbreviations for the following respective super
645 ; This directive determines which super global data (G,P & C) should be
/PHP-7.4/sapi/cli/tests/
H A Dupload_2G.phpt2 file upload greater than 2G
28 die(sprintf("skip need +3G free RAM, but only %01.2f available", $free_ram));
47 ["-d", "post_max_size=3G", "-d", "upload_max_filesize=3G"]);
H A Dbug78323.phpt43 passthru("$php --memory-limit=1G 2>&1", $exitCode);
55 passthru("$php -dmemory-limit=1G -v", $exitCode);
/PHP-7.4/sapi/cgi/tests/
H A Dbug78323.phpt14 passthru("$php --memory-limit=1G 2>&1", $exitCode);
26 passthru("$php -dmemory-limit=1G -v", $exitCode);
/PHP-7.4/sapi/fpm/tests/
H A Dbug78323.phpt14 passthru("$php --memory-limit=1G 2>&1", $exitCode);
25 passthru("$php -dmemory-limit=1G -v", $exitCode);
/PHP-7.4/ext/opcache/tests/
H A Dpreload_011.phpt23 $g = new G;
/PHP-7.4/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt13 $str = "129 12F 123B -123B 01ABC 1G";
H A Dstripos.phpt9 var_dump(stripos("test string", "G"));
H A Dstristr.phpt37 string(1) "G"
H A Dstristr_basic.phpt30 string(1) "G"
H A Dconvert_uuencode_basic.phpt84 string(82) "M7'0@5&AI<R!3=')I;F<@8V]N=&%I;G,@7'1<="!S;VUE(&-O;G1R;VP@8VAA
H A Dprintf.phpt174 …rray("%g", "%.0g", "%+g", "%-g", "%-1.2g", "%+1.2g", "%G", "%.0G", "%+G", "%-G", "%-1.2G", "%+1.2G
632 [6] => %G
633 [7] => %.0G
634 [8] => %+G
635 [9] => %-G
636 [10] => %-1.2G
637 [11] => %+1.2G
H A Dprintf_64bit.phpt174 …rray("%g", "%.0g", "%+g", "%-g", "%-1.2g", "%+1.2g", "%G", "%.0G", "%+G", "%-G", "%-1.2G", "%+1.2G
632 [6] => %G
633 [7] => %.0G
634 [8] => %+G
635 [9] => %-G
636 [10] => %-1.2G
637 [11] => %+1.2G
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip.phpt12 0 => "G",
31 ["G"]=>
/PHP-7.4/ext/standard/
H A Dsha1.c119 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
140 (e) += G ((b), (c), (d)) + (w) + (uint32_t)(0x6ED9EBA1); \
H A Dmd5.c228 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
229 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
231 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
232 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
233 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
235 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
236 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
237 STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) in body()
238 STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) in body()
239 STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) in body()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt28 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt14 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");

Completed in 85 milliseconds

1234