Home
last modified time | relevance | path

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

12345678910>>...111

/netbsd-src/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-src/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()
143 gfc_constructor_insert (gfc_constructor_base *base, gfc_constructor *c, int n) in gfc_constructor_insert()
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()
[all …]
/netbsd-src/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-src/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()
142 gfc_constructor_insert (gfc_constructor_base *base, gfc_constructor *c, int n) in gfc_constructor_insert()
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()
[all …]
/netbsd-src/external/bsd/libevent/dist/
H A Devent.c404 #define EVENT_BASE_ASSERT_LOCKED(base) \ argument
417 gettime(struct event_base *base, struct timeval *tp) in gettime()
442 event_base_gettimeofday_cached(struct event_base *base, struct timeval *tv) in event_base_gettimeofday_cached()
464 clear_time_cache(struct event_base *base) in clear_time_cache()
471 update_time_cache(struct event_base *base) in update_time_cache()
479 event_base_update_cache_time(struct event_base *base) in event_base_update_cache_time()
511 struct event_base *base = event_base_new_with_config(NULL); in event_init() local
526 struct event_base *base = NULL; in event_base_new() local
568 event_base_get_features(const struct event_base *base) in event_base_get_features()
612 struct event_base *base; in event_base_new_with_config() 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.c277 evmap_io_add_(struct event_base *base, evutil_socket_t fd, struct event *ev) in evmap_io_add_()
358 evmap_io_del_(struct event_base *base, evutil_socket_t fd, struct event *ev) in evmap_io_del_()
424 evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events) in evmap_io_active_()
454 evmap_signal_add_(struct event_base *base, int sig, struct event *ev) in evmap_signal_add_()
483 evmap_signal_del_(struct event_base *base, int sig, struct event *ev) in evmap_signal_del_()
505 evmap_signal_active_(struct event_base *base, evutil_socket_t sig, int ncalls) in evmap_signal_active_()
550 evmap_io_foreach_fd(struct event_base *base,
589 evmap_signal_foreach_signal(struct event_base *base,
611 evmap_io_reinit_iter_fn(struct event_base *base, evutil_socket_t fd,
643 evmap_signal_reinit_iter_fn(struct event_base *base,
[all …]
H A Devutil_time.c234 adjust_monotonic_time(struct evutil_monotonic_timer *base, in adjust_monotonic_time()
310 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
351 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
385 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
407 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
490 evutil_GetTickCount_(struct evutil_monotonic_timer *base) in evutil_GetTickCount_()
518 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
555 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
607 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *base, in evutil_configure_monotonic_time_()
615 evutil_gettime_monotonic_(struct evutil_monotonic_timer *base, in evutil_gettime_monotonic_()
/netbsd-src/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-src/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()
H A Dudb.c55 chunk_get_last(void* base, udb_void chunk, int exp) in chunk_get_last()
63 chunk_set_last(void* base, udb_void chunk, int exp, uint8_t value) in chunk_set_last()
690 regen_free(void* base, udb_void c, int exp, udb_alloc_d* regen)
710 regen_xl(void* base, udb_void c, udb_alloc_d* regen)
727 regen_data(void* base, udb_void c, int exp, udb_alloc_d* regen)
740 regen_relptr_func(void* base, udb_rel_ptr* rp, void* arg)
758 regen_its_ptrs(void* base, udb_base* udb, udb_chunk_d* atp,
772 regen_ptrlist(void* base, udb_base* udb, udb_alloc* alloc,
820 rb_mark_free_segs(void* base, udb_void s, uint64_t m)
835 fsck_rb_xl(void* base, udb_base* udb, udb_void rb_old, udb_void rb_new,
[all …]
/netbsd-src/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-src/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()
H A Dnouveau_nvkm_engine_fifo_gpfifogf100.c75 gf100_fifo_gpfifo_engine_fini(struct nvkm_fifo_chan *base, in gf100_fifo_gpfifo_engine_fini()
111 gf100_fifo_gpfifo_engine_init(struct nvkm_fifo_chan *base, in gf100_fifo_gpfifo_engine_init()
130 gf100_fifo_gpfifo_engine_dtor(struct nvkm_fifo_chan *base, in gf100_fifo_gpfifo_engine_dtor()
139 gf100_fifo_gpfifo_engine_ctor(struct nvkm_fifo_chan *base, in gf100_fifo_gpfifo_engine_ctor()
164 gf100_fifo_gpfifo_fini(struct nvkm_fifo_chan *base) in gf100_fifo_gpfifo_fini()
183 gf100_fifo_gpfifo_init(struct nvkm_fifo_chan *base) in gf100_fifo_gpfifo_init()
201 gf100_fifo_gpfifo_dtor(struct nvkm_fifo_chan *base) in gf100_fifo_gpfifo_dtor()
219 gf100_fifo_gpfifo_new(struct nvkm_fifo *base, const struct nvkm_oclass *oclass, in gf100_fifo_gpfifo_new()
/netbsd-src/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()
H A Dnouveau_nvkm_subdev_i2c_busnv4e.c33 struct nvkm_i2c_bus base; member
38 nv4e_i2c_bus_drive_scl(struct nvkm_i2c_bus *base, int state) in nv4e_i2c_bus_drive_scl()
46 nv4e_i2c_bus_drive_sda(struct nvkm_i2c_bus *base, int state) in nv4e_i2c_bus_drive_sda()
54 nv4e_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in nv4e_i2c_bus_sense_scl()
62 nv4e_i2c_bus_sense_sda(struct nvkm_i2c_bus *base) in nv4e_i2c_bus_sense_sda()
/netbsd-src/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-src/external/bsd/unbound/dist/util/
H A Dub_event_pluggable.c139 struct event_base* base; member
192 my_timer_add(struct ub_event* ev, struct ub_event_base* base, in my_timer_add()
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()
270 my_event_base_loopexit(struct ub_event_base* base, struct timeval* tv) in my_event_base_loopexit()
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()
316 my_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, in my_winsock_register_wsaevent()
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()
[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()
H A Dwinsock_event.c72 settime(struct event_base* base) in settime()
93 find_fd(struct event_base* base, int fd) in find_fd()
117 struct event_base* base = (struct event_base*)malloc( in event_init() local
163 static void handle_timeouts(struct event_base* base, struct timeval* now, in handle_timeouts()
230 static int handle_select(struct event_base* base, struct timeval* wait) in handle_select()
429 int event_base_dispatch(struct event_base *base) in event_base_dispatch()
450 int event_base_loopexit(struct event_base *base, in event_base_loopexit()
458 void event_base_free(struct event_base *base) in event_base_free()
482 int event_base_set(struct event_base *base, struct event *ev) in event_base_set()
659 int winsock_register_wsaevent(struct event_base* base, struct event* ev, in winsock_register_wsaevent()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstring.cpp67 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper()
93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
105 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
113 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
121 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
129 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
138 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
150 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
158 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
166 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-pow.c28 check_one (mpz_srcptr want, mpz_srcptr base, unsigned long exp) in check_one()
78 check_base (mpz_srcptr base) in check_base()
99 const char *base; in check_various() member
145 mpz_t base; in check_various() local
162 mpz_t base, want; in check_random() local
/netbsd-src/sys/arch/hp300/dev/
H A Ddioreg.h113 #define DIO_ID(base) \ argument
115 #define DIO_SECID(base) \ argument
122 #define DIO_IPL(base) \ argument
129 #define DIOII_SIZE(base) \ argument
137 #define DIO_SIZE(scode, base) \ argument

12345678910>>...111