Home
last modified time | relevance | path

Searched refs:dst (Results 76 – 100 of 134) sorted by relevance

123456

/php-src/ext/date/lib/
H A Dtm2unixtime.c378 tz->sse += (-tz->z - tz->dst * SECS_PER_HOUR); in do_adjust_timezone()
408 if (current_offset >= 0 && tz->dst && !current_is_dst) { in do_adjust_timezone()
418 } else if (current_offset <= 0 && current_is_dst && !tz->dst) { in do_adjust_timezone()
498 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
H A Dtimelib.h173 char *dst; member
258 signed int dst; /* Flag if we were parsing a DST zone */ member
276 int dst; member
609 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con…
H A Dparse_date.re828 *dst = tp->type;
921 t->dst = 0;
927 t->dst = 0;
951 t->dst = 0;
958 t->dst = 0;
972 t->dst = *dst;
1226 s->time->dst = 0;
1266 s->time->dst = 0;
2044 in.time->dst = TIMELIB_UNSET;
2466 s->time->dst = 0;
[all …]
H A Dparse_tz.c433 if (!tz->posix_info->dst) { in integrate_posix_string()
437 …o->type_index_dst_type = find_ttinfo_index(tz, tz->posix_info->dst_offset, 1, tz->posix_info->dst); in integrate_posix_string()
439 …type_index_dst_type = add_new_ttinfo_index(tz, tz->posix_info->dst_offset, 1, tz->posix_info->dst); in integrate_posix_string()
572 if (tz->posix_info->dst) { in timelib_dump_tzinfo()
942 return t->z + (t->dst * 3600); in timelib_get_current_offset()
962 if ((one->z + (one->dst * 3600)) == (two->z + (two->dst * 3600))) { in timelib_same_timezone()
H A Dtimelib.c319 printf(" GMT %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
333 printf(" %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php83 …public function getDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string… argument
/php-src/Zend/
H A Dzend_strtod.c4527 dst = buf; in zend_gcvt()
4529 *dst++ = '-'; in zend_gcvt()
4541 *dst++ = *src++; in zend_gcvt()
4544 *dst++ = '0'; in zend_gcvt()
4552 *dst++ = '-'; in zend_gcvt()
4554 *dst++ = '+'; in zend_gcvt()
4558 *dst = '\0'; in zend_gcvt()
4574 *dst++ = '0'; in zend_gcvt()
4580 *dst = '\0'; in zend_gcvt()
4587 *dst++ = '0'; in zend_gcvt()
[all …]
H A Dzend_llist.h57 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src);
/php-src/Zend/Optimizer/
H A Ddfa_pass.c431 HashTable *dst; in zend_dfa_optimize_calls() local
436 dst = zend_new_array(zend_hash_num_elements(src)); in zend_dfa_optimize_calls()
440 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_dfa_optimize_calls()
442 zend_hash_index_add(dst, Z_LVAL_P(val), &tmp); in zend_dfa_optimize_calls()
444 zend_array_destroy(dst); in zend_dfa_optimize_calls()
452 zend_array_destroy(dst); in zend_dfa_optimize_calls()
456 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_dfa_optimize_calls()
480 ZVAL_ARR(&tmp, dst); in zend_dfa_optimize_calls()
627 zend_basic_block *dst = &ssa->cfg.blocks[new_to]; in zend_ssa_replace_control_link() local
643 ZEND_SET_OP_JMP_ADDR(opline, opline->op1, op_array->opcodes + dst->start); in zend_ssa_replace_control_link()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1126 uint32_t dst_tail = chains[dst].tail; in ir_join_chains()
1130 chains[dst].prev = src_tail; in ir_join_chains()
1131 chains[src_tail].next = dst; in ir_join_chains()
1133 chains[dst].head = src; in ir_join_chains()
1513 uint32_t dst = chains[e->to].head; in ir_schedule_blocks_bottom_up() local
1514 if (dst == e->to) { in ir_schedule_blocks_bottom_up()
1518 if (src != dst) { in ir_schedule_blocks_bottom_up()
1616 if (src != dst) { in ir_schedule_blocks_bottom_up()
1617 if (dst == 1) { in ir_schedule_blocks_bottom_up()
1618 ir_join_chains(chains, dst, src); in ir_schedule_blocks_bottom_up()
[all …]
H A Dir_emit.c924 ir_reg dst = ctx->regs[ref][0]; in ir_emit_dessa_moves() local
927 IR_ASSERT(dst == IR_REG_NONE || !IR_REG_SPILLED(dst)); in ir_emit_dessa_moves()
937 to = (dst != IR_REG_NONE) ? in ir_emit_dessa_moves()
938 (ir_ref)dst : (ir_ref)(IR_REG_NUM + ctx->vregs[ref]); in ir_emit_dessa_moves()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1582 jit_set_Z_PTR(jit, dst, ref); in jit_ZVAL_COPY_CONST()
1588 if (Z_MODE(dst) != IS_REG) { in jit_ZVAL_COPY_CONST()
1620 jit_set_Z_PTR(jit, dst, ref); in jit_ZVAL_COPY()
1626 if (Z_MODE(dst) != IS_REG in jit_ZVAL_COPY()
1670 jit_set_Z_W2(jit, dst, ref); in jit_ZVAL_COPY_2()
1675 jit_set_Z_PTR(jit, dst, ref); in jit_ZVAL_COPY_2()
1685 if (Z_MODE(dst) != IS_REG in jit_ZVAL_COPY_2()
4158 (Z_REG(dst) != ZREG_FP || in zend_jit_spill_store()
4166 (Z_REG(dst) != ZREG_FP || in zend_jit_spill_store()
4502 } else if (Z_MODE(dst) == IS_REG && Z_STORE(dst)) { in zend_jit_update_regs()
[all …]
H A Dzend_jit_vm_helpers.c130 zval *end, *src, *dst; in zend_jit_copy_extra_args_helper() local
145 dst = src + (op_array->last_var + op_array->T - first_extra_arg); in zend_jit_copy_extra_args_helper()
146 if (EXPECTED(src != dst)) { in zend_jit_copy_extra_args_helper()
149 ZVAL_COPY_VALUE(dst, src); in zend_jit_copy_extra_args_helper()
152 dst--; in zend_jit_copy_extra_args_helper()
/php-src/ext/tokenizer/
H A Dtokenizer.c296 zval *dst = OBJ_PROP_NUM(obj, 4); in add_token() local
300 for (; src < end; src++, dst++) { in add_token()
301 ZVAL_COPY_PROP(dst, src); in add_token()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.c89 lxb_dom_element_interface_copy(lxb_dom_element_t *dst, in lxb_dom_element_interface_copy() argument
96 status = lxb_dom_node_interface_copy(&dst->node, &src->node, false); in lxb_dom_element_interface_copy()
101 document = lxb_dom_interface_node(dst)->owner_document; in lxb_dom_element_interface_copy()
110 (void) lxb_dom_element_attr_append(dst, clone); in lxb_dom_element_interface_copy()
H A Dnode.h80 lxb_dom_node_interface_copy(lxb_dom_node_t *dst,
/php-src/ext/standard/
H A Dpack.c134 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float() argument
152 memcpy(dst, &m.f, sizeof(float)); in php_pack_copy_float()
157 static void php_pack_copy_double(int is_little_endian, void * dst, double d) in php_pack_copy_double() argument
175 memcpy(dst, &m.d, sizeof(double)); in php_pack_copy_double()
/php-src/ext/hash/xxhash/
H A Dxxhash.h588 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash);
2298 XXH_memcpy(dst, &hash, sizeof(*dst)); in XXH32_canonicalFromHash()
2698 XXH_memcpy(dst, &hash, sizeof(*dst)); in XXH64_canonicalFromHash()
3697 XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) in XXH_writeLE64() argument
3700 XXH_memcpy(dst, &v64, sizeof(v64)); in XXH_writeLE64()
5507 XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash) in XXH128_canonicalFromHash() argument
5514 XXH_memcpy(dst, &hash.high64, sizeof(hash.high64)); in XXH128_canonicalFromHash()
5515 XXH_memcpy((char*)dst + sizeof(hash.high64), &hash.low64, sizeof(hash.low64)); in XXH128_canonicalFromHash()
5536 static void XXH3_combine16(void* dst, XXH128_hash_t h128) in XXH3_combine16() argument
5538 XXH_writeLE64( dst, XXH_readLE64(dst) ^ h128.low64 ); in XXH3_combine16()
[all …]
/php-src/win32/
H A Dioutil.h221 wchar_t *src = mb, *dst = ret + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_conv_any_to_w() local
225 *dst++ = PHP_WIN32_IOUTIL_DEFAULT_SLASHW; in php_win32_ioutil_conv_any_to_w()
228 *dst++ = *src++; in php_win32_ioutil_conv_any_to_w()
H A Dioutil.c323 wchar_t *src, *dst; in php_win32_ioutil_mkdir_w() local
331 dst = _tmp + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_mkdir_w()
334 *dst++ = PHP_WIN32_IOUTIL_DEFAULT_SLASHW; in php_win32_ioutil_mkdir_w()
337 *dst++ = *src++; in php_win32_ioutil_mkdir_w()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h939 static inline vect_t fast_forward_char_pair_compare(compare_type ctype, vect_t dst, vect_t cmp1, ve… in fast_forward_char_pair_compare() argument
943 vect_t tmp = dst; in fast_forward_char_pair_compare()
944 dst = VCEQQ(dst, cmp1); in fast_forward_char_pair_compare()
946 dst = VORRQ(dst, tmp); in fast_forward_char_pair_compare()
947 return dst; in fast_forward_char_pair_compare()
951 dst = VORRQ(dst, cmp2); in fast_forward_char_pair_compare()
952 dst = VCEQQ(dst, cmp1); in fast_forward_char_pair_compare()
953 return dst; in fast_forward_char_pair_compare()
/php-src/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h119 PHP_COM_DOTNET_API zend_result php_com_copy_variant(VARIANT *dst, VARIANT *src);
/php-src/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt9 $dst = str_repeat("0000fffd", $n);
10 if ($dst == $src) {
/php-src/ext/date/
H A Dphp_date.c690 offset->offset = (t->z + (t->dst * 3600)); in date_format()
692 offset->is_dst = t->dst; in date_format()
921 offset->is_dst = t->dst; in php_idate()
927 offset->is_dst = t->dst; in php_idate()
2019 new_obj->tzi.z.dst = old_obj->tzi.z.dst; in date_object_clone_timezone()
2452 new_dst = tzobj->tzi.z.dst; in php_date_initialize()
2477 now->dst = new_dst; in php_date_initialize()
3309 tmp_time->z == 0 && tmp_time->dst == 0 in php_date_modify()
3546 tzobj->tzi.z.dst = t->dst; in set_timezone_from_timelib_time()
4001 int dst, not_found; in timezone_initialize() local
[all …]
/php-src/ext/dom/
H A Dxml_serializer.c139 static zend_always_inline void dom_xml_ns_prefix_map_copy(dom_xml_ns_prefix_map *dst, const dom_xml… in dom_xml_ns_prefix_map_copy() argument
141 dst->ht = src->ht; in dom_xml_ns_prefix_map_copy()
142 GC_ADDREF(dst->ht); in dom_xml_ns_prefix_map_copy()

Completed in 172 milliseconds

123456