Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 1365) sorted by relevance

12345678910>>...55

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Diresolve.cc208 f->ts = a->ts; in gfc_resolve_abs()
279 f->ts = x->ts; in gfc_resolve_acos()
289 f->ts = x->ts; in gfc_resolve_acosh()
427 f->ts = x->ts; in gfc_resolve_asin()
436 f->ts = x->ts; in gfc_resolve_asinh()
445 f->ts = x->ts; in gfc_resolve_atan()
454 f->ts = x->ts; in gfc_resolve_atanh()
463 f->ts = x->ts; in gfc_resolve_atan2()
478 f->ts = x->ts; in gfc_resolve_besn()
495 f->ts = x->ts; in gfc_resolve_bessel_n2()
[all …]
H A Diresolve.c207 f->ts = a->ts; in gfc_resolve_abs()
276 f->ts = x->ts; in gfc_resolve_acos()
285 f->ts = x->ts; in gfc_resolve_acosh()
421 f->ts = x->ts; in gfc_resolve_asin()
429 f->ts = x->ts; in gfc_resolve_asinh()
438 f->ts = x->ts; in gfc_resolve_atan()
446 f->ts = x->ts; in gfc_resolve_atanh()
455 f->ts = x->ts; in gfc_resolve_atan2()
470 f->ts = x->ts; in gfc_resolve_besn()
487 f->ts = x->ts; in gfc_resolve_bessel_n2()
[all …]
H A Dmisc.cc36 ts->kind = 0; in gfc_clear_ts()
37 ts->u.cl = NULL; in gfc_clear_ts()
44 ts->is_iso_c = 0; in gfc_clear_ts()
159 if (ts->u.cl && ts->u.cl->length) in gfc_typename()
165 ts->kind); in gfc_typename()
182 if (!ts->u.derived || !ts->u.derived->components in gfc_typename()
183 || !ts->u.derived->components->ts.u.derived) in gfc_typename()
192 ts->u.derived->components->ts.u.derived->name); in gfc_typename()
238 else if (ex->ts.u.cl && ex->ts.u.cl->length == NULL) in gfc_typename()
259 ex->ts.kind); in gfc_typename()
[all …]
H A Dmisc.c35 ts->u.derived = NULL; in gfc_clear_ts()
36 ts->kind = 0; in gfc_clear_ts()
37 ts->u.cl = NULL; in gfc_clear_ts()
44 ts->is_iso_c = 0; in gfc_clear_ts()
137 switch (ts->type) in gfc_typename()
158 if (ts->u.cl && ts->u.cl->length) in gfc_typename()
164 ts->kind); in gfc_typename()
186 ts1 = ts->u.derived->components ? &ts->u.derived->components->ts : NULL; in gfc_typename()
236 else if (ex->ts.u.cl && ex->ts.u.cl->length == NULL) in gfc_typename()
257 ex->ts.kind); in gfc_typename()
[all …]
H A Dtarget-memory.c100 else if (e->ts.u.cl != NULL && e->ts.u.cl->length != NULL in gfc_element_size()
102 && e->ts.u.cl->length->ts.type == BT_INTEGER) in gfc_element_size()
127 gfc_typespec ts; in gfc_element_size() local
129 ts = e->ts; in gfc_element_size()
349 if (source->ts.u.derived->ts.f90_type == BT_VOID) in gfc_target_encode_expr()
386 e->ts = result->ts; in interpret_array()
456 if (result->ts.u.cl && result->ts.u.cl->length) in gfc_interpret_character()
530 e->ts = cmp->ts; in gfc_interpret_derived()
618 result->ts = CLASS_DATA (result)->ts; in gfc_target_interpret_expr()
803 expr->ts.type = ts->type; in gfc_convert_boz()
[all …]
H A Dtarget-memory.cc100 else if (e->ts.u.cl != NULL && e->ts.u.cl->length != NULL in gfc_element_size()
102 && e->ts.u.cl->length->ts.type == BT_INTEGER) in gfc_element_size()
127 gfc_typespec ts; in gfc_element_size() local
129 ts = e->ts; in gfc_element_size()
348 if (source->ts.u.derived->ts.f90_type == BT_VOID) in gfc_target_encode_expr()
386 e->ts = result->ts; in interpret_array()
456 if (result->ts.u.cl && result->ts.u.cl->length) in gfc_interpret_character()
530 e->ts = cmp->ts; in gfc_interpret_derived()
618 result->ts = CLASS_DATA (result)->ts; in gfc_target_interpret_expr()
803 expr->ts.type = ts->type; in gfc_convert_boz()
[all …]
H A Dclass.cc192 ts = &func->result->ts; in gfc_fix_class_refs()
194 ts = &func->ts; in gfc_fix_class_refs()
254 e->ts = c->ts; in gfc_add_component_ref()
459 init->ts = *ts; in gfc_class_initializer()
663 ts = &ts->u.derived->components->ts; in gfc_build_class_symbol()
747 c->ts = *ts; in gfc_build_class_symbol()
992 e->ts = comp->ts; in finalize_component()
1244 expr->ts = idx->ts; in finalization_get_offset()
1268 expr2->ts = idx->ts; in finalization_get_offset()
1284 expr->ts = idx->ts; in finalization_get_offset()
[all …]
H A Dresolve.cc226 sym->ts = ifc->ts; in resolve_procedure_interface()
874 ts = &sym->ts; in resolve_entries()
3051 expr->ts = *ts; in resolve_unknown_f()
4152 e->ts = op1->ts; in resolve_operator()
4228 if (op1->ts.type != e->ts.type || op1->ts.kind != e->ts.kind) in resolve_operator()
4230 if (op2->ts.type != e->ts.type || op2->ts.kind != e->ts.kind) in resolve_operator()
6890 ts = e->ts; in resolve_typebound_function()
6909 e->ts = ts; in resolve_typebound_function()
9234 ts = &ts->u.derived->components->ts; in resolve_assoc_var()
9246 sym->ts = *ts; in resolve_assoc_var()
[all …]
H A Dresolve.c226 sym->ts = ifc->ts; in resolve_procedure_interface()
865 ts = &sym->ts; in resolve_entries()
2979 expr->ts = *ts; in resolve_unknown_f()
4066 e->ts = op1->ts; in resolve_operator()
4142 if (op1->ts.type != e->ts.type || op1->ts.kind != e->ts.kind) in resolve_operator()
4144 if (op2->ts.type != e->ts.type || op2->ts.kind != e->ts.kind) in resolve_operator()
6770 ts = e->ts; in resolve_typebound_function()
6789 e->ts = ts; in resolve_typebound_function()
9098 ts = &ts->u.derived->components->ts; in resolve_assoc_var()
9110 sym->ts = *ts; in resolve_assoc_var()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diresolve.c207 f->ts = a->ts; in gfc_resolve_abs()
276 f->ts = x->ts; in gfc_resolve_acos()
285 f->ts = x->ts; in gfc_resolve_acosh()
421 f->ts = x->ts; in gfc_resolve_asin()
429 f->ts = x->ts; in gfc_resolve_asinh()
438 f->ts = x->ts; in gfc_resolve_atan()
446 f->ts = x->ts; in gfc_resolve_atanh()
455 f->ts = x->ts; in gfc_resolve_atan2()
470 f->ts = x->ts; in gfc_resolve_besn()
487 f->ts = x->ts; in gfc_resolve_bessel_n2()
[all …]
H A Dmisc.c35 ts->u.derived = NULL; in gfc_clear_ts()
36 ts->kind = 0; in gfc_clear_ts()
37 ts->u.cl = NULL; in gfc_clear_ts()
44 ts->is_iso_c = 0; in gfc_clear_ts()
137 switch (ts->type) in gfc_typename()
158 if (ts->u.cl && ts->u.cl->length) in gfc_typename()
164 ts->kind); in gfc_typename()
186 ts1 = ts->u.derived->components ? &ts->u.derived->components->ts : NULL; in gfc_typename()
236 else if (ex->ts.u.cl && ex->ts.u.cl->length == NULL) in gfc_typename()
257 ex->ts.kind); in gfc_typename()
[all …]
H A Dtarget-memory.c100 else if (e->ts.u.cl != NULL && e->ts.u.cl->length != NULL in gfc_element_size()
102 && e->ts.u.cl->length->ts.type == BT_INTEGER) in gfc_element_size()
127 gfc_typespec ts; in gfc_element_size() local
129 ts = e->ts; in gfc_element_size()
349 if (source->ts.u.derived->ts.f90_type == BT_VOID) in gfc_target_encode_expr()
386 e->ts = result->ts; in interpret_array()
456 if (result->ts.u.cl && result->ts.u.cl->length) in gfc_interpret_character()
530 e->ts = cmp->ts; in gfc_interpret_derived()
618 result->ts = CLASS_DATA (result)->ts; in gfc_target_interpret_expr()
803 expr->ts.type = ts->type; in gfc_convert_boz()
[all …]
/netbsd/sys/kern/
H A Dkern_turnstile.c121 memset(ts, 0, sizeof(*ts)); in turnstile_ctor()
169 turnstile_t *ts; in turnstile_lookup() local
179 return (ts); in turnstile_lookup()
227 turnstile_t *ts; in turnstile_lendpri() local
285 ts = l->l_ts; in turnstile_lendpri()
286 KASSERT(ts->ts_inheritor == owner || ts->ts_inheritor == NULL); in turnstile_lendpri()
391 if (ts == NULL) { in turnstile_block()
396 ts = l->l_ts; in turnstile_block()
413 l->l_ts = ts; in turnstile_block()
466 KASSERT(ts->ts_inheritor == curlwp || ts->ts_inheritor == NULL); in turnstile_wakeup()
[all …]
H A Dsubr_time.c133 timespecsub(&ts, &now, &ts); in tshzto()
144 timespecsub(&ts, &now, &ts); in tshztoup()
189 if (ts->tv_nsec < 0 || ts->tv_nsec >= 1000000000) in itimespecfix()
193 if (ts->tv_sec == 0 && ts->tv_nsec != 0 && ts->tv_nsec < tick * 1000) in itimespecfix()
229 timespecsub(ts, &sleptts, ts); in gettimeleft()
240 timespecadd(ts, sleepts, ts); in clock_timeleft()
241 timespecsub(ts, &sleptts, ts); in clock_timeleft()
298 nanotime(ts); in clock_gettime1()
320 if (ts->tv_nsec < 0 || ts->tv_nsec >= 1000000000L) in ts2timo()
334 timespecsub(ts, &tsd, ts); in ts2timo()
[all …]
/netbsd/sys/compat/sys/
H A Dtime_types.h78 memset(ts, 0, sizeof(*ts)); in timeval50_to_timeval()
79 ts->tv_sec = ts50->tv_sec; in timeval50_to_timeval()
87 ts50->tv_sec = (long)ts->tv_sec; in timeval_to_timeval50()
88 ts50->tv_usec = ts->tv_usec; in timeval_to_timeval50()
94 memset(ts, 0, sizeof(*ts)); in timespec50_to_timespec()
95 ts->tv_sec = ts50->tv_sec; in timespec50_to_timespec()
96 ts->tv_nsec = ts50->tv_nsec; in timespec50_to_timespec()
104 ts50->tv_nsec = ts->tv_nsec; in timespec_to_timespec50()
110 memset(ts, 0, sizeof(*ts)); in itimerval50_to_itimerval()
125 struct itimerspec *ts) in itimerspec50_to_itimerspec() argument
[all …]
/netbsd/tests/kernel/kqueue/
H A Dt_timer.c59 (ts->tv_sec == seconds - 1 && ts->tv_nsec < 500000000)) in check_timespec()
62 (ts->tv_sec == upper && ts->tv_nsec >= 500000000)) in check_timespec()
66 ts->tv_sec, ts->tv_nsec, (result ? "" : "not "), in check_timespec()
115 timespecsub(&ts, &ots, &ts); in ATF_TC_BODY()
133 timespecsub(&ts, &ots, &ts); in ATF_TC_BODY()
149 ts.tv_nsec = 0; in ATF_TC_BODY()
152 timespecsub(&ts, &ots, &ts); in ATF_TC_BODY()
294 timespecsub(&ts, &ots, &ts); in ATF_TC_BODY()
302 ts.tv_sec = 0; in ATF_TC_BODY()
303 ts.tv_nsec = 0; in ATF_TC_BODY()
[all …]
/netbsd/sys/external/bsd/drm2/include/linux/
H A Dtime.h64 getnanouptime(ts); in getrawmonotonic()
76 if (ts->tv_sec < 0) in timespec_valid()
86 struct timespec ts; in ns_to_timespec() local
90 if (ts.tv_nsec < 0) { in ns_to_timespec()
91 ts.tv_sec -= 1; in ns_to_timespec()
95 return ts; in ns_to_timespec()
101 return (((int64_t)ts->tv_sec * 1000000000LL) + ts->tv_nsec); in timespec_to_ns()
107 struct timespec ts; in ns_to_timeval() local
110 ts = ns_to_timespec(nsec); in ns_to_timeval()
143 ts->tv_sec = sec; in set_normalized_timespec()
[all …]
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtrim_map.c50 (tm)->tm_pending += TRIM_MAP_SEGS((ts)->ts_end - (ts)->ts_start); \
55 (tm)->tm_pending -= TRIM_MAP_SEGS((ts)->ts_end - (ts)->ts_start); \
167 trim_seg_t *ts; in trim_map_destroy() local
189 kmem_free(ts, sizeof (*ts)); in trim_map_destroy()
255 ts = kmem_alloc(sizeof (*ts), KM_SLEEP); in trim_map_segment_add()
296 kmem_free(ts, sizeof (*ts)); in trim_map_segment_remove()
423 if (ts != NULL && ts->ts_txg <= txgsafe && in trim_map_first()
424 (ts->ts_txg <= txg || ts->ts_time <= time || force)) in trim_map_first()
425 return (ts); in trim_map_first()
467 size = ts->ts_end - ts->ts_start; in trim_map_vdev_commit()
[all …]
/netbsd/external/mit/lua/dist/src/
H A Dlstring.c59 ts->hash = luaS_hash(getstr(ts), len, ts->hash); in luaS_hashlongstr()
62 return ts->hash; in luaS_hashlongstr()
148 TString *ts; in createstrobj() local
154 ts->hash = h; in createstrobj()
157 return ts; in createstrobj()
164 return ts; in luaS_createlngstrobj()
193 TString *ts; in internshrstr() local
199 for (ts = *list; ts != NULL; ts = ts->u.hnext) { in internshrstr()
216 *list = ts; in internshrstr()
218 return ts; in internshrstr()
[all …]
/netbsd/external/cddl/osnet/sys/sys/
H A Dtime.h56 ((ts)->tv_sec < INT32_MIN || (ts)->tv_sec > INT32_MAX)
59 ((ts)->tv_sec < INT64_MIN || (ts)->tv_sec > INT64_MAX)
70 struct timespec ts; in gethrtime() local
73 getnanouptime(&ts); in gethrtime()
74 nsec = (hrtime_t)ts.tv_sec * NANOSEC + ts.tv_nsec; in gethrtime()
79 #define gethrestime(ts) getnanotime(ts) argument
85 struct timespec ts; in ddi_get_lbolt64() local
88 getnanouptime(&ts); in ddi_get_lbolt64()
89 return (int64_t)(SEC_TO_TICK(ts.tv_sec) + NSEC_TO_TICK(ts.tv_nsec)); in ddi_get_lbolt64()
105 struct timespec ts; in gethrtime() local
[all …]
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dteam.c90 thr->ts = data->ts; in gomp_thread_start()
102 thr->ts.team->ordered_release[thr->ts.team_id] = &thr->release; in gomp_thread_start()
306 if (thr->ts.level == 0 && __builtin_expect (thr->ts.team != NULL, 0)) in gomp_free_thread()
359 ++thr->ts.level; in gomp_team_start()
649 nthr->ts.active_level = thr->ts.active_level; in gomp_team_start()
652 nthr->ts.def_allocator = thr->ts.def_allocator; in gomp_team_start()
767 start_data->ts.place_partition_off = thr->ts.place_partition_off; in gomp_team_start()
768 start_data->ts.place_partition_len = thr->ts.place_partition_len; in gomp_team_start()
841 start_data->ts.active_level = thr->ts.active_level; in gomp_team_start()
842 start_data->ts.def_allocator = thr->ts.def_allocator; in gomp_team_start()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dteam.c89 thr->ts = data->ts; in gomp_thread_start()
96 thr->ts.team->ordered_release[thr->ts.team_id] = &thr->release; in gomp_thread_start()
293 if (thr->ts.level == 0 && __builtin_expect (thr->ts.team != NULL, 0)) in gomp_free_thread()
344 thr->ts.team = team; in gomp_team_start()
345 thr->ts.team_id = 0; in gomp_team_start()
346 ++thr->ts.level; in gomp_team_start()
636 nthr->ts.active_level = thr->ts.active_level; in gomp_team_start()
751 start_data->ts.place_partition_off = thr->ts.place_partition_off; in gomp_team_start()
752 start_data->ts.place_partition_len = thr->ts.place_partition_len; in gomp_team_start()
825 start_data->ts.active_level = thr->ts.active_level; in gomp_team_start()
[all …]
/netbsd/external/bsd/ntp/dist/libntp/
H A Dprettydate.c71 time_t ts; in get_struct_tm() local
76 ts = tl = stamp->q_s; in get_struct_tm()
116 ts = (int32)lo; in get_struct_tm()
134 if (ts < 0) { in get_struct_tm()
158 l_fp *ts, in common_prettydate() argument
175 if (ts->l_ui == 0 && ts->l_uf == 0) { in common_prettydate()
181 ntps = ts->l_ui; in common_prettydate()
197 (u_long)ts->l_ui, (u_long)ts->l_uf, in common_prettydate()
203 (u_long)ts->l_ui, (u_long)ts->l_uf, in common_prettydate()
213 l_fp *ts in prettydate() argument
[all …]
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/bfin/
H A Dtestset.s52 ts 0x00000000
53 ts 0x00000011
54 ts 0x11111111
55 ts 0x11111101
56 ts 0x11111110
57 ts 0x111111bb
58 ts 0xaaaaaa00
59 ts 0xabcd2222
60 ts 0x000000bb
61 ts 0x55555555
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dtestset.s52 ts 0x00000000
53 ts 0x00000011
54 ts 0x11111111
55 ts 0x11111101
56 ts 0x11111110
57 ts 0x111111bb
58 ts 0xaaaaaa00
59 ts 0xabcd2222
60 ts 0x000000bb
61 ts 0x55555555
[all …]

12345678910>>...55