Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 20 of 20) sorted by last modified time

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc23 # define IR_MEM_VAL(loc) ((loc).v)
27 # define IR_MEM_VAL(loc) (loc)
30 #define IR_MEM_OFFSET(loc) ((int32_t)(IR_MEM_VAL(loc) & 0xffffffff))
31 #define IR_MEM_BASE(loc) ((ir_reg)((IR_MEM_VAL(loc) >> 32) & 0xff))
32 #define IR_MEM_INDEX(loc) ((ir_reg)((IR_MEM_VAL(loc) >> 40) & 0xff))
33 #define IR_MEM_SCALE(loc) ((int32_t)((IR_MEM_VAL(loc) >> 48) & 0xff))
H A Dir_aarch64.dasc19 # define IR_MEM_VAL(loc) ((loc).v)
23 # define IR_MEM_VAL(loc) (loc)
26 #define IR_MEM_OFFSET(loc) ((int32_t)(IR_MEM_VAL(loc) & 0xffffffff))
27 #define IR_MEM_BASE(loc) ((ir_reg)((IR_MEM_VAL(loc) >> 32) & 0xff))
28 #define IR_MEM_INDEX(loc) ((ir_reg)((IR_MEM_VAL(loc) >> 40) & 0xff))
29 #define IR_MEM_SHIFT(loc) ((int32_t)((IR_MEM_VAL(loc) >> 48) & 0xff))
H A Dir_ra.c2113 ir_ref *loc, *pred, *src, *dst, i, *p, ref, input; in ir_gen_dessa_moves() local
2132 loc = ir_mem_malloc((ctx->vregs_count + 1) * 4 * sizeof(ir_ref)); in ir_gen_dessa_moves()
2133 pred = loc + ctx->vregs_count + 1; in ir_gen_dessa_moves()
2151 loc[d] = pred[s] = 0; in ir_gen_dessa_moves()
2167 loc[s] = s; in ir_gen_dessa_moves()
2172 if (!loc[i]) { in ir_gen_dessa_moves()
2182 c = loc[a]; in ir_gen_dessa_moves()
2185 loc[a] = b; in ir_gen_dessa_moves()
2195 IR_ASSERT(b != loc[pred[b]]); in ir_gen_dessa_moves()
2197 loc[b] = 0; in ir_gen_dessa_moves()
[all …]
H A Dir_emit.c539 r = loc[from]; in ir_parallel_copy()
547 loc[from] = to; in ir_parallel_copy()
599 r = loc[from]; in ir_parallel_copy()
607 loc[from] = to; in ir_parallel_copy()
701 loc[to] = from; in ir_dessa_resolve_cycle()
702 loc[from] = to; in ir_dessa_resolve_cycle()
721 loc[to] = from; in ir_dessa_resolve_cycle()
722 loc[from] = to; in ir_dessa_resolve_cycle()
740 r = loc[from]; in ir_dessa_resolve_cycle()
758 loc[from] = to; in ir_dessa_resolve_cycle()
[all …]
/php-src/ext/phar/
H A Dutil.c699 zend_off_t loc; in phar_open_entry_fp() local
776 loc = php_stream_tell(ufp); in phar_open_entry_fp()
792 if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) { in phar_open_entry_fp()
800 phar_set_fp_type(entry, PHAR_UFP, loc); in phar_open_entry_fp()
H A Dzip.c547 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile() local
552 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
/php-src/ext/standard/
H A Dstring.c4894 if (zend_string_equals_literal(loc, "0")) {
4895 loc = NULL;
4897 if (ZSTR_LEN(loc) >= 255) {
4904 retval = setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
4906 if (loc) {
4908 char *locp = ZSTR_VAL(loc);
4909 if (ZSTR_LEN(loc) >= 5 && locp[2] == '_'
4919 retval = setlocale(cat, ZSTR_VAL(loc));
4929 if (loc) {
4944 BG(ctype_string) = zend_string_copy(loc);
[all …]
/php-src/ext/soap/
H A Dphp_http.c1117 char *loc; in make_http_soap_request() local
1119 if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) { in make_http_soap_request()
1120 php_url *new_url = php_url_parse(loc); in make_http_soap_request()
1125 efree(loc); in make_http_soap_request()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4226 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml
20495 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000330.shtml
25860 # Kevin Ford (kefo@loc.gov)
25864 # form. For more info, see https://www.loc.gov/marc/
36343 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000471.shtml
H A Dmagic4226 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml
20495 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000330.shtml
25860 # Kevin Ford (kefo@loc.gov)
25864 # form. For more info, see https://www.loc.gov/marc/
36343 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000471.shtml
/php-src/ext/intl/formatter/
H A Dformatter_attr.c371 char* loc; in PHP_FUNCTION() local
384 loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
386 RETURN_STRING(loc); in PHP_FUNCTION()
/php-src/ext/intl/msgformat/
H A Dmsgformat_attr.c110 char *loc; in PHP_FUNCTION() local
123 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); in PHP_FUNCTION()
124 RETURN_STRING(loc); in PHP_FUNCTION()
/php-src/ext/standard/tests/streams/
H A Dbug64433.phpt21 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
31 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
41 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
H A Dbug64433_srv.inc6 if(!empty($_REQUEST["loc"])) {
/php-src/ext/soap/tests/bugs/
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0): ?string
/php-src/ext/intl/tests/
H A Dlocale_compose_locale.phpt110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
H A Ddateformat_bug71516.phpt8 $loc = "ru_RU";
9 $goodFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
10 $badFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
11 $badFormatter2 = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
/php-src/ext/intl/dateformat/
H A Ddateformat_attr.c141 char *loc; in PHP_FUNCTION() local
157 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
159 RETURN_STRING(loc); in PHP_FUNCTION()
/php-src/ext/gettext/tests/
H A Dbug66267.phpt14 $loc = ["de_DE", "fr_FR", "en_US"];
15 foreach($loc as $l) {
27 $loc = ["de_DE", "fr_FR", "en_US"];
29 foreach ($loc as $l) {
/php-src/ext/date/tests/
H A D009_win32.phpt12 $loc = setlocale(LC_TIME, "0");
35 setlocale(LC_TIME, $loc);

Completed in 235 milliseconds