Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 1827) sorted by relevance

12345678910>>...74

/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c451 return &tg110->base; in dce80_timing_generator_create()
466 return &opp->base; in dce80_opp_create()
500 return &enc110->base; in dce80_stream_encoder_create()
576 return &dce_mi->base; in dce80_mem_input_create()
625 return &enc110->base; in dce80_link_encoder_create()
671 return &ipp->base; in dce80_ipp_create()
906 if (!pool->base.irqs) in dce80_construct()
984 return &pool->base; in dce80_create_resource_pool()
1100 if (!pool->base.irqs) in dce81_construct()
1170 return &pool->base; in dce81_create_resource_pool()
[all …]
/dragonfly/crypto/libressl/crypto/bytestring/
H A Dbs_cbb.c33 base->buf = buf; in cbb_init()
34 base->len = 0; in cbb_init()
35 base->cap = cap; in cbb_init()
38 cbb->base = base; in cbb_init()
81 if (cbb->base) { in CBB_cleanup()
83 freezero(cbb->base->buf, cbb->base->cap); in CBB_cleanup()
84 free(cbb->base); in CBB_cleanup()
113 newbuf = recallocarray(base->buf, base->cap, newcap, 1); in cbb_buffer_add()
122 *out = base->buf + base->len; in cbb_buffer_add()
304 out_contents->base = cbb->base; in cbb_add_length_prefixed()
[all …]
/dragonfly/crypto/libressl/ssl/
H A Dbs_cbb.c33 base->buf = buf; in cbb_init()
34 base->len = 0; in cbb_init()
35 base->cap = cap; in cbb_init()
38 cbb->base = base; in cbb_init()
81 if (cbb->base) { in CBB_cleanup()
83 freezero(cbb->base->buf, cbb->base->cap); in CBB_cleanup()
84 free(cbb->base); in CBB_cleanup()
113 newbuf = recallocarray(base->buf, base->cap, newcap, 1); in cbb_buffer_add()
122 *out = base->buf + base->len; in cbb_buffer_add()
304 out_contents->base = cbb->base; in cbb_add_length_prefixed()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dmake-temp-file.c76 if (base != 0) in try_dir()
117 base = try_dir ("/sys$scratch", base); in choose_tmpdir()
119 base = try_dir (getenv ("TMPDIR"), base); in choose_tmpdir()
120 base = try_dir (getenv ("TMP"), base); in choose_tmpdir()
121 base = try_dir (getenv ("TEMP"), base); in choose_tmpdir()
128 base = try_dir ("\\.", base); in choose_tmpdir()
130 base = try_dir (P_tmpdir, base); in choose_tmpdir()
134 base = try_dir (vartmp, base); in choose_tmpdir()
135 base = try_dir (usrtmp, base); in choose_tmpdir()
136 base = try_dir (tmp, base); in choose_tmpdir()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dmake-temp-file.c76 if (base != 0) in try_dir()
117 base = try_dir ("/sys$scratch", base); in choose_tmpdir()
119 base = try_dir (getenv ("TMPDIR"), base); in choose_tmpdir()
120 base = try_dir (getenv ("TMP"), base); in choose_tmpdir()
121 base = try_dir (getenv ("TEMP"), base); in choose_tmpdir()
128 base = try_dir ("\\.", base); in choose_tmpdir()
130 base = try_dir (P_tmpdir, base); in choose_tmpdir()
134 base = try_dir (vartmp, base); in choose_tmpdir()
135 base = try_dir (usrtmp, base); in choose_tmpdir()
136 base = try_dir (tmp, base); in choose_tmpdir()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dmake-temp-file.c76 if (base != 0) in try_dir()
117 base = try_dir ("/sys$scratch", base); in choose_tmpdir()
119 base = try_dir (getenv ("TMPDIR"), base); in choose_tmpdir()
120 base = try_dir (getenv ("TMP"), base); in choose_tmpdir()
121 base = try_dir (getenv ("TEMP"), base); in choose_tmpdir()
128 base = try_dir ("\\.", base); in choose_tmpdir()
130 base = try_dir (P_tmpdir, base); in choose_tmpdir()
134 base = try_dir (vartmp, base); in choose_tmpdir()
135 base = try_dir (usrtmp, base); in choose_tmpdir()
136 base = try_dir (tmp, base); in choose_tmpdir()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dmake-temp-file.c75 if (base != 0) in try_dir()
116 base = try_dir ("/sys$scratch", base); in choose_tmpdir()
118 base = try_dir (getenv ("TMPDIR"), base); in choose_tmpdir()
119 base = try_dir (getenv ("TMP"), base); in choose_tmpdir()
120 base = try_dir (getenv ("TEMP"), base); in choose_tmpdir()
127 base = try_dir ("\\.", base); in choose_tmpdir()
129 base = try_dir (P_tmpdir, base); in choose_tmpdir()
133 base = try_dir (vartmp, base); in choose_tmpdir()
134 base = try_dir (usrtmp, base); in choose_tmpdir()
135 base = try_dir (tmp, base); in choose_tmpdir()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.h542 VEC(T,B) base; \
548 VEC(T,B) base; \
554 ((offsetof (__typeof (*P), base) == 0 || (P)) ? &(P)->base : 0)
566 VEC_T(T,base); \
594 static inline unsigned VEC_OP (T,base,length) (const VEC(T,base) *vec_) \
651 (VEC(T,base) *dst_, VEC(T,base) *src_ VEC_CHECK_DECL) \
675 static inline T VEC_OP (T,base,pop) (VEC(T,base) *vec_ VEC_CHECK_DECL) \
913 static inline unsigned VEC_OP (T,base,length) (const VEC(T,base) *vec_) \
918 static inline T *VEC_OP (T,base,last) (VEC(T,base) *vec_ VEC_CHECK_DECL) \
969 (VEC(T,base) *dst_, VEC(T,base) *src_ VEC_CHECK_DECL) \
[all …]
/dragonfly/tools/tools/ath/athstats/
H A Dstatfoo.h92 { wf->base.setfmt(&wf->base, fmt0); } \
94 { wf->base.collect_cur(&wf->base); } \
96 { wf->base.collect_tot(&wf->base); } \
98 { wf->base.update_tot(&wf->base); } \
100 { return wf->base.get_curstat(&wf->base, s, b, bs); } \
102 { return wf->base.get_totstat(&wf->base, s, b, bs); } \
104 { wf->base.print_header(&wf->base, fd); } \
106 { wf->base.print_current(&wf->base, fd); } \
108 { wf->base.print_total(&wf->base, fd); } \
110 { wf->base.print_verbose(&wf->base, fd); } \
[all …]
/dragonfly/tools/tools/net80211/wlanstats/
H A Dstatfoo.h93 { wf->base.setfmt(&wf->base, fmt0); } \
95 { wf->base.collect_cur(&wf->base); } \
97 { wf->base.collect_tot(&wf->base); } \
99 { wf->base.update_tot(&wf->base); } \
101 { return wf->base.get_curstat(&wf->base, s, b, bs); } \
103 { return wf->base.get_totstat(&wf->base, s, b, bs); } \
105 { wf->base.print_header(&wf->base, fd); } \
107 { wf->base.print_current(&wf->base, fd); } \
109 { wf->base.print_total(&wf->base, fd); } \
111 { wf->base.print_verbose(&wf->base, fd); } \
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dmake-temp-file.c75 if (base != 0) in try_dir()
116 base = try_dir ("/sys$scratch", base); in choose_tmpdir()
118 base = try_dir (getenv ("TMPDIR"), base); in choose_tmpdir()
119 base = try_dir (getenv ("TMP"), base); in choose_tmpdir()
120 base = try_dir (getenv ("TEMP"), base); in choose_tmpdir()
127 base = try_dir ("\\.", base); in choose_tmpdir()
129 base = try_dir (P_tmpdir, base); in choose_tmpdir()
133 base = try_dir (vartmp, base); in choose_tmpdir()
134 base = try_dir (usrtmp, base); in choose_tmpdir()
135 base = try_dir (tmp, base); in choose_tmpdir()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c420 return &tg110->base; in dce100_timing_generator_create()
435 return &enc110->base; in dce100_stream_encoder_create()
511 return &dce_mi->base; in dce100_mem_input_create()
532 return &transform->base; in dce100_transform_create()
547 return &ipp->base; in dce100_ipp_create()
574 return &enc110->base; in dce100_link_encoder_create()
590 return &opp->base; in dce100_opp_create()
628 return &clk_src->base; in dce100_clock_source_create()
917 if (!pool->base.irqs) in construct()
926 pool->base.timing_generator_count = pool->base.res_cap->num_timing_generator; in construct()
[all …]
/dragonfly/sys/kern/
H A Duipc_msg.c90 msg.base.lmsg.ms_flags |= MSGF_SYNC; in so_pru_abort_direct()
93 sofree(msg.base.nm_so); in so_pru_abort_direct()
130 msg.base.lmsg.ms_flags |= MSGF_SYNC; in so_pru_attach_direct()
135 return(msg.base.lmsg.ms_error); in so_pru_attach_direct()
286 return(msg.base.lmsg.ms_error); in so_pru_control_direct()
312 return(msg.base.lmsg.ms_error); in so_pru_detach_direct()
556 &amsg->base.lmsg); in so_pr_ctloutput()
672 lwkt_replymsg(&msg->base.lmsg, in netmsg_so_notify()
673 msg->base.lmsg.ms_error); in netmsg_so_notify()
747 &nmsg->base.nm_so->so_rcv : in netmsg_so_notify_abort()
[all …]
/dragonfly/sys/dev/drm/ttm/
H A Dttm_object.c217 base->refcount_release(&base); in ttm_release_base()
244 base = NULL; in ttm_base_object_lookup()
248 return base; in ttm_base_object_lookup()
266 base = NULL; in ttm_base_object_lookup_for_ref()
270 return base; in ttm_base_object_lookup_for_ref()
335 if (base->tfile != tfile && !base->shareable) in ttm_ref_object_add()
411 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release()
605 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release() local
646 base = &prime->base; in ttm_prime_fd_to_handle()
728 base = NULL; in ttm_prime_handle_to_fd()
[all …]
/dragonfly/sys/net/
H A Dnetmsg.h81 struct netmsg_base base; member
87 struct netmsg_base base; member
95 struct netmsg_base base; member
103 struct netmsg_base base; member
110 struct netmsg_base base; member
116 struct netmsg_base base; member
123 struct netmsg_base base; member
131 struct netmsg_base base; member
142 struct netmsg_base base; member
146 struct netmsg_base base; member
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c561 return &dpp->base; in dcn10_dpp_create()
577 return &ipp->base; in dcn10_ipp_create()
594 return &opp->base; in dcn10_opp_create()
629 return &mpc10->base; in dcn10_mpc_create()
667 return &tgn10->base; in dcn10_timing_generator_create()
700 return &enc10->base; in dcn10_link_encoder_create()
755 return &enc1->base; in dcn10_stream_encoder_create()
845 pool->base.opps[i]->funcs->opp_destroy(&pool->base.opps[i]); in destruct()
851 pool->base.ipps[i]->funcs->ipp_destroy(&pool->base.ipps[i]); in destruct()
868 pool->base.engines[i]->funcs->destroy_engine(&pool->base.engines[i]); in destruct()
[all …]
/dragonfly/contrib/bmake/
H A D_strtol.h67 if (base && (base < 2 || base > 36)) { in _FUNCNAME()
103 if ((base == 0 || base == 16) && in _FUNCNAME()
110 base = 16; in _FUNCNAME()
112 } else if ((base == 0 || base == 2) && in _FUNCNAME()
117 base = 2; in _FUNCNAME()
119 } else if (base == 0) in _FUNCNAME()
141 cutoff /= base; in _FUNCNAME()
144 cutlim -= base; in _FUNCNAME()
158 if (i >= base) in _FUNCNAME()
174 acc *= base; in _FUNCNAME()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_resource.c378 return &opp->base; in dce120_opp_create()
431 return &clk_src->base; in dce120_clock_source_create()
470 return &tg110->base; in dce120_timing_generator_create()
594 return &enc110->base; in dce120_link_encoder_create()
609 return &ipp->base; in dce120_ipp_create()
625 return &enc110->base; in dce120_stream_encoder_create()
696 return &dce_mi->base; in dce120_mem_input_create()
712 return &transform->base; in dce120_transform_create()
884 pool->base.timing_generator_count = pool->base.res_cap->num_timing_generator; in construct()
967 if (!pool->base.irqs) in construct()
[all …]
/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c28 fubyte(const uint8_t *base) in fubyte() argument
30 return curthread->td_proc->p_vmspace->vm_pmap.fubyte(base); in fubyte()
34 subyte(uint8_t *base, uint8_t byte) in subyte() argument
40 fuword32(const uint32_t *base) in fuword32() argument
46 fuword64(const uint64_t *base) in fuword64() argument
52 suword64(uint64_t *base, uint64_t word) in suword64() argument
58 suword32(uint32_t *base, int word) in suword32() argument
64 swapu32(volatile uint32_t *base, uint32_t v) in swapu32() argument
70 swapu64(volatile uint64_t *base, uint64_t v) in swapu64() argument
76 fuwordadd32(volatile uint32_t *base, uint32_t v) in fuwordadd32() argument
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Di2c_hw_engine_dce110.c52 hw_engine->base.base.base.ctx->logger
91 hw_engine->base.base.base.ctx
116 base = &hw_engine->base.base; in release_engine()
120 base->funcs->set_speed(base, hw_engine->base.original_speed); in release_engine()
153 if (hw_engine->base.base.setup_limit != 0) in setup_engine()
154 i2c_setup_limit = hw_engine->base.base.setup_limit; in setup_engine()
167 if (hw_engine->base.base.send_reset_length == 0) { in setup_engine()
280 ctx = hw_engine->base.base.base.ctx; in process_transaction()
515 hw_engine->base.base.base.funcs = &engine_funcs; in construct()
516 hw_engine->base.base.funcs = &i2c_engine_funcs; in construct()
[all …]
/dragonfly/sys/vfs/hammer/
H A Dhammer_prune.c154 prune->key_cur = elm->base; in hammer_ioc_prune()
175 (intmax_t)elm->base.obj_id, in hammer_ioc_prune()
176 (intmax_t)elm->base.key, in hammer_ioc_prune()
184 (intmax_t)elm->base.obj_id, in hammer_ioc_prune()
185 (intmax_t)elm->base.key); in hammer_ioc_prune()
231 (intmax_t)elm->base.obj_id, in hammer_ioc_prune()
232 (intmax_t)elm->base.key); in hammer_ioc_prune()
302 if (elm->base.delete_tid && in prune_should_delete()
328 if (elm->base.delete_tid != 0) in prune_check_nlinks()
348 (intmax_t)elm->base.obj_id); in prune_check_nlinks()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce80/
H A Di2c_hw_engine_dce80.c102 ctx = engine->base.base.base.ctx; in disable_i2c_hw_engine()
120 struct i2c_engine *base = NULL; in release_engine() local
124 base = &hw_engine->base.base; in release_engine()
128 base->funcs->set_speed(base, hw_engine->base.original_speed); in release_engine()
318 engine->base.default_speed; in get_speed()
416 ctx = engine->base.base.base.ctx; in process_transaction()
543 ctx = engine->base.base.base.ctx; in execute_transaction()
747 uint32_t speed = engine->base.funcs->get_speed(&engine->base); in get_transaction_timeout()
833 engine->base.base.base.funcs = &engine_funcs; in construct()
834 engine->base.base.funcs = &i2c_engine_funcs; in construct()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_resource.c431 return &tg110->base; in dce110_timing_generator_create()
447 return &enc110->base; in dce110_stream_encoder_create()
527 return &dce_mi->base; in dce110_mem_input_create()
563 return &ipp->base; in dce110_ipp_create()
589 return &enc110->base; in dce110_link_encoder_create()
604 return &opp->base; in dce110_opp_create()
642 return &clk_src->base; in dce110_clock_source_create()
1174 pool->base.pipe_count = pool->base.res_cap->num_timing_generator; in construct()
1175 pool->base.underlay_pipe_index = pool->base.pipe_count; in construct()
1260 if (!pool->base.irqs) in construct()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_iterator.h295 { return __x.base() == __y.base(); } in _GLIBCXX_VISIBILITY()
301 { return __y.base() < __x.base(); } in _GLIBCXX_VISIBILITY()
331 { return __y.base() - __x.base(); } in _GLIBCXX_VISIBILITY()
345 { return __x.base() == __y.base(); } in _GLIBCXX_VISIBILITY()
351 { return __y.base() < __x.base(); } in _GLIBCXX_VISIBILITY()
383 -> decltype(__y.base() - __x.base()) in _GLIBCXX_VISIBILITY()
389 { return __y.base() - __x.base(); } in _GLIBCXX_VISIBILITY()
1059 { return __x.base() < __y.base(); } in _GLIBCXX_VISIBILITY()
1065 { return __x.base() < __y.base(); } in _GLIBCXX_VISIBILITY()
1109 { return __x.base() - __y.base(); } in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Diterator_tracker.h181 { return __lhs.base() == __rhs.base(); } in _GLIBCXX_VISIBILITY()
187 { return __lhs.base() == __rhs.base(); } in _GLIBCXX_VISIBILITY()
193 { return __lhs.base() != __rhs.base(); } in _GLIBCXX_VISIBILITY()
199 { return __lhs.base() != __rhs.base(); } in _GLIBCXX_VISIBILITY()
205 { return __lhs.base() < __rhs.base(); } in _GLIBCXX_VISIBILITY()
211 { return __lhs.base() < __rhs.base(); } in _GLIBCXX_VISIBILITY()
217 { return __lhs.base() <= __rhs.base(); } in _GLIBCXX_VISIBILITY()
229 { return __lhs.base() > __rhs.base(); } in _GLIBCXX_VISIBILITY()
235 { return __lhs.base() > __rhs.base(); } in _GLIBCXX_VISIBILITY()
257 { return __lhs.base() - __rhs.base(); } in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...74