Home
last modified time | relevance | path

Searched refs:base (Results 101 – 125 of 7750) sorted by relevance

12345678910>>...310

/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsh-nbsd-tdep.c71 {(base), 0}, \
72 {(base) + 1, 4}, \
73 {(base) + 2, 8}, \
74 {(base) + 3, 12}, \
75 {(base) + 4, 16}, \
76 {(base) + 5, 20}, \
77 {(base) + 6, 24}, \
86 {(base) + 15, 60}
176 CORE_ADDR base; in shnbsd_sigtramp_cache_init() local
184 base = sp; in shnbsd_sigtramp_cache_init()
[all …]
/netbsd/external/bsd/libevent/dist/
H A Devmap.c740 struct event_base *base, argument
771 evmap_io_foreach_fd(base,
777 #define event_changelist_check(base) event_changelist_assert_ok((base)) argument
784 struct event_base *base) argument
788 event_changelist_check(base);
800 event_changelist_check(base);
878 event_changelist_check(base);
895 event_changelist_check(base);
908 event_changelist_check(base);
910 event_changelist_check(base);
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devmap.c727 struct event_base *base, argument
758 evmap_io_foreach_fd(base,
764 #define event_changelist_check(base) event_changelist_assert_ok((base)) argument
771 struct event_base *base) argument
775 event_changelist_check(base);
787 event_changelist_check(base);
864 event_changelist_check(base);
887 event_changelist_check(base);
899 event_changelist_check(base);
901 event_changelist_check(base);
[all …]
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dsane_basename.ref1 input="///" dir="/" base="/"
2 input="/" dir="/" base="/"
3 input="fo2///" dir="." base="fo2"
4 input="fo2/" dir="." base="fo2"
5 input="fo2" dir="." base="fo2"
6 input="///fo2" dir="/" base="fo2"
7 input="/fo2" dir="/" base="fo2"
12 input="" dir="." base="."
16 input="/" dir="/" base="/"
17 input="." dir="." base="."
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_resource.c634 return &dpp->base; in dcn10_dpp_create()
650 return &ipp->base; in dcn10_ipp_create()
667 return &opp->base; in dcn10_opp_create()
737 return &mpc10->base; in dcn10_mpc_create()
775 return &tgn10->base; in dcn10_timing_generator_create()
811 return &enc10->base; in dcn10_link_encoder_create()
866 return &enc1->base; in dcn10_stream_encoder_create()
952 pool->base.opps[i]->funcs->opp_destroy(&pool->base.opps[i]); in dcn10_resource_destruct()
958 pool->base.ipps[i]->funcs->ipp_destroy(&pool->base.ipps[i]); in dcn10_resource_destruct()
1026 return &hubp1->base; in dcn10_hubp_create()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.h202 std::swap(base(), __x.base()); in _Safe_iterator()
247 base() = __x.base();
253 base() = __x.base();
280 base() = __x.base();
286 base() = __x.base();
473 return __lhs.base() == __rhs.base();
493 return __lhs.base() != __rhs.base();
850 return __lhs.base() < __rhs.base();
858 return __lhs.base() < __rhs.base();
882 return __lhs.base() > __rhs.base();
[all …]
H A Dsafe_local_iterator.h151 std::swap(base(), __x.base()); in _Safe_local_iterator()
194 base() = __x.base();
200 base() = __x.base();
226 base() = __x.base();
232 base() = __x.base();
251 return *base();
279 ++base();
381 return __lhs.base() == __rhs.base();
388 return __lhs.base() == __rhs.base();
395 return __lhs.base() != __rhs.base();
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_gpfifogv100.c59 nvkm_kmap(chan->base.inst); in gv100_fifo_gpfifo_engine_valid()
61 nvkm_done(chan->base.inst); in gv100_fifo_gpfifo_engine_valid()
155 *pobject = &chan->base.object; in gv100_fifo_gpfifo_new_()
162 oclass, &chan->base); in gv100_fifo_gpfifo_new_()
166 *chid = chan->base.chid; in gv100_fifo_gpfifo_new_()
167 *inst = chan->base.inst->addr; in gv100_fifo_gpfifo_new_()
168 *token = chan->base.func->submit_token(&chan->base); in gv100_fifo_gpfifo_new_()
176 chan->cgrp->id = chan->base.chid; in gv100_fifo_gpfifo_new_()
207 nvkm_kmap(chan->base.inst); in gv100_fifo_gpfifo_new_()
218 nvkm_wo32(chan->base.inst, 0x0e8, chan->base.chid); in gv100_fifo_gpfifo_new_()
[all …]
H A Dnouveau_nvkm_engine_fifo_channv50.c54 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_fini()
86 chan->base.chid, chan->base.object.client->name); in nv50_fifo_chan_engine_fini()
110 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_init()
137 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_dtor()
146 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_ctor()
184 nv50_fifo_chan_fini(struct nvkm_fifo_chan *base) in nv50_fifo_chan_fini() argument
189 u32 chid = chan->base.chid; in nv50_fifo_chan_fini()
198 nv50_fifo_chan_init(struct nvkm_fifo_chan *base) in nv50_fifo_chan_init() argument
204 u32 chid = chan->base.chid; in nv50_fifo_chan_init()
211 nv50_fifo_chan_dtor(struct nvkm_fifo_chan *base) in nv50_fifo_chan_dtor() argument
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
H A Dnouveau_nvkm_subdev_volt_gk20a.c98 gk20a_volt_vid_get(struct nvkm_volt *base) in gk20a_volt_vid_get() argument
105 for (i = 0; i < volt->base.vid_nr; i++) in gk20a_volt_vid_get()
106 if (volt->base.vid[i].uv >= uv) in gk20a_volt_vid_get()
128 int target_uv = volt->base.vid[id].uv; in gk20a_volt_set_id()
136 ret = gk20a_volt_vid_set(&volt->base, volt->base.vid[id].vid); in gk20a_volt_set_id()
166 volt->base.vid_nr = nb_coefs; in gk20a_volt_ctor()
167 for (i = 0; i < volt->base.vid_nr; i++) { in gk20a_volt_ctor()
168 volt->base.vid[i].vid = i; in gk20a_volt_ctor()
169 volt->base.vid[i].uv = max( in gk20a_volt_ctor()
173 volt->base.vid[i].vid, volt->base.vid[i].uv); in gk20a_volt_ctor()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_mcp77.c38 struct nvkm_clk base; member
54 read_pll(struct mcp77_clk *clk, u32 base) in read_pll() argument
57 u32 ctrl = nvkm_rd32(device, base + 0); in read_pll()
58 u32 coef = nvkm_rd32(device, base + 4); in read_pll()
64 switch (base){ in read_pll()
88 struct mcp77_clk *clk = mcp77_clk(base); in mcp77_clk_read()
304 mcp77_clk_prog(struct nvkm_clk *base) in mcp77_clk_prog() argument
314 ret = gt215_clk_pre(&clk->base, f); in mcp77_clk_prog()
394 gt215_clk_post(&clk->base, f); in mcp77_clk_prog()
399 mcp77_clk_tidy(struct nvkm_clk *base) in mcp77_clk_tidy() argument
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Dvpaes-x86.pl764 &and ($base,-16);
769 &mov ($base,$round);
770 &shr ($base,5);
771 &add ($base,5);
788 &and ($base,-16);
794 &shr ($base,5);
795 &add ($base,5);
797 &shl ($base,4);
821 &and ($base,-16);
840 &and ($base,-16);
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Dvpaes-x86.pl762 &and ($base,-16);
767 &mov ($base,$round);
768 &shr ($base,5);
769 &add ($base,5);
786 &and ($base,-16);
792 &shr ($base,5);
793 &add ($base,5);
795 &shl ($base,4);
819 &and ($base,-16);
838 &and ($base,-16);
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_resource.c688 return &ipp->base; in dcn21_ipp_create()
703 return &dpp->base; in dcn21_dpp_create()
898 pool->base.ipps[i]->funcs->ipp_destroy(&pool->base.ipps[i]); in dcn21_resource_destruct()
925 pool->base.opps[i]->funcs->opp_destroy(&pool->base.opps[i]); in dcn21_resource_destruct()
1272 return &opp->base; in dcn21_opp_create()
1294 return &tgn10->base; in dcn21_timing_generator_create()
1311 return &mpc20->base; in dcn21_mpc_create()
1336 return &dsc->base; in dcn21_dsc_create()
1458 return &enc1->base; in dcn21_stream_encoder_create()
1690 pool->base.pipe_count = pool->base.res_cap->num_timing_generator; in dcn21_resource_construct()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
H A Damdgpu_dce120_resource.c437 return &opp->base; in dce120_opp_create()
547 return &clk_src->base; in dce120_clock_source_create()
586 return &tg110->base; in dce120_timing_generator_create()
720 return &enc110->base; in dce120_link_encoder_create()
735 return &ipp->base; in dce120_ipp_create()
751 return &enc110->base; in dce120_stream_encoder_create()
857 return &dce_mi->base; in dce120_mem_input_create()
873 return &transform->base; in dce120_transform_create()
1052 pool->base.timing_generator_count = pool->base.res_cap->num_timing_generator; in dce120_resource_construct()
1129 if (!pool->base.irqs) in dce120_resource_construct()
[all …]
/netbsd/common/lib/libc/stdlib/
H A D_strtoul.h55 int base, locale_t loc) in _FUNCNAME()
67 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()
120 base = (c == '0' ? 8 : 10); in _FUNCNAME()
125 cutoff = ((__UINT)__UINT_MAX / (__UINT)base); in _FUNCNAME()
136 if (i >= base) in _FUNCNAME()
[all …]
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mp_bases.c31 int base, want_chars_per_limb; in main() local
62 for (base = 2; base < numberof (mp_bases); base++) in main()
64 want_chars_per_limb = refmpn_chars_per_limb (base); in main()
65 if (mp_bases[base].chars_per_limb != want_chars_per_limb) in main()
67 printf ("mp_bases[%d].chars_per_limb wrong\n", base); in main()
73 if (POW2_P (base)) in main()
76 if (mp_bases[base].big_base != want_bb) in main()
84 want_bb = refmpn_big_base (base); in main()
85 if (mp_bases[base].big_base != want_bb) in main()
87 printf ("mp_bases[%d].big_base wrong\n", base); in main()
[all …]
/netbsd/external/bsd/libevent/dist/test/
H A Dregress_et.c58 static int base_supports_et(struct event_base *base) in base_supports_et() argument
61 (!strcmp(event_base_get_method(base), "epoll") || in base_supports_et()
63 !strcmp(event_base_get_method(base), "kqueue")); in base_supports_et()
86 struct event_base *base = data->base; in test_edgetriggered() local
104 supports_et = base_supports_et(base); in test_edgetriggered()
143 struct event_base *base = NULL; in test_edgetriggered_mix_error() local
154 base = event_base_new(); in test_edgetriggered_mix_error()
180 if (base) in test_edgetriggered_mix_error()
181 event_base_free(base); in test_edgetriggered_mix_error()
215 struct event_base *base = data->base; in test_edge_triggered_multiple_events() local
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_headc37d.c34 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_or()
62 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_procamp()
76 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_dither()
90 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_curs_clr()
93 evo_mthd(push, 0x209c + head->base.index * 0x400, 1); in headc37d_curs_clr()
95 evo_mthd(push, 0x2088 + head->base.index * 0x400, 1); in headc37d_curs_clr()
104 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_curs_set()
131 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_olut_clr()
143 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_olut_set()
173 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in headc37d_mode()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.h200 std::swap(base(), __x.base()); in _Safe_iterator()
245 base() = __x.base();
251 base() = __x.base();
278 base() = __x.base();
284 base() = __x.base();
468 return __lhs.base() == __rhs.base();
486 return __lhs.base() != __rhs.base();
838 return __lhs.base() < __rhs.base();
845 return __lhs.base() < __rhs.base();
866 return __lhs.base() > __rhs.base();
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
H A Dnouveau_nvkm_subdev_instmem_gk20a.c113 struct nvkm_instmem base; member
177 vunmap(obj->base.vaddr); in gk20a_instobj_iommu_recycle_vaddr()
179 obj->base.vaddr = NULL; in gk20a_instobj_iommu_recycle_vaddr()
229 if (node->base.vaddr) { in gk20a_instobj_acquire_iommu()
247 node->base.vaddr = kva; in gk20a_instobj_acquire_iommu()
252 if (!node->base.vaddr) { in gk20a_instobj_acquire_iommu()
371 if (node->base.vaddr) in gk20a_instobj_dtor_iommu()
448 *_node = &node->base; in gk20a_instobj_ctor_dma()
501 *_node = &node->base; in gk20a_instobj_ctor_iommu()
589 node->base.mn = r; in gk20a_instobj_ctor_iommu()
[all …]
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dscrypt_platform.c43 uint8_t *base, *aligned; in alloc_region() local
48 base = NULL; /* LCOV_EXCL_LINE */ in alloc_region()
50 aligned = base; in alloc_region()
53 base = NULL; in alloc_region()
55 aligned = base; in alloc_region()
57 base = aligned = NULL; in alloc_region()
61 aligned = base + 63; in alloc_region()
65 region->base = base; in alloc_region()
67 region->size = base ? size : 0; in alloc_region()
82 if (region->base) { in free_region()
[all …]
/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() argument
40 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); in gf119_i2c_bus_drive_scl()
48 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); in gf119_i2c_bus_drive_sda()
54 gf119_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in gf119_i2c_bus_sense_scl() argument
56 struct gf119_i2c_bus *bus = gf119_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() argument
64 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); in gf119_i2c_bus_sense_sda()
70 gf119_i2c_bus_init(struct nvkm_i2c_bus *base) in gf119_i2c_bus_init() argument
72 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); in gf119_i2c_bus_init()
[all …]
/netbsd/external/bsd/unbound/dist/util/
H A Dub_event.c171 (void)base; in ub_get_event_sys()
176 (void)base; in ub_get_event_sys()
212 void* base; in ub_default_event_base() local
214 (void)base; in ub_default_event_base()
227 base = ev_loop_new(EVFLAG_AUTO); in ub_default_event_base()
231 base = event_base_new(); in ub_default_event_base()
233 base = event_init(); in ub_default_event_base()
255 (void)base; in ub_libevent_get_event_base()
258 return AS_EVENT_BASE(base); in ub_libevent_get_event_base()
273 (void)base; in ub_event_base_free()
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dstring.cpp73 V r = f(p, &ptr, base); in as_integer_helper()
256 stoi(const string& str, size_t* idx, int base) in stoi() argument
262 stoi(const wstring& str, size_t* idx, int base) in stoi() argument
268 stol(const string& str, size_t* idx, int base) in stol() argument
274 stol(const wstring& str, size_t* idx, int base) in stol() argument
280 stoul(const string& str, size_t* idx, int base) in stoul() argument
286 stoul(const wstring& str, size_t* idx, int base) in stoul() argument
292 stoll(const string& str, size_t* idx, int base) in stoll() argument
298 stoll(const wstring& str, size_t* idx, int base) in stoll() argument
304 stoull(const string& str, size_t* idx, int base) in stoull() argument
[all …]

12345678910>>...310