Home
last modified time | relevance | path

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

12345678910>>...74

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcxx-pretty-print.c101 pp_cxx_conversion_function_id (cxx_pretty_printer *pp, tree t) in pp_cxx_conversion_function_id()
108 pp_cxx_template_id (cxx_pretty_printer *pp, tree t) in pp_cxx_template_id()
126 pp_cxx_unqualified_id (cxx_pretty_printer *pp, tree t) in pp_cxx_unqualified_id()
220 pp_cxx_template_keyword_if_needed (cxx_pretty_printer *pp, tree scope, tree t) in pp_cxx_template_keyword_if_needed()
232 pp_cxx_nested_name_specifier (cxx_pretty_printer *pp, tree t) in pp_cxx_nested_name_specifier()
248 pp_cxx_qualified_id (cxx_pretty_printer *pp, tree t) in pp_cxx_qualified_id()
299 cxx_pretty_printer::constant (tree t) in constant()
333 cxx_pretty_printer::id_expression (tree t) in id_expression()
347 pp_cxx_userdef_literal (cxx_pretty_printer *pp, tree t) in pp_cxx_userdef_literal()
390 cxx_pretty_printer::primary_expression (tree t) in primary_expression()
[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()
589 normalize_logical_operation (tree t, tree_code c) in normalize_logical_operation()
600 normalize_simple_requirement (tree t) in normalize_simple_requirement()
608 normalize_type_requirement (tree t) in normalize_type_requirement()
622 normalize_compound_requirement (tree t) in normalize_compound_requirement()
660 normalize_nested_requirement (tree t) in normalize_nested_requirement()
668 normalize_requirement (tree t) in normalize_requirement()
694 normalize_requirements (tree t) in normalize_requirements()
[all …]
H A Dclass.c443 tree t; in build_base_path() local
452 tree t = expr; in build_base_path() local
935 make_new_vtable (tree t, tree binfo) in make_new_vtable()
957 modify_vtable_entry (tree t, in modify_vtable_entry()
1167 alter_access (tree t, tree fdecl, tree access) in alter_access()
1217 handle_using_decl (tree using_decl, tree t) in handle_using_decl()
1286 tree t; // The type that we're checking for missing tags. member
1380 mark_or_check_tags (tree t, tree *tp, abi_tag_data *p, bool val) in mark_or_check_tags()
1444 mark_abi_tags (tree t, bool val) in mark_abi_tags()
1499 for (tree t = data.tags; t; t = TREE_CHAIN (t)) variable
[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()
194 term_list::replace (iterator iter, tree t) in replace()
298 non_atomic_constraint_p (tree t) in non_atomic_constraint_p()
325 any_non_atomic_constraints_p (term_list& t) in any_non_atomic_constraints_p()
345 analyze_atom (term_list& ts, tree t) in analyze_atom()
368 analyze_pack (term_list& ts, tree t) in analyze_pack()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcxx-pretty-print.c122 pp_cxx_conversion_function_id (cxx_pretty_printer *pp, tree t) in pp_cxx_conversion_function_id()
129 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()
248 pp_cxx_template_keyword_if_needed (cxx_pretty_printer *pp, tree scope, tree t) in pp_cxx_template_keyword_if_needed()
260 pp_cxx_nested_name_specifier (cxx_pretty_printer *pp, tree t) in pp_cxx_nested_name_specifier()
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()
374 pp_cxx_userdef_literal (cxx_pretty_printer *pp, tree t) in pp_cxx_userdef_literal()
416 pp_cxx_primary_expression (cxx_pretty_printer *pp, tree t) in pp_cxx_primary_expression()
[all …]
H A Dtree.c297 tree t; in build_target_expr() local
341 process_aggr_init_operands (tree t) in process_aggr_init_operands()
371 tree t; in build_aggr_init_array() local
700 const_tree const t = (const_tree) k; in cplus_array_hash() local
734 tree t; in build_cplus_array_type() local
867 tree lvalue_ref, t; in cp_build_reference_type() local
963 tree t; in cp_build_qualified_type_real() local
1013 tree t; in cp_build_qualified_type_real() local
1021 tree t = PACK_EXPANSION_PATTERN (type); in cp_build_qualified_type_real() local
1129 strip_typedefs (tree t) in strip_typedefs()
[all …]
/dflybsd-src/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 …]
/dflybsd-src/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()
152 Workqueue::add_to_queue(Task_list* queue, Task* t, bool front) in add_to_queue()
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
239 Task* t = this->find_runnable_in_list(&this->first_tasks_); in find_runnable() local
252 Task* t = this->find_runnable(); in find_runnable_or_wait() local
291 Task* t; in find_and_run_task() local
[all …]
/dflybsd-src/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()
152 Workqueue::add_to_queue(Task_list* queue, Task* t, bool front) in add_to_queue()
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
239 Task* t = this->find_runnable_in_list(&this->first_tasks_); in find_runnable() local
252 Task* t = this->find_runnable(); in find_runnable_or_wait() local
291 Task* t; in find_and_run_task() local
[all …]
/dflybsd-src/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()
142 static struct dm_hash_node **_find(struct dm_hash_table *t, const char *key, in _find()
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()
207 int dm_hash_insert(struct dm_hash_table *t, const char *key, void *data) in dm_hash_insert()
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()
[all …]
/dflybsd-src/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 …]
/dflybsd-src/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()
202 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h) in HashTable_FindValueBySubstringHash()
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()
[all …]
/dflybsd-src/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()
660 is_gimple_invariant_address (const_tree t) in is_gimple_invariant_address()
686 is_gimple_ip_invariant_address (const_tree t) in is_gimple_ip_invariant_address()
712 is_gimple_min_invariant (const_tree t) in is_gimple_min_invariant()
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()
[all …]
/dflybsd-src/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()
/dflybsd-src/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
390 add_target (struct target_ops *t) in add_target()
440 add_deprecated_target_alias (struct target_ops *t, char *alias) in add_deprecated_target_alias()
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()
[all …]
/dflybsd-src/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
/dflybsd-src/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()
/dflybsd-src/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 …]
/dflybsd-src/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
/dflybsd-src/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
847 next_entry(struct archive_read_disk *a, struct tree *t, in next_entry()
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
1482 get_xfer_size(struct tree *t, int fd, const char *path) in get_xfer_size()
1513 get_xfer_size(struct tree *t, int fd, const char *path) in get_xfer_size()
[all …]
/dflybsd-src/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()
207 pp_c_space_for_pointer_operator (c_pretty_printer *pp, tree t) in pp_c_space_for_pointer_operator()
241 pp_c_type_qualifier_list (c_pretty_printer *pp, tree t) in pp_c_type_qualifier_list()
267 pp_c_pointer (c_pretty_printer *pp, tree t) in pp_c_pointer()
323 c_pretty_printer::simple_type_specifier (tree t) in simple_type_specifier()
434 pp_c_specifier_qualifier_list (c_pretty_printer *pp, tree t) in pp_c_specifier_qualifier_list()
503 pp_c_parameter_type_list (c_pretty_printer *pp, tree t) in pp_c_parameter_type_list()
539 c_pretty_printer::abstract_declarator (tree t) in abstract_declarator()
559 c_pretty_printer::direct_abstract_declarator (tree t) in direct_abstract_declarator()
613 c_pretty_printer::type_id (tree t) in type_id()
[all …]
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_time_tm.c377 ASN1_TIME_adj_internal(ASN1_TIME *s, time_t t, int offset_day, long offset_sec, in ASN1_TIME_adj_internal()
403 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()
542 ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offset_sec) in ASN1_UTCTIME_adj()
549 ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_cmp_time_t()
[all …]
/dflybsd-src/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
/dflybsd-src/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()
227 pp_c_space_for_pointer_operator (c_pretty_printer *pp, tree t) in pp_c_space_for_pointer_operator()
260 pp_c_type_qualifier_list (c_pretty_printer *pp, tree t) in pp_c_type_qualifier_list()
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()
445 pp_c_specifier_qualifier_list (c_pretty_printer *pp, tree t) in pp_c_specifier_qualifier_list()
512 pp_c_parameter_type_list (c_pretty_printer *pp, tree t) in pp_c_parameter_type_list()
543 pp_c_abstract_declarator (c_pretty_printer *pp, tree t) in pp_c_abstract_declarator()
563 pp_c_direct_abstract_declarator (c_pretty_printer *pp, tree t) in pp_c_direct_abstract_declarator()
617 pp_c_type_id (c_pretty_printer *pp, tree t) in pp_c_type_id()
[all …]
/dflybsd-src/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>>...74