Home
last modified time | relevance | path

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

1234567

/php-src/.github/workflows/
H A Dnightly.yml403 echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
/php-src/build/
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 …]
H A Dphp.m4816 additional_flags="-Wl,-G"
2302 …if CC="\$(CC)" CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $dtrace_d_obj -s $abs_srcdir/$ac_provsrc $dt…
2307 …if CC="\$(CC)" CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_p…
2319 CC="\$(CC)" CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o \$[]@ -s $abs_srcdir/$ac_provsrc $dtrace_objs
/php-src/main/
H A Doutput.c77 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals() argument
79 memset(G, 0, sizeof(*G)); in php_output_init_globals()
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt45 memory_limit=6G
/php-src/Zend/tests/
H A Dgc_050.phpt6 class G
17 G::$v = $this;
27 G::$v = null;
/php-src/
H A Dphp.ini-development650 ; starts up. G,P,C,E & S are abbreviations for the following respective super
662 ; This directive determines which super global data (G,P & C) should be
H A Dphp.ini-production652 ; starts up. G,P,C,E & S are abbreviations for the following respective super
664 ; This directive determines which super global data (G,P & C) should be
H A DREADME.REDIST.BINS491 G. Lane. This software is based in part on the work of the
/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/opcache/tests/jit/
H A Dassign_dim_009.phpt9 $y[] = $r = &$G;
/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/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); \
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_001.phpt12 memory_limit=2G
H A Dstack_limit_006.phpt12 memory_limit=2G
/php-src/ext/mbstring/tests/
H A Dmb_http_input.phpt20 var_dump(mb_http_input('G'));
H A Dmb_http_input_errors.phpt21 mb_http_input(): Argument #1 ($type) must be one of "G", "P", "C", "S", "I", or "L"
22 mb_http_input(): Argument #1 ($type) must be one of "G", "P", "C", "S", "I", or "L"
/php-src/ext/tidy/tests/
H A Dparsing_file_too_large.phpt15 memory_limit="5G"
/php-src/ext/date/lib/
H A Dparse_date.re944 …if ((*ptr)[0] == 'G' && (*ptr)[1] == 'M' && (*ptr)[2] == 'T' && ((*ptr)[3] == '+' || (*ptr)[3] == …
2123 {'G', TIMELIB_FORMAT_HOUR_TWO_DIGIT_24_MAX_PADDED},
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity.phpt96 # "1G"
99 # "1G "
168 # "1 G"
171 # "1 G "
240 # "+1G"
243 # "+1G "
312 # "+1 G"
384 # "-1G"
387 # "-1G "
456 # "-1 G"
[all …]
H A Dzend_ini_parse_quantity_binary_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_hex_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_octal_prefixes.phpt12 // Ignore G due to overflow on 32bits
H A Dzend_ini_parse_quantity_zero.phpt14 '0G',
21 '-0G',
47 # "0G"
68 # "-0G"
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5578 >>21 byte&0xf >0 \b, >4G samples
16427 >3 string G German,
17826 >10 string A(G) A(G)
17844 >7 string G (Matrix)
17863 >7 string G (Matrix)
26051 >0 ubelong/1000 3 (VAX G-float)
33632 >0 leshort 0x83 \b, ITU G.729A
33634 >0 leshort 0x85 \b, DF G.726
33645 >0 leshort 0x111 \b, Vivo G.723
38368 # the file is over 4G, and the backing file path is stored after the first 4G,
[all …]

Completed in 153 milliseconds

1234567