Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 2479) sorted by relevance

12345678910>>...100

/dragonfly/tools/regression/bin/test/
H A Dregress.sh36 t () function
82 t 0 '-d /'
87 t 0 '0'
89 t 0 '-E'
91 t 0 '-XXX'
96 t 1 '-h /'
121 t 1 '""'
124 t 0 '!'
125 t 0 '\('
126 t 0 '\)'
[all …]
/dragonfly/usr.sbin/ppp/
H A Dthroughput.c50 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_init()
61 memset(&t->Timer, '\0', sizeof t->Timer); in throughput_init()
74 if (t && t->in.SampleOctets) { in throughput_destroy()
89 if (t->uptime && downat < t->uptime) { in throughput_uptime()
174 old = t->in.SampleOctets[t->nSample]; in throughput_sampler()
175 t->in.SampleOctets[t->nSample] = t->OctetsIn; in throughput_sampler()
179 t->out.SampleOctets[t->nSample] = t->OctetsOut; in throughput_sampler()
188 if (++t->nSample == t->SamplePeriod) in throughput_sampler()
206 t->OctetsIn = t->OctetsOut = 0; in throughput_start()
223 t->Timer.arg = t; in throughput_restart()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddump.c33 if (TREE_PROTECTED(t)) in dump_access()
35 else if (TREE_PRIVATE(t)) in dump_access()
57 code = TREE_CODE (t); in cp_dump_tree()
59 if (DECL_P (t)) in cp_dump_tree()
61 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
98 if (TYPE_CONTEXT (t) && TREE_CODE (TYPE_CONTEXT (t)) == TREE_CODE (t) in cp_dump_tree()
99 && CLASSTYPE_AS_BASE (TYPE_CONTEXT (t)) == t) in cp_dump_tree()
112 if (!dump_flag (di, TDF_SLIM, t) && TYPE_BINFO (t)) in cp_dump_tree()
137 dump_access (di, t); in cp_dump_tree()
138 if (TREE_STATIC (t) && !TREE_PUBLIC (t)) in cp_dump_tree()
[all …]
H A Dcxx-pretty-print.c136 t = OVL_FIRST (t); in pp_cxx_unqualified_id()
148 t = DECL_NAME (t); in pp_cxx_unqualified_id()
267 t = OVL_FIRST (t); in pp_cxx_qualified_id()
273 (pp, DECL_CONSTRUCTOR_P (t) ? DECL_CONTEXT (t) : t); in pp_cxx_qualified_id()
336 t = OVL_FIRST (t); in id_expression()
1054 t = OVL_FIRST (t); in expression()
1385 t = TREE_TYPE (t); in pp_cxx_ptr_operator()
1659 for (; t; t = TREE_CHAIN (t)) in pp_cxx_ctor_initializer()
1710 t = TREE_TYPE (t); in abstract_declarator()
1854 t = DECL_EXPR_DECL (t); in pp_cxx_exception_declaration()
[all …]
H A Derror.c401 t = strip_typedefs (t); in dump_template_bindings()
440 t = strip_typedefs (t); in dump_type()
699 t = TYPE_MAIN_VARIANT (t); in dump_aggr_type()
1244 t = OVL_FIRST (t); in dump_decl()
1792 t = TREE_CHAIN (t); in dump_exception_spec()
3028 t = OVL_FIRST (t); in location_of()
3533 for (t = t0; t != NULL; t = t->next) in print_instantiation_partial_context()
3562 t = t->next; in print_instantiation_partial_context()
3583 t = t->next; in print_instantiation_partial_context()
3593 t = t->next; in print_instantiation_partial_context()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1304 tree_push(t, t->basename, t->current_filesystem_id, in archive_read_disk_descend()
1305 t->lst.st_dev, t->lst.st_ino, &t->restore_time); in archive_read_disk_descend()
1311 tree_push(t, t->basename, t->current_filesystem_id, in archive_read_disk_descend()
1312 t->st.st_dev, t->st.st_ino, &t->restore_time); in archive_read_disk_descend()
2160 t->basename = t->path.s + archive_strlen(&t->path); in tree_append()
2356 if (t->stack == t->current && t->current != NULL) in tree_pop()
2361 t->basename = t->path.s + t->dirname_length; in tree_pop()
2387 t->current = t->stack; in tree_next()
2396 t->current = t->stack; in tree_next()
2480 r = readdir_r(t->d, t->dirent, &t->de);
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddump.c40 if (TREE_PROTECTED(t)) in dump_access()
42 else if (TREE_PRIVATE(t)) in dump_access()
212 code = TREE_CODE (t); in cp_dump_tree()
214 if (DECL_P (t)) in cp_dump_tree()
216 if (DECL_LANG_SPECIFIC (t) && DECL_LANGUAGE (t) != lang_cplusplus) in cp_dump_tree()
253 if (TYPE_CONTEXT (t) && TREE_CODE (TYPE_CONTEXT (t)) == TREE_CODE (t) in cp_dump_tree()
254 && CLASSTYPE_AS_BASE (TYPE_CONTEXT (t)) == t) in cp_dump_tree()
267 if (!dump_flag (di, TDF_SLIM, t) && TYPE_BINFO (t)) in cp_dump_tree()
292 dump_access (di, t); in cp_dump_tree()
293 if (TREE_STATIC (t) && !TREE_PUBLIC (t)) in cp_dump_tree()
[all …]
H A Dcxx-pretty-print.c157 t = OVL_CURRENT (t); in pp_cxx_unqualified_id()
168 t = DECL_NAME (t); in pp_cxx_unqualified_id()
295 t = OVL_CURRENT (t); in pp_cxx_qualified_id()
300 (pp, DECL_CONSTRUCTOR_P (t) ? DECL_CONTEXT (t) : t); in pp_cxx_qualified_id()
363 t = OVL_CURRENT (t); in pp_cxx_id_expression()
1059 t = OVL_CURRENT (t); in pp_cxx_expression()
1342 t = TREE_TYPE (t); in pp_cxx_ptr_operator()
1592 t = TREE_OPERAND (t, 0); in pp_cxx_ctor_initializer()
1596 for (; t; t = TREE_CHAIN (t)) in pp_cxx_ctor_initializer()
1650 t = TREE_TYPE (t); in pp_cxx_abstract_declarator()
[all …]
H A Derror.c329 t = strip_typedefs (t); in dump_template_bindings()
370 t = strip_typedefs (t); in dump_type()
1085 t = OVL_CURRENT (t); in dump_decl()
1102 t = OVL_CURRENT (t); in dump_decl()
1522 t = TREE_CHAIN (t); in dump_exception_spec()
2609 t = DECL_CONTEXT (t); in location_of()
3070 for (t = t0; t != NULL; t = t->next) in print_instantiation_partial_context()
3089 t = t->next; in print_instantiation_partial_context()
3106 t = t->next; in print_instantiation_partial_context()
3116 t = t->next; in print_instantiation_partial_context()
[all …]
H A Dtree.c784 TYPE_CANONICAL (t) = t; in build_cplus_array_type()
880 for (t = lvalue_ref; (t = TYPE_NEXT_REF_TO (t)); ) in cp_build_reference_type()
896 TYPE_CANONICAL (t) = t; in cp_build_reference_type()
974 for (t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t)) in cp_build_qualified_type_real()
989 t = build_variant_type_copy (t); in cp_build_qualified_type_real()
1133 if (!t || t == error_mark_node || t == TYPE_CANONICAL (t)) in strip_typedefs()
1692 t = convert_from_reference (t); in build_qualified_name()
2154 if (!TYPE_P (t) && TREE_CONSTANT (t) && !TREE_SIDE_EFFECTS (t)) in bot_manip()
3672 t = TREE_OPERAND (t, 1); in stabilize_init()
3674 t = TARGET_EXPR_INITIAL (t); in stabilize_init()
[all …]
/dragonfly/bin/date/
H A Dvary.c63 while ((ret = mktime(t)) == -1 && t->tm_year > 68 && t->tm_year < 138) in domktime()
77 !strncasecmp(t[f].str, arg, strlen(t[f].str))) in trans()
78 return t[f].val; in trans()
112 if (t->tm_mon == 1) in daysinmonth()
121 else if (t->tm_mon >= 0 && t->tm_mon < 12) in daysinmonth()
165 if (!adjyear(t, '+', (t->tm_mon + val) / 12, 0)) in adjmon()
235 t->tm_mday = daysinmonth(t); in adjday()
279 return adjday(t, '-', t->tm_wday - val, mk); in adjwday()
283 return adjday(t, '+', val - t->tm_wday, mk); in adjwday()
342 if (!adjhour(t, '+', (t->tm_min + val) / 60, 0)) in adjmin()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dconfig.host181 …tmake_file="$tmake_file t-freebsd t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld…
197 …tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc…
318 tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
350 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
354 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
358 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
379 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
400 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
404 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
660 …tmake_file ia64/t-ia64 ia64/t-ia64-elf t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-co…
[all …]
/dragonfly/lib/libc/db/recno/
H A Drec_get.c60 BTREE *t; in __rec_get() local
65 t = dbp->internal; in __rec_get()
69 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_get()
86 if ((status = t->bt_irec(t, nrec)) != RET_SUCCESS) in __rec_get()
121 if (t->bt_rdata.size < t->bt_reclen) { in __rec_fpipe()
122 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen); in __rec_fpipe()
125 t->bt_rdata.size = t->bt_reclen; in __rec_fpipe()
192 t->bt_rdata.data = reallocf(t->bt_rdata.data, in __rec_vpipe()
227 if (t->bt_rdata.size < t->bt_reclen) { in __rec_fmap()
228 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_reclen); in __rec_fmap()
[all …]
H A Drec_put.c59 BTREE *t; in __rec_put() local
64 t = dbp->internal; in __rec_put()
68 mpool_put(t->bt_mp, t->bt_pinned, 0); in __rec_put()
77 if (F_ISSET(t, R_FIXLEN) && data->size != t->bt_reclen) { in __rec_put()
81 if (t->bt_rdata.size < t->bt_reclen) { in __rec_put()
83 reallocf(t->bt_rdata.data, t->bt_reclen); in __rec_put()
86 t->bt_rdata.size = t->bt_reclen; in __rec_put()
90 t->bt_bval, t->bt_reclen - data->size); in __rec_put()
136 t->bt_irec(t, nrec) == RET_ERROR) in __rec_put()
254 ++t->bt_nrecs; in __rec_iput()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.c326 for (t = current_target.beneath; t != NULL; t = t->beneath) in target_has_all_memory_1()
338 for (t = current_target.beneath; t != NULL; t = t->beneath) in target_has_memory_1()
350 for (t = current_target.beneath; t != NULL; t = t->beneath) in target_has_stack_1()
362 for (t = current_target.beneath; t != NULL; t = t->beneath) in target_has_registers_1()
374 for (t = current_target.beneath; t != NULL; t = t->beneath) in target_has_execution_1()
597 for (t = target_stack; t; t = t->beneath) in update_current_target()
1314 for (t = target; t != NULL; t = t->beneath) in target_get_section_table()
2474 for (t = target_stack; t != NULL; t = t->beneath) in target_info()
2848 for (t = target; t != NULL; t = t->beneath) in target_read_description()
3025 for (t = target_stack; t != NULL; t = t->beneath) in target_require_runnable()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-dump.c96 if (!t) in queue_and_dump_index()
235 tree t; in dequeue_and_dump() local
244 t = (tree) stn->key; in dequeue_and_dump()
266 code = TREE_CODE (t); in dequeue_and_dump()
334 else if (DECL_P (t)) in dequeue_and_dump()
342 && DECL_ASSEMBLER_NAME (t) != DECL_NAME (t)) in dequeue_and_dump()
385 if (TYPE_MAIN_VARIANT (t) != t) in dequeue_and_dump()
522 else if (VAR_P (t) || TREE_CODE (t) == PARM_DECL) in dequeue_and_dump()
538 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump()
673 if (CASE_HIGH (t)) in dequeue_and_dump()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dsh.sem.c107 !t->t_dcdr && !t->t_dcar && !t->t_dflg && !didfds && in execute()
111 (void) Strcpy(t->t_dcom[0], t->t_dcom[0] + 1); in execute()
189 memmove(t->t_dcom[0], t->t_dcom[0] + 1, in execute()
279 if (t->t_dcom[1] && t->t_dcom[2]) { in execute()
281 t->t_systype = getv(t->t_dcom[1]); in execute()
699 t->t_dcdr->t_dflg |= F_PIPEIN | (t->t_dflg & in execute()
709 t->t_dcdr->t_dflg |= F_PIPEIN | (t->t_dflg & in execute()
727 t->t_dcdr->t_dflg |= t->t_dflg & in execute()
743 t->t_dcdr->t_dflg |= t->t_dflg & in execute()
853 cp = splicepipe(t, t->t_dlef); in doio()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dworkqueue.cc217 Task* t; in find_runnable_in_list() local
223 return t; in find_runnable_in_list()
240 if (t == NULL) in find_runnable()
242 return t; in find_runnable()
279 return t; in find_runnable_or_wait()
291 Task* t; in find_and_run_task() local
359 delete t; in find_and_run_task()
361 t = next; in find_and_run_task()
425 *pret = t; in return_or_queue()
459 Task* t; in release_locks() local
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dworkqueue.cc217 Task* t; in find_runnable_in_list() local
223 return t; in find_runnable_in_list()
240 if (t == NULL) in find_runnable()
242 return t; in find_runnable()
279 return t; in find_runnable_or_wait()
291 Task* t; in find_and_run_task() local
359 delete t; in find_and_run_task()
361 t = next; in find_and_run_task()
425 *pret = t; in return_or_queue()
459 Task* t; in release_locks() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-dump.c107 if (!t) in queue_and_dump_index()
246 tree t; in dequeue_and_dump() local
255 t = (tree) stn->key; in dequeue_and_dump()
277 code = TREE_CODE (t); in dequeue_and_dump()
346 else if (DECL_P (t)) in dequeue_and_dump()
350 if (DECL_NAME (t)) in dequeue_and_dump()
353 && DECL_ASSEMBLER_NAME (t) != DECL_NAME (t)) in dequeue_and_dump()
396 if (TYPE_MAIN_VARIANT (t) != t) in dequeue_and_dump()
551 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump()
687 if (CASE_HIGH (t)) in dequeue_and_dump()
[all …]
/dragonfly/lib/libc/db/btree/
H A Dbt_put.c64 BTREE *t; in __bt_put() local
74 t = dbp->internal; in __bt_put()
78 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_put()
147 if ((h = mpool_get(t->bt_mp, t->bt_cursor.pg.pgno, 0)) == NULL) in __bt_put()
216 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index >= idx) in __bt_put()
266 if ((h = mpool_get(t->bt_mp, t->bt_last.pgno, 0)) == NULL) { in bt_fast()
271 t->bt_cur.index = t->bt_last.index; in bt_fast()
286 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0) in bt_fast()
288 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index; in bt_fast()
294 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0) in bt_fast()
[all …]
H A Dbt_delete.c60 BTREE *t; in __bt_delete() local
65 t = dbp->internal; in __bt_delete()
69 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_delete()
70 t->bt_pinned = NULL; in __bt_delete()
88 c = &t->bt_cursor; in __bt_delete()
100 if (__bt_stkacq(t, &h, &t->bt_cursor)) in __bt_delete()
412 if (__bt_relink(t, pg) || __bt_free(t, pg)) in __bt_pdelete()
442 return (__bt_relink(t, h) || __bt_free(t, h)); in __bt_pdelete()
470 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index == idx && in __bt_dleaf()
500 t->bt_cursor.pg.pgno == h->pgno && t->bt_cursor.pg.index > idx) in __bt_dleaf()
[all …]
H A Dbt_close.c63 BTREE *t; in __bt_close() local
66 t = dbp->internal; in __bt_close()
70 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_close()
99 fd = t->bt_fd; in __bt_close()
100 free(t); in __bt_close()
117 BTREE *t; in __bt_sync() local
120 t = dbp->internal; in __bt_sync()
124 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_sync()
134 if (F_ISSET(t, B_INMEM | B_RDONLY) || !F_ISSET(t, B_MODIFIED)) in __bt_sync()
137 if (F_ISSET(t, B_METADIRTY) && bt_meta(t) == RET_ERROR) in __bt_sync()
[all …]
/dragonfly/sys/ddb/
H A Ddb_expr.c49 int t; in db_term() local
52 if (t == tIDENT) { in db_term()
63 if (t == tDOT) { in db_term()
71 if (t == tPLUS) { in db_term()
103 int t; in db_unary() local
131 int t; in db_mult_expr() local
139 while (t == tSTAR || t == tSLASH || t == tPCT || t == tHASH) { in db_mult_expr()
169 int t; in db_add_expr() local
177 while (t == tPLUS || t == tMINUS) { in db_add_expr()
197 int t; in db_shift_expr() local
[all …]
/dragonfly/crypto/openssh/
H A Dfe25519.c52 t = times19(t); in reduce_add_sub()
72 t = times19(t); in reduce_mul()
207 r->v[i-32] = t[i-32] + times38(t[i]); in fe25519_mul()
300 /* 8 */ fe25519_square(&t,&t); in fe25519_pow2523()
316 /* 2^40 - 2^0 */ fe25519_mul(&t,&t,&z2_20_0); in fe25519_pow2523()
318 /* 2^41 - 2^1 */ fe25519_square(&t,&t); in fe25519_pow2523()
328 /* 2^200 - 2^0 */ fe25519_mul(&t,&t,&z2_100_0); in fe25519_pow2523()
330 /* 2^201 - 2^1 */ fe25519_square(&t,&t); in fe25519_pow2523()
332 /* 2^250 - 2^0 */ fe25519_mul(&t,&t,&z2_50_0); in fe25519_pow2523()
334 /* 2^251 - 2^1 */ fe25519_square(&t,&t); in fe25519_pow2523()
[all …]

12345678910>>...100