Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 2754) sorted by relevance

12345678910>>...111

/netbsd/sys/dev/ic/
H A Di82586reg.h101 #define IE_SCP_BUS_USE(base) ((base) + 2) argument
102 #define IE_SCP_ISCP(base) ((base) + 8) argument
142 #define IE_ISCP_BUSY(base) ((base) + 0) argument
143 #define IE_ISCP_SCB(base) ((base) + 2) argument
144 #define IE_ISCP_BASE(base) ((base) + 4) argument
161 #define IE_SCB_STATUS(base) ((base) + 0) argument
162 #define IE_SCB_CMD(base) ((base) + 2) argument
163 #define IE_SCB_CMDLST(base) ((base) + 4) argument
164 #define IE_SCB_RCVLST(base) ((base) + 6) argument
165 #define IE_SCB_ERRCRC(base) ((base) + 8) argument
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dconstructor.cc46 node_copy (splay_tree_node node, void *base) in node_copy()
65 node_copy_and_insert (splay_tree_node node, void *base) in node_copy_and_insert()
96 gfc_constructor_copy (gfc_constructor_base base) in gfc_constructor_copy()
111 gfc_constructor_free (gfc_constructor_base base) in gfc_constructor_free()
119 gfc_constructor_append (gfc_constructor_base *base, gfc_constructor *c) in gfc_constructor_append()
130 gfc_constructor_append_expr (gfc_constructor_base *base, in gfc_constructor_append_expr()
161 gfc_constructor_insert_expr (gfc_constructor_base *base, in gfc_constructor_insert_expr()
174 gfc_constructor_lookup (gfc_constructor_base base, int offset) in gfc_constructor_lookup()
206 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr()
214 gfc_constructor_first (gfc_constructor_base base) in gfc_constructor_first()
[all …]
H A Dconstructor.c46 node_copy (splay_tree_node node, void *base) in node_copy()
65 node_copy_and_insert (splay_tree_node node, void *base) in node_copy_and_insert()
95 gfc_constructor_copy (gfc_constructor_base base) in gfc_constructor_copy()
110 gfc_constructor_free (gfc_constructor_base base) in gfc_constructor_free()
118 gfc_constructor_append (gfc_constructor_base *base, gfc_constructor *c) in gfc_constructor_append()
129 gfc_constructor_append_expr (gfc_constructor_base *base, in gfc_constructor_append_expr()
160 gfc_constructor_insert_expr (gfc_constructor_base *base, in gfc_constructor_insert_expr()
173 gfc_constructor_lookup (gfc_constructor_base base, int offset) in gfc_constructor_lookup()
205 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr()
230 gfc_constructor_first (gfc_constructor_base base) in gfc_constructor_first()
[all …]
/netbsd/external/bsd/ntp/dist/kernel/sys/
H A Dpcl720.h25 #define pcl720_data(base,bit) (base+(bit>>3)) argument
26 #define pcl720_data_0_7(base) (base+0) argument
27 #define pcl720_data_8_15(base) (base+1) argument
28 #define pcl720_data_16_23(base) (base+2) argument
29 #define pcl720_data_24_31(base) (base+3) argument
30 #define pcl720_cntr(base,cntr) (base+4+cntr) /* cntr: 0..2 */ argument
31 #define pcl720_cntr_0(base) (base+4) argument
32 #define pcl720_cntr_1(base) (base+5) argument
33 #define pcl720_cntr_2(base) (base+6) argument
34 #define pcl720_ctrl(base) (base+7) argument
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dconstructor.c46 node_copy (splay_tree_node node, void *base) in node_copy()
65 node_copy_and_insert (splay_tree_node node, void *base) in node_copy_and_insert()
95 gfc_constructor_copy (gfc_constructor_base base) in gfc_constructor_copy()
110 gfc_constructor_free (gfc_constructor_base base) in gfc_constructor_free()
118 gfc_constructor_append (gfc_constructor_base *base, gfc_constructor *c) in gfc_constructor_append()
129 gfc_constructor_append_expr (gfc_constructor_base *base, in gfc_constructor_append_expr()
160 gfc_constructor_insert_expr (gfc_constructor_base *base, in gfc_constructor_insert_expr()
173 gfc_constructor_lookup (gfc_constructor_base base, int offset) in gfc_constructor_lookup()
205 gfc_constructor_lookup_expr (gfc_constructor_base base, int offset) in gfc_constructor_lookup_expr()
230 gfc_constructor_first (gfc_constructor_base base) in gfc_constructor_first()
[all …]
/netbsd/external/bsd/libevent/dist/
H A Devent.c526 struct event_base *base = NULL; in event_base_new() local
612 struct event_base *base; in event_base_new_with_config() local
985 event_reinit(struct event_base *base) in event_reinit()
1413 const struct event_base *base) in is_common_timeout()
1470 struct event_base *base = ctl->base; in common_timeout_callback() local
1836 struct event_base *base = arg; in event_loopexit_cb() local
2816 struct event_base *base; in event_del_nolock_() local
2925 struct event_base *base; in event_active_nolock_() local
3220 #define DECR_EVENT_COUNT(base,flags) \ argument
3591 struct event_base *base = arg; in evthread_notify_drain_eventfd() local
[all …]
H A Dsignal.c125 evsig_set_base_(struct event_base *base) in evsig_set_base_()
142 struct event_base *base; in evsig_cb() local
179 evsig_init_(struct event_base *base) in evsig_init_()
217 evsig_set_handler_(struct event_base *base, in evsig_set_handler_()
283 evsig_add(struct event_base *base, evutil_socket_t evsignal, short old, short events, void *p) in evsig_add()
329 evsig_restore_handler_(struct event_base *base, int evsignal) in evsig_restore_handler_()
366 evsig_del(struct event_base *base, evutil_socket_t evsignal, short old, short events, void *p) in evsig_del()
418 evsig_dealloc_(struct event_base *base) in evsig_dealloc_()
H A Devmap.c550 evmap_io_foreach_fd(struct event_base *base,
589 evmap_signal_foreach_signal(struct event_base *base,
657 evmap_reinit_(struct event_base *base)
697 evmap_delete_all_(struct event_base *base)
721 event_change_get_fdinfo(struct event_base *base,
740 struct event_base *base,
756 event_changelist_assert_ok(struct event_base *base)
779 #define event_changelist_check(base) ((void)0) argument
784 struct event_base *base)
1006 evmap_check_integrity_(struct event_base *base)
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devent.c468 struct event_base *base = NULL; in event_base_new() local
554 struct event_base *base; in event_base_new_with_config() local
897 event_reinit(struct event_base *base) in event_reinit()
1321 const struct event_base *base) in is_common_timeout()
1378 struct event_base *base = ctl->base; in common_timeout_callback() local
1742 struct event_base *base = arg; in event_loopexit_cb() local
2718 struct event_base *base; in event_del_nolock_() local
2822 struct event_base *base; in event_active_nolock_() local
3117 #define DECR_EVENT_COUNT(base,flags) \ argument
3488 struct event_base *base = arg; in evthread_notify_drain_eventfd() local
[all …]
H A Devutil_time.c150 adjust_monotonic_time(struct evutil_monotonic_timer *base, in adjust_monotonic_time()
226 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
267 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
301 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
323 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
406 evutil_GetTickCount_(struct evutil_monotonic_timer *base) in evutil_GetTickCount_()
434 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
471 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
523 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
531 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
H A Dsignal.c122 evsig_set_base_(struct event_base *base) in evsig_set_base_()
139 struct event_base *base; in evsig_cb() local
176 evsig_init_(struct event_base *base) in evsig_init_()
214 evsig_set_handler_(struct event_base *base, in evsig_set_handler_()
280 evsig_add(struct event_base *base, evutil_socket_t evsignal, short old, short events, void *p) in evsig_add()
326 evsig_restore_handler_(struct event_base *base, int evsignal) in evsig_restore_handler_()
363 evsig_del(struct event_base *base, evutil_socket_t evsignal, short old, short events, void *p) in evsig_del()
415 evsig_dealloc_(struct event_base *base) in evsig_dealloc_()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/
H A Dnouveau_nvkm_subdev_bar_nv50.c37 nv50_bar_flush(struct nvkm_bar *base) in nv50_bar_flush()
52 nv50_bar_bar1_vmm(struct nvkm_bar *base) in nv50_bar_bar1_vmm()
58 nv50_bar_bar1_wait(struct nvkm_bar *base) in nv50_bar_bar1_wait()
70 nv50_bar_bar1_init(struct nvkm_bar *base) in nv50_bar_bar1_init()
78 nv50_bar_bar2_vmm(struct nvkm_bar *base) in nv50_bar_bar2_vmm()
90 nv50_bar_bar2_init(struct nvkm_bar *base) in nv50_bar_bar2_init()
100 nv50_bar_init(struct nvkm_bar *base) in nv50_bar_init()
111 nv50_bar_oneinit(struct nvkm_bar *base) in nv50_bar_oneinit()
209 nv50_bar_dtor(struct nvkm_bar *base) in nv50_bar_dtor()
H A Dnouveau_nvkm_subdev_bar_gf100.c37 gf100_bar_bar1_vmm(struct nvkm_bar *base) in gf100_bar_bar1_vmm()
43 gf100_bar_bar1_wait(struct nvkm_bar *base) in gf100_bar_bar1_wait()
57 gf100_bar_bar1_init(struct nvkm_bar *base) in gf100_bar_bar1_init()
66 gf100_bar_bar2_vmm(struct nvkm_bar *base) in gf100_bar_bar2_vmm()
78 gf100_bar_bar2_init(struct nvkm_bar *base) in gf100_bar_bar2_init()
128 gf100_bar_oneinit(struct nvkm_bar *base) in gf100_bar_oneinit()
154 gf100_bar_dtor(struct nvkm_bar *base) in gf100_bar_dtor()
/netbsd/external/bsd/jemalloc/dist/src/
H A Dbase.c130 base_get_num_blocks(base_t *base, bool with_new_block) { in base_get_num_blocks()
144 base_auto_thp_switch(tsdn_t *tsdn, base_t *base) { in base_auto_thp_switch()
232 base_extent_bump_alloc(base_t *base, extent_t *extent, size_t size, in base_extent_bump_alloc()
362 base_t *base = (base_t *)base_extent_bump_alloc_helper(&block->extent, in base_new() local
396 base_delete(tsdn_t *tsdn, base_t *base) { in base_delete()
408 base_extent_hooks_get(base_t *base) { in base_extent_hooks_get()
414 base_extent_hooks_set(base_t *base, extent_hooks_t *extent_hooks) { in base_extent_hooks_set()
469 base_alloc_extent(tsdn_t *tsdn, base_t *base) { in base_alloc_extent()
496 base_prefork(tsdn_t *tsdn, base_t *base) { in base_prefork()
501 base_postfork_parent(tsdn_t *tsdn, base_t *base) { in base_postfork_parent()
[all …]
/netbsd/external/bsd/nsd/dist/
H A Dmini_event.c85 settime(struct event_base* base) in settime()
100 struct event_base* base = (struct event_base*)malloc( in event_init() local
160 handle_timeouts(struct event_base* base, struct timeval* now, in handle_timeouts()
199 handle_select(struct event_base* base, struct timeval* wait) in handle_select()
250 event_base_loop(struct event_base* base, int flags) in event_base_loop()
271 event_base_dispatch(struct event_base* base) in event_base_dispatch()
294 event_base_loopexit(struct event_base* base, in event_base_loopexit()
301 int event_base_loopbreak(struct event_base * base) in event_base_loopbreak()
308 event_base_free(struct event_base* base) in event_base_free()
336 event_base_set(struct event_base* base, struct event* ev) in event_base_set()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_lrc.h40 #define RING_ELSP(base) _MMIO((base) + 0x230) argument
41 #define RING_EXECLIST_STATUS_LO(base) _MMIO((base) + 0x234) argument
42 #define RING_EXECLIST_STATUS_HI(base) _MMIO((base) + 0x234 + 4) argument
43 #define RING_CONTEXT_CONTROL(base) _MMIO((base) + 0x244) argument
49 #define RING_CONTEXT_STATUS_PTR(base) _MMIO((base) + 0x3a0) argument
50 #define RING_EXECLIST_SQ_CONTENTS(base) _MMIO((base) + 0x510) argument
51 #define RING_EXECLIST_CONTROL(base) _MMIO((base) + 0x550) argument
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_channv50.c51 nv50_fifo_chan_engine_fini(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_fini()
107 nv50_fifo_chan_engine_init(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_init()
134 nv50_fifo_chan_engine_dtor(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_dtor()
142 nv50_fifo_chan_engine_ctor(struct nvkm_fifo_chan *base, in nv50_fifo_chan_engine_ctor()
156 nv50_fifo_chan_object_dtor(struct nvkm_fifo_chan *base, int cookie) in nv50_fifo_chan_object_dtor()
163 nv50_fifo_chan_object_ctor(struct nvkm_fifo_chan *base, in nv50_fifo_chan_object_ctor()
184 nv50_fifo_chan_fini(struct nvkm_fifo_chan *base) in nv50_fifo_chan_fini()
198 nv50_fifo_chan_init(struct nvkm_fifo_chan *base) in nv50_fifo_chan_init()
211 nv50_fifo_chan_dtor(struct nvkm_fifo_chan *base) in nv50_fifo_chan_dtor()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_busgf119.c33 struct nvkm_i2c_bus base; member
38 gf119_i2c_bus_drive_scl(struct nvkm_i2c_bus *base, int state) in gf119_i2c_bus_drive_scl()
46 gf119_i2c_bus_drive_sda(struct nvkm_i2c_bus *base, int state) in gf119_i2c_bus_drive_sda()
54 gf119_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in gf119_i2c_bus_sense_scl()
62 gf119_i2c_bus_sense_sda(struct nvkm_i2c_bus *base) in gf119_i2c_bus_sense_sda()
70 gf119_i2c_bus_init(struct nvkm_i2c_bus *base) in gf119_i2c_bus_init()
H A Dnouveau_nvkm_subdev_i2c_busnv50.c35 struct nvkm_i2c_bus base; member
41 nv50_i2c_bus_drive_scl(struct nvkm_i2c_bus *base, int state) in nv50_i2c_bus_drive_scl()
51 nv50_i2c_bus_drive_sda(struct nvkm_i2c_bus *base, int state) in nv50_i2c_bus_drive_sda()
61 nv50_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in nv50_i2c_bus_sense_scl()
69 nv50_i2c_bus_sense_sda(struct nvkm_i2c_bus *base) in nv50_i2c_bus_sense_sda()
77 nv50_i2c_bus_init(struct nvkm_i2c_bus *base) in nv50_i2c_bus_init()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Damxtileintrin.h59 #define _tile_loadd(dst,base,stride) \ argument
62 #define _tile_loadd_internal(dst,base,stride) \ argument
67 #define _tile_stream_loadd(dst,base,stride) \ argument
70 #define _tile_stream_loadd_internal(dst,base,stride) \ argument
75 #define _tile_stored(dst,base,stride) \ argument
78 #define _tile_stored_internal(src,base,stride) \ argument
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dvirtbase2.cc28 struct base : superbase { struct
31 base() : i(55), d(6.25) {} in base() function
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dvirtbase2.cc28 struct base : superbase { struct
31 base() : i(55), d(6.25) {} in base() argument
/netbsd/external/bsd/unbound/dist/util/
H A Dub_event_pluggable.c139 struct event_base* base; member
250 my_event_base_free(struct ub_event_base* base) in my_event_base_free()
264 my_event_base_dispatch(struct ub_event_base* base) in my_event_base_dispatch()
276 my_event_new(struct ub_event_base* base, int fd, short bits, in my_event_new()
296 my_signal_new(struct ub_event_base* base, int fd, in my_signal_new()
391 ub_libevent_event_base(struct event_base* base) in ub_libevent_event_base()
410 ub_libevent_get_event_base(struct ub_event_base* base) in ub_libevent_get_event_base()
476 ub_event_base_free(struct ub_event_base* base) in ub_event_base_free()
486 ub_event_base_dispatch(struct ub_event_base* base) in ub_event_base_dispatch()
497 ub_event_base_loopexit(struct ub_event_base* base) in ub_event_base_loopexit()
[all …]
H A Dmini_event.c79 settime(struct event_base* base) in settime()
93 struct event_base* base = (struct event_base*)malloc( in event_init() local
145 static void handle_timeouts(struct event_base* base, struct timeval* now, in handle_timeouts()
181 static int handle_select(struct event_base* base, struct timeval* wait) in handle_select()
233 int event_base_dispatch(struct event_base* base) in event_base_dispatch()
255 int event_base_loopexit(struct event_base* base, in event_base_loopexit()
263 void event_base_free(struct event_base* base) in event_base_free()
287 int event_base_set(struct event_base* base, struct event* ev) in event_base_set()
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dstring.cpp93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
256 stoi(const string& str, size_t* idx, int base) in stoi()
262 stoi(const wstring& str, size_t* idx, int base) in stoi()
268 stol(const string& str, size_t* idx, int base) in stol()
274 stol(const wstring& str, size_t* idx, int base) in stol()
280 stoul(const string& str, size_t* idx, int base) in stoul()
286 stoul(const wstring& str, size_t* idx, int base) in stoul()
292 stoll(const string& str, size_t* idx, int base) in stoll()
298 stoll(const wstring& str, size_t* idx, int base) in stoll()
304 stoull(const string& str, size_t* idx, int base) in stoull()
[all …]

12345678910>>...111