Home
last modified time | relevance | path

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

12345678910>>...85

/NextBSD/contrib/gcc/
HDtree-gimple.c43 is_gimple_formal_tmp_rhs (tree t) in is_gimple_formal_tmp_rhs()
88 is_gimple_reg_rhs (tree t) in is_gimple_reg_rhs()
111 is_gimple_mem_rhs (tree t) in is_gimple_mem_rhs()
142 is_gimple_lvalue (tree t) in is_gimple_lvalue()
154 is_gimple_condexpr (tree t) in is_gimple_condexpr()
162 is_gimple_addressable (tree t) in is_gimple_addressable()
172 is_gimple_min_invariant (tree t) in is_gimple_min_invariant()
194 is_gimple_stmt (tree t) in is_gimple_stmt()
248 is_gimple_variable (tree t) in is_gimple_variable()
259 is_gimple_id (tree t) in is_gimple_id()
[all …]
/NextBSD/sys/teken/
HDteken_subr.h36 teken_tab_isset(teken_t *t, unsigned int col) in teken_tab_isset()
50 teken_tab_clear(teken_t *t, unsigned int col) in teken_tab_clear()
64 teken_tab_set(teken_t *t, unsigned int col) in teken_tab_set()
78 teken_tab_default(teken_t *t) in teken_tab_default()
89 teken_subr_do_scroll(teken_t *t, int amount) in teken_subr_do_scroll()
150 teken_subr_do_cpr(teken_t *t, unsigned int cmd, char response[16]) in teken_subr_do_cpr()
184 teken_subr_alignment_test(teken_t *t) in teken_subr_alignment_test()
202 teken_subr_backspace(teken_t *t) in teken_subr_backspace()
226 teken_subr_bell(teken_t *t) in teken_subr_bell()
233 teken_subr_carriage_return(teken_t *t) in teken_subr_carriage_return()
[all …]
HDteken.c74 teken_funcs_bell(teken_t *t) in teken_funcs_bell()
81 teken_funcs_cursor(teken_t *t) in teken_funcs_cursor()
91 teken_funcs_putchar(teken_t *t, const teken_pos_t *p, teken_char_t c, in teken_funcs_putchar()
102 teken_funcs_fill(teken_t *t, const teken_rect_t *r, in teken_funcs_fill()
115 teken_funcs_copy(teken_t *t, const teken_rect_t *r, const teken_pos_t *p) in teken_funcs_copy()
129 teken_funcs_param(teken_t *t, int cmd, unsigned int value) in teken_funcs_param()
136 teken_funcs_respond(teken_t *t, const void *buf, size_t len) in teken_funcs_respond()
150 teken_init(teken_t *t, const teken_funcs_t *tf, void *softc) in teken_init()
170 teken_input_char(teken_t *t, teken_char_t c) in teken_input_char()
247 teken_input_byte(teken_t *t, unsigned char c) in teken_input_byte()
[all …]
HDteken_subr_compat.h30 teken_subr_cons25_set_cursor_type(teken_t *t, unsigned int type) in teken_subr_cons25_set_cursor_type()
40 teken_subr_cons25_set_adapter_background(teken_t *t, unsigned int c) in teken_subr_cons25_set_adapter_background()
48 teken_subr_cons25_set_adapter_foreground(teken_t *t, unsigned int c) in teken_subr_cons25_set_adapter_foreground()
65 teken_get_defattr_cons25(teken_t *t, int *fg, int *bg) in teken_get_defattr_cons25()
75 teken_subr_cons25_switch_virtual_terminal(teken_t *t, unsigned int vt) in teken_subr_cons25_switch_virtual_terminal()
82 teken_subr_cons25_set_bell_pitch_duration(teken_t *t, unsigned int pitch, in teken_subr_cons25_set_bell_pitch_duration()
91 teken_subr_cons25_set_graphic_rendition(teken_t *t, unsigned int cmd, in teken_subr_cons25_set_graphic_rendition()
105 teken_subr_cons25_set_terminal_mode(teken_t *t, unsigned int mode) in teken_subr_cons25_set_terminal_mode()
/NextBSD/contrib/gcc/cp/
HDcxx-pretty-print.c117 pp_cxx_conversion_function_id (cxx_pretty_printer *pp, tree t) in pp_cxx_conversion_function_id()
124 pp_cxx_template_id (cxx_pretty_printer *pp, tree t) in pp_cxx_template_id()
140 pp_cxx_unqualified_id (cxx_pretty_printer *pp, tree t) in pp_cxx_unqualified_id()
223 pp_cxx_template_keyword_if_needed (cxx_pretty_printer *pp, tree scope, tree t) in pp_cxx_template_keyword_if_needed()
235 pp_cxx_nested_name_specifier (cxx_pretty_printer *pp, tree t) in pp_cxx_nested_name_specifier()
251 pp_cxx_qualified_id (cxx_pretty_printer *pp, tree t) in pp_cxx_qualified_id()
301 pp_cxx_constant (cxx_pretty_printer *pp, tree t) in pp_cxx_constant()
327 pp_cxx_id_expression (cxx_pretty_printer *pp, tree t) in pp_cxx_id_expression()
347 pp_cxx_primary_expression (cxx_pretty_printer *pp, tree t) in pp_cxx_primary_expression()
410 pp_cxx_postfix_expression (cxx_pretty_printer *pp, tree t) in pp_cxx_postfix_expression()
[all …]
/NextBSD/usr.sbin/bluetooth/hccontrol/
HDutil.c43 static char const * const t[] = { in hci_link2str() local
54 static char const * const t[] = { in hci_pin2str() local
65 static char const * const t[] = { in hci_scan2str() local
78 static char const * const t[] = { in hci_encrypt2str() local
99 static char const * const t[] = { in hci_coding2str() local
112 static char const * const t[] = { in hci_vdata2str() local
125 static char const * const t[] = { in hci_hmode2str() local
151 static char const * const t[] = { in hci_ver2str() local
169 static char const * const t[] = { in hci_lmpver2str() local
187 static char const * const t[] = { in hci_manufacturer2str() local
[all …]
/NextBSD/usr.sbin/ppp/
HDthroughput.c46 throughput_init(struct pppThroughput *t, int period) in throughput_init()
70 throughput_destroy(struct pppThroughput *t) in throughput_destroy()
82 throughput_uptime(struct pppThroughput *t) in throughput_uptime()
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp()
134 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log()
162 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler() local
196 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start()
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart()
232 throughput_stop(struct pppThroughput *t) in throughput_stop()
240 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin()
[all …]
/NextBSD/sys/sparc64/include/
HDbus.h179 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_1()
187 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_2()
195 bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_4()
203 bus_space_read_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in bus_space_read_8()
211 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_1()
220 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_2()
229 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_4()
238 bus_space_read_multi_8(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_8()
247 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_write_1()
256 bus_space_write_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, in bus_space_write_2()
[all …]
/NextBSD/sys/fs/nfs/
HDxdr_subs.h49 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v))) argument
52 #define fxdr_nfsv2time(f, t) do { \ argument
60 #define txdr_nfsv2time(f, t) do { \ argument
68 #define fxdr_nfsv3time(f, t) do { \ argument
73 #define txdr_nfsv3time(f, t) do { \ argument
78 #define fxdr_nfsv4time(f, t) do { \ argument
84 #define txdr_nfsv4time(f, t) do { \ argument
94 #define txdr_hyper(f, t) do { \ argument
/NextBSD/sys/arm64/include/
HDbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
266 #define __bs_rs(sz, t, h, o) \ argument
268 #define __bs_ws(sz, t, h, o, v) \ argument
270 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
272 #define __bs_set(type, sz, t, h, o, v, c) \ argument
274 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
278 #define __bs_rs_s(sz, t, h, o) \ argument
280 #define __bs_ws_s(sz, t, h, o, v) \ argument
282 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
289 #define bus_space_map(t, a, s, c, hp) \ argument
[all …]
/NextBSD/sys/riscv/include/
HDbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
266 #define __bs_rs(sz, t, h, o) \ argument
268 #define __bs_ws(sz, t, h, o, v) \ argument
270 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
272 #define __bs_set(type, sz, t, h, o, v, c) \ argument
274 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
278 #define __bs_rs_s(sz, t, h, o) \ argument
280 #define __bs_ws_s(sz, t, h, o, v) \ argument
282 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
289 #define bus_space_map(t, a, s, c, hp) \ argument
[all …]
/NextBSD/crypto/heimdal/lib/krb5/
HDcodec.c42 EncTicketPart *t, in krb5_decode_EncTicketPart()
53 EncTicketPart *t, in krb5_encode_EncTicketPart()
64 EncASRepPart *t, in krb5_decode_EncASRepPart()
75 EncASRepPart *t, in krb5_encode_EncASRepPart()
86 EncTGSRepPart *t, in krb5_decode_EncTGSRepPart()
97 EncTGSRepPart *t, in krb5_encode_EncTGSRepPart()
108 EncAPRepPart *t, in krb5_decode_EncAPRepPart()
119 EncAPRepPart *t, in krb5_encode_EncAPRepPart()
130 Authenticator *t, in krb5_decode_Authenticator()
141 Authenticator *t, in krb5_encode_Authenticator()
[all …]
/NextBSD/contrib/ntp/lib/isc/unix/
HDtime.c117 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { in isc_time_set()
126 isc_time_settoepoch(isc_time_t *t) { in isc_time_settoepoch()
134 isc_time_isepoch(const isc_time_t *t) { in isc_time_isepoch()
146 isc_time_now(isc_time_t *t) { in isc_time_now()
188 isc_time_nowplusinterval(isc_time_t *t, const isc_interval_t *i) { in isc_time_nowplusinterval()
255 isc_time_add(const isc_time_t *t, const isc_interval_t *i, isc_time_t *result) in isc_time_add()
281 isc_time_subtract(const isc_time_t *t, const isc_interval_t *i, in isc_time_subtract()
328 isc_time_seconds(const isc_time_t *t) { in isc_time_seconds()
336 isc_time_secondsastimet(const isc_time_t *t, time_t *secondsp) { in isc_time_secondsastimet()
373 isc_time_nanoseconds(const isc_time_t *t) { in isc_time_nanoseconds()
[all …]
/NextBSD/sys/powerpc/include/
HDbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) argument
259 #define __bs_rs(sz, t, h, o) \ argument
261 #define __bs_ws(sz, t, h, o, v) \ argument
263 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
265 #define __bs_set(type, sz, t, h, o, v, c) \ argument
267 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
273 #define bus_space_map(t, a, s, c, hp) (*(t)->bs_map)(a, s, c, hp) argument
274 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) argument
275 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) argument
280 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument
[all …]
/NextBSD/sys/boot/kshim/
HDbsd_busspace.c41 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, in bus_space_subregion()
50 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_1()
59 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_2()
68 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_4()
79 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_1()
90 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_2()
101 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_4()
112 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_1()
119 bus_space_write_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_2()
126 bus_space_write_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_4()
[all …]
/NextBSD/sys/sparc64/sparc64/
HDelf_machdep.c259 #define RELOC_RESOLVE_SYMBOL(t) ((reloc_target_flags[t] & _RF_S) != 0) argument
260 #define RELOC_PC_RELATIVE(t) ((reloc_target_flags[t] & _RF_P) != 0) argument
261 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0) argument
262 #define RELOC_UNALIGNED(t) ((reloc_target_flags[t] & _RF_U) != 0) argument
263 #define RELOC_USE_ADDEND(t) ((reloc_target_flags[t] & _RF_A) != 0) argument
264 #define RELOC_BARE_SYMBOL(t) ((reloc_target_flags[t] & _RF_X) != 0) argument
265 #define RELOC_USE_TLS_DOFF(t) ((reloc_target_flags[t] & _RF_D) != 0) argument
266 #define RELOC_USE_TLS_OFF(t) ((reloc_target_flags[t] & _RF_O) != 0) argument
267 #define RELOC_USE_TLS_ID(t) ((reloc_target_flags[t] & _RF_I) != 0) argument
268 #define RELOC_TARGET_SIZE(t) ((reloc_target_flags[t] >> 8) & 0xff) argument
[all …]
/NextBSD/sys/mips/malta/
HDgt_pci_bus_space.c227 gt_pci_bs_r_2(void *t, bus_space_handle_t handle, in gt_pci_bs_r_2()
235 gt_pci_bs_r_4(void *t, bus_space_handle_t handle, in gt_pci_bs_r_4()
243 gt_pci_bs_rm_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_rm_2()
253 gt_pci_bs_rm_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_rm_4()
268 gt_pci_bs_rr_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_rr_2()
280 gt_pci_bs_rr_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_rr_4()
296 gt_pci_bs_w_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_w_2()
304 gt_pci_bs_w_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_w_4()
316 gt_pci_bs_wm_2(void *t, bus_space_handle_t bsh, in gt_pci_bs_wm_2()
326 gt_pci_bs_wm_4(void *t, bus_space_handle_t bsh, in gt_pci_bs_wm_4()
[all …]
/NextBSD/contrib/openbsm/libbsm/
HDbsm_token.c79 #define GET_TOKEN_AREA(t, dptr, length) do { \ argument
104 token_t *t; in au_to_upriv() local
130 token_t *t; in au_to_privset() local
156 token_t *t; in au_to_arg32() local
180 token_t *t; in au_to_arg64() local
221 token_t *t; in au_to_attr32() local
270 token_t *t; in au_to_attr64() local
334 token_t *t; in au_to_data() local
391 token_t *t; in au_to_exit() local
422 token_t *t; in au_to_newgroups() local
[all …]
/NextBSD/sys/nfs/
HDxdr_subs.h51 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v))) argument
54 #define fxdr_nfsv2time(f, t) \ argument
62 #define txdr_nfsv2time(f, t) \ argument
71 #define fxdr_nfsv3time(f, t) \ argument
76 #define txdr_nfsv3time(f, t) \ argument
85 #define txdr_hyper(f, t) \ argument
/NextBSD/sys/mips/mips/
HDbus_space_generic.c258 generic_bs_alloc(void *t, bus_addr_t rstart, bus_addr_t rend, in generic_bs_alloc()
267 generic_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in generic_bs_free()
274 generic_bs_r_1(void *t, bus_space_handle_t handle, in generic_bs_r_1()
282 generic_bs_r_2(void *t, bus_space_handle_t handle, in generic_bs_r_2()
290 generic_bs_r_4(void *t, bus_space_handle_t handle, in generic_bs_r_4()
298 generic_bs_r_8(void *t, bus_space_handle_t handle, bus_size_t offset) in generic_bs_r_8()
309 generic_bs_rm_1(void *t, bus_space_handle_t bsh, in generic_bs_rm_1()
318 generic_bs_rm_2(void *t, bus_space_handle_t bsh, in generic_bs_rm_2()
328 generic_bs_rm_4(void *t, bus_space_handle_t bsh, in generic_bs_rm_4()
338 generic_bs_rm_8(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_rm_8()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCxaDemangle.cpp99 for (auto& t : db.template_param) in print_stack() local
136 const char* t = first; in parse_number() local
206 const char* t = first; in parse_floating_number() local
246 const char* t = first+1; in parse_source_name() local
325 const char* t = first+1; in parse_substitution() local
481 const char*t = parse_source_name(first+1, last, db); in parse_builtin_type() local
579 for (auto& t : db.template_param.back().front()) in parse_template_param() local
592 const char* t = first+1; in parse_template_param() local
628 const char* t = parse_type(first+2, last, db); in parse_const_cast_expr() local
654 const char* t = parse_type(first+2, last, db); in parse_dynamic_cast_expr() local
[all …]
/NextBSD/sys/security/audit/
HDbsm_token.c60 #define GET_TOKEN_AREA(t, dptr, length) do { \ argument
78 token_t *t; in au_to_upriv() local
103 token_t *t; in au_to_privset() local
128 token_t *t; in au_to_arg32() local
150 token_t *t; in au_to_arg64() local
189 token_t *t; in au_to_attr32() local
236 token_t *t; in au_to_attr64() local
298 token_t *t; in au_to_data() local
352 token_t *t; in au_to_exit() local
381 token_t *t; in au_to_newgroups() local
[all …]
/NextBSD/sys/mips/cavium/
HDoctopci_bus_space.c236 octopci_bs_r_1(void *t, bus_space_handle_t handle, in octopci_bs_r_1()
244 octopci_bs_r_2(void *t, bus_space_handle_t handle, in octopci_bs_r_2()
252 octopci_bs_r_4(void *t, bus_space_handle_t handle, in octopci_bs_r_4()
261 octopci_bs_rm_1(void *t, bus_space_handle_t bsh, in octopci_bs_rm_1()
270 octopci_bs_rm_2(void *t, bus_space_handle_t bsh, in octopci_bs_rm_2()
280 octopci_bs_rm_4(void *t, bus_space_handle_t bsh, in octopci_bs_rm_4()
296 octopci_bs_rr_1(void *t, bus_space_handle_t bsh, in octopci_bs_rr_1()
308 octopci_bs_rr_2(void *t, bus_space_handle_t bsh, in octopci_bs_rr_2()
320 octopci_bs_rr_4(void *t, bus_space_handle_t bsh, in octopci_bs_rr_4()
336 octopci_bs_w_1(void *t, bus_space_handle_t bsh, in octopci_bs_w_1()
[all …]
/NextBSD/contrib/ntp/lib/isc/win32/
HDtime.c84 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { in isc_time_set()
105 isc_time_settoepoch(isc_time_t *t) { in isc_time_settoepoch()
113 isc_time_isepoch(const isc_time_t *t) { in isc_time_isepoch()
124 isc_time_now(isc_time_t *t) { in isc_time_now()
133 isc_time_nowplusinterval(isc_time_t *t, const isc_interval_t *i) { in isc_time_nowplusinterval()
163 isc_time_add(const isc_time_t *t, const isc_interval_t *i, isc_time_t *result) in isc_time_add()
184 isc_time_subtract(const isc_time_t *t, const isc_interval_t *i, in isc_time_subtract()
228 isc_time_seconds(const isc_time_t *t) { in isc_time_seconds()
247 isc_time_nanoseconds(const isc_time_t *t) { in isc_time_nanoseconds()
256 isc_time_formattimestamp(const isc_time_t *t, char *buf, unsigned int len) { in isc_time_formattimestamp()
[all …]
/NextBSD/sys/mips/include/
HDbus.h244 #define __bs_rs(sz, t, h, o) \ argument
246 #define __bs_ws(sz, t, h, o, v) \ argument
248 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
250 #define __bs_set(type, sz, t, h, o, v, c) \ argument
252 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
256 #define __bs_rs_s(sz, t, h, o) \ argument
258 #define __bs_ws_s(sz, t, h, o, v) \ argument
260 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
267 #define bus_space_map(t, a, s, c, hp) \ argument
269 #define bus_space_unmap(t, h, s) \ argument
[all …]

12345678910>>...85