Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 1863) sorted by relevance

12345678910>>...75

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcxx-pretty-print.c299 cxx_pretty_printer::constant (tree t) in constant()
333 cxx_pretty_printer::id_expression (tree t) in id_expression()
390 cxx_pretty_printer::primary_expression (tree t) in primary_expression()
753 cxx_pretty_printer::unary_expression (tree t) in unary_expression()
1025 cxx_pretty_printer::expression (tree t) in expression()
1627 cxx_pretty_printer::declarator (tree t) in declarator()
1764 cxx_pretty_printer::type_id (tree t) in type_id()
1865 cxx_pretty_printer::statement (tree t) in statement()
2219 tree t, a; in pp_cxx_constrained_type_spec() local
2309 cxx_pretty_printer::declaration (tree t) in declaration()
[all …]
H A Dconstraint.cc68 constraint_p (tree t) in constraint_p()
102 conjoin_constraints (tree t) in conjoin_constraints()
115 function_concept_check_p (tree t) in function_concept_check_p()
668 normalize_requirement (tree t) in normalize_requirement()
694 normalize_requirements (tree t) in normalize_requirements()
822 normalize_atom (tree t) in normalize_atom()
949 normalize_expression (tree t) in normalize_expression()
996 normalize_conjunction (tree t) in normalize_conjunction()
1007 normalize_disjunction (tree t) in normalize_disjunction()
1046 normalize_constraint (tree t) in normalize_constraint()
[all …]
H A Dclass.c443 tree t; in build_base_path() local
452 tree t = expr; in build_base_path() local
1931 tree t, v; in fixup_may_alias() local
3287 tree t, in check_field_decl()
3753 tree t; in check_subobject_offset() local
4246 tree t = rli->t; in build_base_field() local
8976 tree t, in accumulate_vtbl_inits()
9024 tree t, in dfs_accumulate_vtbl_inits()
9146 tree t, in build_vtbl_initializer()
9385 tree t; in build_vbase_offset_vtbl_entries() local
[all …]
H A Dlogic.cc82 tree t; member
137 term_list::term_list (tree t) in term_list()
146 term_list::includes (tree t) in includes()
154 term_list::push_back (tree t) in push_back()
164 term_list::insert (iterator iter, tree t) in insert()
298 non_atomic_constraint_p (tree t) in non_atomic_constraint_p()
345 analyze_atom (term_list& ts, tree t) in analyze_atom()
368 analyze_pack (term_list& ts, tree t) in analyze_pack()
408 analyze_check (term_list& ts, tree t) in analyze_check()
447 analyze_term (term_list& ts, tree t) in analyze_term()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcxx-pretty-print.c129 pp_cxx_template_id (cxx_pretty_printer *pp, tree t) in pp_cxx_template_id()
147 pp_cxx_unqualified_id (cxx_pretty_printer *pp, tree t) in pp_cxx_unqualified_id()
276 pp_cxx_qualified_id (cxx_pretty_printer *pp, tree t) in pp_cxx_qualified_id()
326 pp_cxx_constant (cxx_pretty_printer *pp, tree t) in pp_cxx_constant()
360 pp_cxx_id_expression (cxx_pretty_printer *pp, tree t) in pp_cxx_id_expression()
1031 pp_cxx_expression (cxx_pretty_printer *pp, tree t) in pp_cxx_expression()
1339 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t) in pp_cxx_ptr_operator()
1570 pp_cxx_declarator (cxx_pretty_printer *pp, tree t) in pp_cxx_declarator()
1704 pp_cxx_type_id (cxx_pretty_printer *pp, tree t) in pp_cxx_type_id()
1805 pp_cxx_statement (cxx_pretty_printer *pp, tree t) in pp_cxx_statement()
[all …]
H A Dtree.c297 tree t; in build_target_expr() local
371 tree t; in build_aggr_init_array() local
734 tree t; in build_cplus_array_type() local
963 tree t; in cp_build_qualified_type_real() local
1013 tree t; in cp_build_qualified_type_real() local
1683 tree t; in build_qualified_name() local
1973 tree t = *tp; in verify_stmt_tree_r() local
2152 tree t = *tp; in bot_manip() local
2283 tree t; in build_min_nt() local
2311 tree t; in build_min() local
[all …]
/dragonfly/usr.sbin/ppp/
H A Dthroughput.c48 throughput_init(struct pppThroughput *t, int period) in throughput_init()
72 throughput_destroy(struct pppThroughput *t) in throughput_destroy()
84 throughput_uptime(struct pppThroughput *t) in throughput_uptime()
102 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp()
136 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log()
164 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler() local
198 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start()
215 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart()
234 throughput_stop(struct pppThroughput *t) in throughput_stop()
242 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dworkqueue.cc39 Task_list::push_back(Task* t) in push_back()
57 Task_list::push_front(Task* t) in push_front()
179 Workqueue::queue(Task* t) in queue()
187 Workqueue::queue_soon(Task* t) in queue_soon()
196 Workqueue::queue_next(Task* t) in queue_next()
217 Task* t; in find_runnable_in_list() local
252 Task* t = this->find_runnable(); in find_runnable_or_wait() local
291 Task* t; in find_and_run_task() local
447 Workqueue::release_locks(Task* t, Task_locker* tl) in release_locks()
459 Task* t; in release_locks() local
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dworkqueue.cc39 Task_list::push_back(Task* t) in push_back()
57 Task_list::push_front(Task* t) in push_front()
179 Workqueue::queue(Task* t) in queue()
187 Workqueue::queue_soon(Task* t) in queue_soon()
196 Workqueue::queue_next(Task* t) in queue_next()
217 Task* t; in find_runnable_in_list() local
252 Task* t = this->find_runnable(); in find_runnable_or_wait() local
291 Task* t; in find_and_run_task() local
447 Workqueue::release_locks(Task* t, Task_locker* tl) in release_locks()
459 Task* t; in release_locks() local
[all …]
/dragonfly/contrib/lvm2/dist/libdm/datastruct/
H A Dhash.c123 static void _free_nodes(struct dm_hash_table *t) in _free_nodes()
135 void dm_hash_destroy(struct dm_hash_table *t) in dm_hash_destroy()
159 void *dm_hash_lookup_binary(struct dm_hash_table *t, const char *key, in dm_hash_lookup_binary()
167 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, in dm_hash_insert_binary()
189 void dm_hash_remove_binary(struct dm_hash_table *t, const char *key, in dm_hash_remove_binary()
202 void *dm_hash_lookup(struct dm_hash_table *t, const char *key) in dm_hash_lookup()
212 void dm_hash_remove(struct dm_hash_table *t, const char *key) in dm_hash_remove()
217 unsigned dm_hash_get_num_entries(struct dm_hash_table *t) in dm_hash_get_num_entries()
222 void dm_hash_iter(struct dm_hash_table *t, dm_hash_iterate_fn f) in dm_hash_iter()
234 void dm_hash_wipe(struct dm_hash_table *t) in dm_hash_wipe()
[all …]
/dragonfly/sys/kern/
H A Duipc_mbuf2.c106 struct mbuf *t; in m_pulldown() local
224 struct mbuf *t; in m_pulldown() local
258 struct m_tag *t; in m_tag_alloc() local
274 m_tag_free(struct m_tag *t) in m_tag_free()
281 m_tag_prepend(struct mbuf *m, struct m_tag *t) in m_tag_prepend()
290 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink()
299 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
325 m_tag_locate(struct mbuf *m, uint32_t cookie, int type, struct m_tag *t) in m_tag_locate()
344 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
365 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local
[all …]
/dragonfly/contrib/bmake/
H A Dhash.c114 HashTable_Find(HashTable *t, Substring key, unsigned int h) in HashTable_Find()
141 HashTable_Init(HashTable *t) in HashTable_Init()
160 HashTable_Done(HashTable *t) in HashTable_Done()
182 HashTable_FindEntry(HashTable *t, const char *key) in HashTable_FindEntry()
191 HashTable_FindValue(HashTable *t, const char *key) in HashTable_FindValue()
213 HashTable_Enlarge(HashTable *t) in HashTable_Enlarge()
250 HashTable_CreateEntry(HashTable *t, const char *key, bool *out_isNew) in HashTable_CreateEntry()
280 HashTable_Set(HashTable *t, const char *key, void *value) in HashTable_Set()
288 HashTable_DeleteEntry(HashTable *t, HashEntry *he) in HashTable_DeleteEntry()
311 HashTable *t = hi->table; in HashIter_Next() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-expr.c596 is_gimple_lvalue (tree t) in is_gimple_lvalue()
608 is_gimple_condexpr (tree t) in is_gimple_condexpr()
619 is_gimple_address (const_tree t) in is_gimple_address()
724 is_gimple_ip_invariant (const_tree t) in is_gimple_ip_invariant()
735 is_gimple_reg (tree t) in is_gimple_reg()
785 is_gimple_val (tree t) in is_gimple_val()
799 is_gimple_asm_val (tree t) in is_gimple_asm_val()
810 is_gimple_min_lval (tree t) in is_gimple_min_lval()
820 is_gimple_call_addr (tree t) in is_gimple_call_addr()
828 is_gimple_mem_ref_addr (tree t) in is_gimple_mem_ref_addr()
[all …]
/dragonfly/lib/libc/gen/
H A Dtermios.c52 tcgetattr(int fd, struct termios *t) in tcgetattr()
59 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr()
125 cfgetospeed(const struct termios *t) in cfgetospeed()
132 cfgetispeed(const struct termios *t) in cfgetispeed()
139 cfsetospeed(struct termios *t, speed_t speed) in cfsetospeed()
147 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed()
155 cfsetspeed(struct termios *t, speed_t speed) in cfsetspeed()
167 cfmakeraw(struct termios *t) in cfmakeraw()
185 cfmakesane(struct termios *t) in cfmakesane()
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.c324 struct target_ops *t; in target_has_all_memory_1() local
336 struct target_ops *t; in target_has_memory_1() local
348 struct target_ops *t; in target_has_stack_1() local
360 struct target_ops *t; in target_has_registers_1() local
372 struct target_ops *t; in target_has_execution_1() local
462 struct target_ops *t; in target_kill() local
488 struct target_ops *t; in target_create_inferior() local
524 struct target_ops *t) in nomemory()
588 struct target_ops *t; in update_current_target() local
1309 struct target_ops *t; in target_get_section_table() local
[all …]
/dragonfly/sys/vfs/nfs/
H A Dxdr_subs.h52 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v))) argument
55 #define fxdr_nfsv2time(f, t) \ argument
63 #define txdr_nfsv2time(f, t) \ argument
72 #define fxdr_nfsv3time(f, t) \ argument
77 #define txdr_nfsv3time(f, t) \ argument
86 #define txdr_hyper(f, t) \ argument
/dragonfly/sbin/rcorder/
H A Dhash.c100 Hash_InitTable(Hash_Table *t, int numBuckets) in Hash_InitTable()
141 Hash_DeleteTable(Hash_Table *t) in Hash_DeleteTable()
186 Hash_FindEntry(Hash_Table *t, char *key) in Hash_FindEntry()
229 Hash_CreateEntry(Hash_Table *t, char *key, Boolean *newPtr) in Hash_CreateEntry()
291 Hash_DeleteEntry(Hash_Table *t, Hash_Entry *e) in Hash_DeleteEntry()
336 Hash_EnumFirst(Hash_Table *t, Hash_Search *searchPtr) in Hash_EnumFirst()
370 Hash_Table *t = searchPtr->tablePtr; in Hash_EnumNext() local
411 RebuildTable(Hash_Table *t) in RebuildTable()
/dragonfly/bin/date/
H A Dvary.c59 domktime(struct tm *t, char type) in domktime()
71 trans(const struct trans t[], const char *arg) in trans()
106 daysinmonth(const struct tm *t) in daysinmonth()
129 adjyear(struct tm *t, char type, long val, int mk) in adjyear()
150 adjmon(struct tm *t, char type, long val, int istext, int mk) in adjmon()
209 adjday(struct tm *t, char type, long val, int mk) in adjday()
253 adjwday(struct tm *t, char type, long val, int istext, int mk) in adjwday()
289 adjhour(struct tm *t, char type, long val, int mk) in adjhour()
334 adjmin(struct tm *t, char type, long val, int mk) in adjmin()
375 adjsec(struct tm *t, char type, long val, int mk) in adjsec()
[all …]
/dragonfly/sys/dev/sound/pcm/
H A Dg711.h175 #define _G711_TO_INTPCM(t, v) ((intpcm_t) \ argument
178 #define _INTPCM_TO_G711(t, v) ((t)[(uint8_t)((v) ^ 0x80)]) argument
181 #define G711_DECLARE_TABLE(t) \ argument
192 #define G711_DECLARE_OP(t) \ argument
221 #define G711_DECLARE(t) \ argument
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c627 struct tree *t = a->tree; in setup_suitable_read_buffer() local
691 struct tree *t = a->tree; in _archive_read_data_block() local
1126 struct tree *t; in _archive_read_next_header2() local
1199 struct tree *t = a->tree; in setup_sparse() local
1267 struct tree *t = a->tree; in archive_read_disk_can_descend() local
1284 struct tree *t = a->tree; in archive_read_disk_descend() local
1403 struct tree *t = a->tree; in update_current_filesystem() local
2171 struct tree *t; in tree_open() local
2350 tree_pop(struct tree *t) in tree_pop()
2372 tree_next(struct tree *t) in tree_next()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-pretty-print.c196 pp_c_type_cast (c_pretty_printer *pp, tree t) in pp_c_type_cast()
267 pp_c_pointer (c_pretty_printer *pp, tree t) in pp_c_pointer()
539 c_pretty_printer::abstract_declarator (tree t) in abstract_declarator()
613 c_pretty_printer::type_id (tree t) in type_id()
644 c_pretty_printer::function_specifier (tree t) in function_specifier()
675 c_pretty_printer::direct_declarator (tree t) in direct_declarator()
729 c_pretty_printer::declarator (tree t) in declarator()
762 c_pretty_printer::declaration (tree t) in declaration()
1433 c_pretty_printer::id_expression (tree t) in id_expression()
2364 print_c_tree (FILE *file, tree t) in print_c_tree()
[all …]
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_time_tm.c403 ASN1_TIME_set(ASN1_TIME *s, time_t t) in ASN1_TIME_set()
411 time_t t; in ASN1_TIME_set_tm() local
419 ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day, long offset_sec) in ASN1_TIME_adj()
425 ASN1_TIME_check(const ASN1_TIME *t) in ASN1_TIME_check()
433 ASN1_TIME_to_generalizedtime(const ASN1_TIME *t, ASN1_GENERALIZEDTIME **out) in ASN1_TIME_to_generalizedtime()
505 ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t) in ASN1_TIME_cmp_time_t()
536 ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_set()
549 ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_cmp_time_t()
577 ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s, time_t t) in ASN1_GENERALIZEDTIME_set()
583 ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, time_t t, int offset_day, in ASN1_GENERALIZEDTIME_adj()
[all …]
/dragonfly/sys/ddb/
H A Ddb_expr.c49 int t; in db_term() local
103 int t; in db_unary() local
131 int t; in db_mult_expr() local
169 int t; in db_add_expr() local
197 int t; in db_shift_expr() local
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-pretty-print.c216 pp_c_type_cast (c_pretty_printer *pp, tree t) in pp_c_type_cast()
286 pp_c_pointer (c_pretty_printer *pp, tree t) in pp_c_pointer()
339 pp_c_type_specifier (c_pretty_printer *pp, tree t) in pp_c_type_specifier()
617 pp_c_type_id (c_pretty_printer *pp, tree t) in pp_c_type_id()
679 pp_c_direct_declarator (c_pretty_printer *pp, tree t) in pp_c_direct_declarator()
733 pp_c_declarator (c_pretty_printer *pp, tree t) in pp_c_declarator()
766 pp_c_declaration (c_pretty_printer *pp, tree t) in pp_c_declaration()
1287 pp_c_init_declarator (c_pretty_printer *pp, tree t) in pp_c_init_declarator()
1417 pp_c_id_expression (c_pretty_printer *pp, tree t) in pp_c_id_expression()
2337 print_c_tree (FILE *file, tree t) in print_c_tree()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-iterator.c53 free_stmt_list (tree t) in free_stmt_list()
63 append_to_statement_list_1 (tree t, tree *list_p) in append_to_statement_list_1()
86 append_to_statement_list (tree t, tree *list_p) in append_to_statement_list()
95 append_to_statement_list_force (tree t, tree *list_p) in append_to_statement_list_force()
104 tsi_link_before (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) in tsi_link_before()
180 tsi_link_after (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) in tsi_link_after()

12345678910>>...75