Home
last modified time | relevance | path

Searched refs:base (Results 126 – 150 of 8518) sorted by relevance

12345678910>>...341

/netbsd/distrib/sets/
H A Dcomments2 base-amd-bin auto-mounter daemon
6 base-bind-bin the BIND DNS server
16 base-crypto-bin cryptographic utilities
21 base-debug-bin debugging utilities
22 base-dhcpd-bin DHCP server
36 base-htmldoc-share HTML documentation
39 base-ipf-bin IPfilter utilities
86 base-mail-bin mail utilities
119 base-router-examples base directories for network routing utilities
138 base-sysutil-bin system utilities
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/
H A Dnouveau_nvkm_engine_falcon.c42 oclass->base = falcon->func->sclass[index]; in nvkm_falcon_oclass_get()
69 const u32 base = falcon->addr; in nvkm_falcon_intr() local
70 u32 dest = nvkm_rd32(device, base + 0x01c); in nvkm_falcon_intr()
94 nvkm_wr32(device, base + 0x004, intr); in nvkm_falcon_intr()
105 const u32 base = falcon->addr; in nvkm_falcon_fini() local
139 const u32 base = falcon->addr; in nvkm_falcon_oneinit() local
148 caps = nvkm_rd32(device, base + 0x12c); in nvkm_falcon_oneinit()
153 caps = nvkm_rd32(device, base + 0x108); in nvkm_falcon_oneinit()
172 const u32 base = falcon->addr; in nvkm_falcon_init() local
274 nvkm_wr32(device, base + 0x11c, 0); in nvkm_falcon_init()
[all …]
H A Dnouveau_nvkm_engine_xtensa.c40 oclass->base = xtensa->func->sclass[index]; in nvkm_xtensa_oclass_get()
67 const u32 base = xtensa->addr; in nvkm_xtensa_intr() local
68 u32 unk104 = nvkm_rd32(device, base + 0xd04); in nvkm_xtensa_intr()
69 u32 intr = nvkm_rd32(device, base + 0xc20); in nvkm_xtensa_intr()
70 u32 chan = nvkm_rd32(device, base + 0xc28); in nvkm_xtensa_intr()
71 u32 unk10c = nvkm_rd32(device, base + 0xd0c); in nvkm_xtensa_intr()
75 nvkm_wr32(device, base + 0xc20, intr); in nvkm_xtensa_intr()
76 intr = nvkm_rd32(device, base + 0xc20); in nvkm_xtensa_intr()
88 const u32 base = xtensa->addr; in nvkm_xtensa_fini() local
90 nvkm_wr32(device, base + 0xd84, 0); /* INTR_EN */ in nvkm_xtensa_fini()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mips/
H A Dmips16.s6 \op \reg,0(\base)
7 \op \reg,1(\base)
8 \op \reg,2(\base)
9 \op \reg,3(\base)
10 \op \reg,4(\base)
11 \op \reg,8(\base)
12 \op \reg,16(\base)
13 \op \reg,32(\base)
14 \op \reg,64(\base)
15 \op \reg,128(\base)
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16.s6 \op \reg,0(\base)
7 \op \reg,1(\base)
8 \op \reg,2(\base)
9 \op \reg,3(\base)
10 \op \reg,4(\base)
11 \op \reg,8(\base)
12 \op \reg,16(\base)
13 \op \reg,32(\base)
14 \op \reg,64(\base)
15 \op \reg,128(\base)
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/
H A Dnouveau_nvkm_subdev_bar_gf100.c37 gf100_bar_bar1_vmm(struct nvkm_bar *base) in gf100_bar_bar1_vmm() argument
39 return gf100_bar(base)->bar[1].vmm; in gf100_bar_bar1_vmm()
46 nvkm_bar_flush(base); in gf100_bar_bar1_wait()
47 nvkm_bar_flush(base); in gf100_bar_bar1_wait()
60 struct gf100_bar *bar = gf100_bar(base); in gf100_bar_bar1_init()
66 gf100_bar_bar2_vmm(struct nvkm_bar *base) in gf100_bar_bar2_vmm() argument
68 return gf100_bar(base)->bar[0].vmm; in gf100_bar_bar2_vmm()
136 if (bar->base.func->bar2.init) { in gf100_bar_oneinit()
141 bar->base.subdev.oneinit = true; in gf100_bar_oneinit()
154 gf100_bar_dtor(struct nvkm_bar *base) in gf100_bar_dtor() argument
[all …]
H A Dnouveau_nvkm_subdev_bar_nv50.c37 nv50_bar_flush(struct nvkm_bar *base) in nv50_bar_flush() argument
39 struct nv50_bar *bar = nv50_bar(base); in nv50_bar_flush()
54 return nv50_bar(base)->bar1_vmm; in nv50_bar_bar1_vmm()
60 nvkm_bar_flush(base); in nv50_bar_bar1_wait()
73 struct nv50_bar *bar = nv50_bar(base); in nv50_bar_bar1_init()
80 return nv50_bar(base)->bar2_vmm; in nv50_bar_bar2_vmm()
93 struct nv50_bar *bar = nv50_bar(base); in nv50_bar_bar2_init()
100 nv50_bar_init(struct nvkm_bar *base) in nv50_bar_init() argument
170 bar->base.subdev.oneinit = true; in nv50_bar_oneinit()
209 nv50_bar_dtor(struct nvkm_bar *base) in nv50_bar_dtor() argument
[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/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_resource.c517 return &tg110->base; in dce110_timing_generator_create()
533 return &enc110->base; in dce110_stream_encoder_create()
613 return &dce_mi->base; in dce110_mem_input_create()
649 return &ipp->base; in dce110_ipp_create()
678 return &enc110->base; in dce110_link_encoder_create()
693 return &opp->base; in dce110_opp_create()
765 return &clk_src->base; in dce110_clock_source_create()
1341 pool->base.pipe_count = pool->base.res_cap->num_timing_generator; in dce110_resource_construct()
1342 pool->base.underlay_pipe_index = pool->base.pipe_count; in dce110_resource_construct()
1410 if (!pool->base.irqs) in dce110_resource_construct()
[all …]
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-str.c173 int base; in testmain() local
174 for (base = 0; base <= 62; base += 1 + (base == 0)) in testmain()
176 hex_random_str_op (MAXBITS, (i&1 || base > 36) ? base: -base, &ap, &rp); in testmain()
186 bn = mpz_sizeinbase (a, base ? base : 10); in testmain()
196 bp = mpz_get_str (NULL, (i&1 || base > 36) ? base: -base, a); in testmain()
212 tn = mpz_out_str (tmp, (i&1 || base > 36) ? base: -base, a); in testmain()
219 base, (unsigned) rn, (unsigned)tn); in testmain()
238 fprintf (stderr, " base = %d\n", base); in testmain()
244 mpz_set_str (b, rp, base); in testmain()
259 if (base && mpz_sgn (a)) in testmain()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
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() argument
43 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); in nv50_i2c_bus_drive_scl()
53 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); in nv50_i2c_bus_drive_sda()
61 nv50_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in nv50_i2c_bus_sense_scl() argument
63 struct nv50_i2c_bus *bus = nv50_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() argument
71 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); in nv50_i2c_bus_sense_sda()
77 nv50_i2c_bus_init(struct nvkm_i2c_bus *base) in nv50_i2c_bus_init() argument
79 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); in nv50_i2c_bus_init()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
H A Dnouveau_nvkm_subdev_instmem_nv50.c42 struct nvkm_instmem base; member
55 struct nvkm_instobj base; member
79 if (unlikely(imem->addr != base)) { in nv50_instobj_wr32_slow()
81 imem->addr = base; in nv50_instobj_wr32_slow()
99 if (unlikely(imem->addr != base)) { in nv50_instobj_rd32_slow()
101 imem->addr = base; in nv50_instobj_rd32_slow()
260 iobj->base.memory.ptrs = NULL; in nv50_instobj_release()
417 *pmemory = &iobj->base.memory; in nv50_instobj_new()
419 nvkm_instobj_ctor(&nv50_instobj_func, &imem->base, &iobj->base); in nv50_instobj_new()
434 nv50_instmem(base)->addr = ~0ULL; in nv50_instmem_fini()
[all …]
/netbsd/distrib/sets/lists/base/
H A Dmd.vax2 ./boot base-sys-root
3 ./pcs750.bin base-sys-root
4 ./sbin/ldconfig base-sysutil-root pic
5 ./usr/libexec/ld.so base-sys-shlib pic
6 ./usr/mdec/boot base-sysutil-bin
7 ./usr/mdec/boot.mop base-obsolete obsolete
8 ./usr/mdec/hpboot base-sysutil-bin
10 ./usr/mdec/raboot base-sysutil-bin
11 ./usr/mdec/rdboot base-sysutil-bin
12 ./usr/mdec/sdboot base-sysutil-bin
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_ncons.c591 if (base->modified && i2d_X509_NAME(base, NULL) < 0) in nc_dn()
595 if (memcmp(base->canon_enc, nm->canon_enc, base->canon_enclen)) in nc_dn()
606 if (base->length == 0) in nc_dns()
609 if (dns->length < base->length) in nc_dns()
616 if (dns->length > base->length) { in nc_dns()
648 if (base->length > 0 && memchr(base->data, 0, base->length) != NULL) in nc_email_eai()
652 baseptr = OPENSSL_strndup((char *)base->data, base->length); in nc_email_eai()
789 if (hostlen > base->length) { in nc_uri()
811 baseptr = base->data; in nc_ip()
812 baselen = base->length; in nc_ip()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_local_iterator.h149 std::swap(base(), __x.base()); in _Safe_local_iterator()
192 base() = __x.base();
198 base() = __x.base();
224 base() = __x.base();
230 base() = __x.base();
249 return *base();
277 ++base();
379 return __lhs.base() == __rhs.base();
386 return __lhs.base() == __rhs.base();
393 return __lhs.base() != __rhs.base();
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsh-linux-tdep.c35 {(base), 0}, \
36 {(base) + 1, 4}, \
37 {(base) + 2, 8}, \
38 {(base) + 3, 12}, \
39 {(base) + 4, 16}, \
40 {(base) + 5, 20}, \
41 {(base) + 6, 24}, \
42 {(base) + 7, 28}, \
43 {(base) + 8, 32}, \
44 {(base) + 9, 36}, \
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsh-linux-tdep.c35 {(base), 0}, \
36 {(base) + 1, 4}, \
37 {(base) + 2, 8}, \
38 {(base) + 3, 12}, \
39 {(base) + 4, 16}, \
40 {(base) + 5, 20}, \
41 {(base) + 6, 24}, \
42 {(base) + 7, 28}, \
43 {(base) + 8, 32}, \
44 {(base) + 9, 36}, \
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-address.cc136 if (base && base != const0_rtx) in gen_addr_rtx()
141 *addr = base; in gen_addr_rtx()
256 bse = (addr->base in addr_for_mem_ref()
388 base = addr->base; in create_mem_ref_raw()
555 parts->base = fold_build_pointer_plus (parts->base, elt); in add_to_parts()
557 parts->base = fold_build2 (PLUS_EXPR, type, parts->base, elt); in add_to_parts()
754 if (parts->base) in gimplify_mem_ref_parts()
755 parts->base = force_gimple_operand_gsi_1 (gsi, parts->base, in gimplify_mem_ref_parts()
770 if (!parts.base) in mem_ref_valid_without_offset_p()
1020 if (!base) in copy_ref_info()
[all …]
/netbsd/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstrtol.c49 long strtol(str, ptr, base) in strtol() argument
51 int base;
66 if (base == 0) {
70 base = 16;
73 base = 8;
76 base = 10;
78 if (base < 2 || base > 36)
79 base = 10;
111 if (n >= base)
119 val = val*base - n;
[all …]
/netbsd/sys/arch/mips/cavium/
H A Docteonvar.h248 : : [base] "d" (base) \
250 #define __OCTEON_PREF_0(base, offset) __OCTEON_PREF_N(0, base, offset) argument
251 #define __OCTEON_PREF_4(base, offset) __OCTEON_PREF_N(4, base, offset) argument
252 #define __OCTEON_PREF_28(base, offset) __OCTEON_PREF_N(28, base, offset) argument
253 #define __OCTEON_PREF_29(base, offset) __OCTEON_PREF_N(29, base, offset) argument
254 #define __OCTEON_PREF_30(base, offset) __OCTEON_PREF_N(30, base, offset) argument
255 #define OCTEON_PREF(base, offset) __OCTEON_PREF_0(base, offset) argument
256 #define OCTEON_PREF_L1(base, offset) __OCTEON_PREF_4(base, offset) argument
257 #define OCTEON_PREF_L2(base, offset) __OCTEON_PREF_28(base, offset) argument
258 #define OCTEON_PREF_DWB(base, offset) __OCTEON_PREF_29(base, offset) argument
[all …]
/netbsd/lib/libc/locale/
H A D_wcstol.h54 int base, locale_t loc) in INT_FUNCNAME()
70 if (base && (base < 2 || base > 36)) { in INT_FUNCNAME()
92 if ((base == 0 || base == 16) && in INT_FUNCNAME()
96 base = 16; in INT_FUNCNAME()
98 if (base == 0) in INT_FUNCNAME()
99 base = wc == L'0' ? 8 : 10; in INT_FUNCNAME()
106 cutoff /= base; in INT_FUNCNAME()
109 cutlim -= base; in INT_FUNCNAME()
118 if (i >= base) in INT_FUNCNAME()
129 acc *= base; in INT_FUNCNAME()
[all …]
/netbsd/external/bsd/nsd/dist/
H A Dudb.c888 void* base = udb->base; local
1296 void* base = alloc->udb->base; local
1763 base = alloc->udb->base;
1845 void* base = alloc->udb->base; local
1873 base = alloc->udb->base;
1878 memcpy(UDB_REL(base, newd), UDB_REL(base, r), osz);
1908 void* base = alloc->udb->base; local
1928 void* base = udb->base; local
1969 void* base = udb->base; local
2047 assert(p->base == &udb->base);
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
H A Damdgpu_dce112_resource.c494 return &tg110->base; in dce112_timing_generator_create()
510 return &enc110->base; in dce112_stream_encoder_create()
580 return &dce_mi->base; in dce112_mem_input_create()
602 return &transform->base; in dce112_transform_create()
635 return &enc110->base; in dce112_link_encoder_create()
650 return &ipp->base; in dce112_ipp_create()
665 return &opp->base; in dce112_opp_create()
737 return &clk_src->base; in dce112_clock_source_create()
1210 pool->base.pipe_count = pool->base.res_cap->num_timing_generator; in dce112_resource_construct()
1291 if (!pool->base.irqs) in dce112_resource_construct()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-cpu.h49 #define CPU_STATE(cpu) ((cpu)->base.state)
53 #define CPU_INDEX(cpu) ((cpu)->base.index)
57 #define CPU_NAME(cpu) ((cpu)->base.name)
61 #define CPU_OPTIONS(cpu) ((cpu)->base.options)
65 #define CPU_CORE(cpu) (& (cpu)->base.core)
105 #define CPU_MACH(cpu) ((cpu)->base.mach)
108 #define CPU_MODEL(cpu) ((cpu)->base.model)
115 #define CPU_REG_FETCH(c) ((c)->base.reg_fetch)
117 #define CPU_REG_STORE(c) ((c)->base.reg_store)
119 #define CPU_PC_FETCH(c) ((c)->base.pc_fetch)
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-cpu.h49 #define CPU_STATE(cpu) ((cpu)->base.state)
53 #define CPU_INDEX(cpu) ((cpu)->base.index)
57 #define CPU_NAME(cpu) ((cpu)->base.name)
61 #define CPU_OPTIONS(cpu) ((cpu)->base.options)
65 #define CPU_CORE(cpu) (& (cpu)->base.core)
105 #define CPU_MACH(cpu) ((cpu)->base.mach)
108 #define CPU_MODEL(cpu) ((cpu)->base.model)
115 #define CPU_REG_FETCH(c) ((c)->base.reg_fetch)
117 #define CPU_REG_STORE(c) ((c)->base.reg_store)
119 #define CPU_PC_FETCH(c) ((c)->base.pc_fetch)
[all …]

12345678910>>...341