Home
last modified time | relevance | path

Searched refs:snum (Results 1 – 18 of 18) sorted by relevance

/netbsd/sys/dev/mca/
H A Dcom_mca.c220 int snum; in ibm_modem_getcfg() local
231 snum = (pos2 & 0x0e) >> 1; in ibm_modem_getcfg()
233 *iobasep = MCA_SERIAL[snum].iobase; in ibm_modem_getcfg()
234 *irqp = MCA_SERIAL[snum].irq; in ibm_modem_getcfg()
282 int snum, pos2; in ibm_mpcom_getcfg() local
300 snum = (pos2 & 0x0e) >> 1; in ibm_mpcom_getcfg()
302 *iobasep = MCA_SERIAL[snum].iobase; in ibm_mpcom_getcfg()
303 *irqp = MCA_SERIAL[snum].irq; in ibm_mpcom_getcfg()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_div.c268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local
283 snum = BN_CTX_get(ctx); in bn_div_fixed_top()
300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
304 num_n = snum->top; in bn_div_fixed_top()
308 if (bn_wexpand(snum, div_n + 1) == NULL) in bn_div_fixed_top()
311 snum->top = num_n = div_n + 1; in bn_div_fixed_top()
319 wnum = &(snum->d[loop]); in bn_div_fixed_top()
320 wnumtop = &(snum->d[num_n - 1]); in bn_div_fixed_top()
446 snum->neg = num_neg; in bn_div_fixed_top()
447 snum->top = div_n; in bn_div_fixed_top()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_div.c268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local
283 snum = BN_CTX_get(ctx); in bn_div_fixed_top()
300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
304 num_n = snum->top; in bn_div_fixed_top()
308 if (bn_wexpand(snum, div_n + 1) == NULL) in bn_div_fixed_top()
311 snum->top = num_n = div_n + 1; in bn_div_fixed_top()
319 wnum = &(snum->d[loop]); in bn_div_fixed_top()
320 wnumtop = &(snum->d[num_n - 1]); in bn_div_fixed_top()
446 snum->neg = num_neg; in bn_div_fixed_top()
447 snum->top = div_n; in bn_div_fixed_top()
[all …]
/netbsd/sys/dev/hdaudio/
H A Dhdaudio.c1165 int snum = st->st_shift; in hdaudio_stream_reset() local
1169 ctl0 = hda_read1(sc, HDAUDIO_SD_CTL0(snum)); in hdaudio_stream_reset()
1171 hda_write1(sc, HDAUDIO_SD_CTL0(snum), ctl0); in hdaudio_stream_reset()
1182 hda_write1(sc, HDAUDIO_SD_CTL0(snum), ctl0); in hdaudio_stream_reset()
1207 int cnt, snum = st->st_shift; in hdaudio_stream_start() local
1253 ctl2 = hda_read1(sc, HDAUDIO_SD_CTL2(snum)); in hdaudio_stream_start()
1256 hda_write1(sc, HDAUDIO_SD_CTL2(snum), ctl2); in hdaudio_stream_start()
1263 hda_write2(sc, HDAUDIO_SD_FMT(snum), fmt); in hdaudio_stream_start()
1275 ctl0 = hda_read1(sc, HDAUDIO_SD_CTL0(snum)); in hdaudio_stream_start()
1278 hda_write1(sc, HDAUDIO_SD_CTL0(snum), ctl0); in hdaudio_stream_start()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h96 void set_lazy (unsigned snum) in set_lazy()
99 u.binding = tree (uintptr_t ((snum << 1) | 1)); in set_lazy()
101 void or_lazy (unsigned snum) in or_lazy()
104 u.binding = tree (uintptr_t (u.binding) | (snum << 1)); in or_lazy()
479 unsigned snum);
H A Dmodule.cc13868 lazy_snum = snum; in recursive_lazy()
15138 unsigned snum = sec.u (); in read_bindings() local
15220 unsigned snum = sec.u (); in read_entities() local
15221 if (snum && (snum - lwm) >= (hwm - lwm)) in read_entities()
15226 if (snum) in read_entities()
15227 slot->set_lazy (snum << 2); in read_entities()
18102 if (snum >= slurp->current) in load_section()
18107 slurp->current = snum; in load_section()
18110 read_cluster (snum); in load_section()
18766 unsigned snum = cookie >> 2; in lazy_load() local
[all …]
H A Dname-lookup.cc4033 import_module_binding (tree ns, tree name, unsigned mod, unsigned snum) in import_module_binding() argument
4042 mslot->set_lazy (snum); in import_module_binding()
/netbsd/usr.sbin/faithd/
H A Dfaithd.c138 char sbuf[NI_MAXSERV], snum[NI_MAXSERV]; in inetd_main() local
177 snum, (socklen_t)sizeof(snum), NI_NUMERICHOST) != 0) in inetd_main()
178 (void)snprintf(snum, sizeof(snum), "?"); in inetd_main()
180 (void)snprintf(logname, sizeof(logname), "faithd %s", snum); in inetd_main()
181 (void)snprintf(procname, sizeof(procname), "accepting port %s", snum); in inetd_main()
/netbsd/sys/arch/hp300/dev/
H A Ddiofb.c407 int snum, scol, srow; in diofb_erasecols() local
411 snum = num * ri->ri_font->fontwidth; in diofb_erasecols()
419 if ((*fb->bmv)(fb, scol, srow, scol, srow, snum, in diofb_erasecols()
430 int srow, snum; in diofb_eraserows() local
441 snum = num * ri->ri_font->fontheight; in diofb_eraserows()
443 srow, ri->ri_emuwidth, snum, RR_CLEAR, bg); in diofb_eraserows()
/netbsd/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c146 int snum = 0; in main() local
432 snum = get_search_filters( sfile, sreqs, sattrs, sbase, slud ); in main()
433 if ( snum < 0 ) { in main()
436 sfile, -2*(snum + 1)); in main()
773 if ( DOREQ( snum, j ) ) { in main()
774 int jj = j % snum; in main()
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_camellia.c327 int snum = EVP_CIPHER_CTX_get_num(ctx); in camellia_ctr_cipher() local
331 if (snum < 0) in camellia_ctr_cipher()
333 num = snum; in camellia_ctr_cipher()
/netbsd/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c208 char snum[20]; in pr_start2() local
292 (void) snprintf(snum, sizeof(snum), "%d", rand()); /* get some number */ in pr_start2()
293 (void) strlcat(new_pathname, snum, 4); in pr_start2()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.c746 unsigned HOST_WIDE_INT snum; in sext() local
749 snum = cst.low; in sext()
753 snum = (unsigned HOST_WIDE_INT) cst.high; in sext()
755 if (((snum >> (prec - 1)) & 1) == 1) in sext()
H A Ddouble-int.cc746 unsigned HOST_WIDE_INT snum; in sext() local
749 snum = cst.low; in sext()
753 snum = (unsigned HOST_WIDE_INT) cst.high; in sext()
755 if (((snum >> (prec - 1)) & 1) == 1) in sext()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c746 unsigned HOST_WIDE_INT snum; in sext() local
749 snum = cst.low; in sext()
753 snum = (unsigned HOST_WIDE_INT) cst.high; in sext()
755 if (((snum >> (prec - 1)) & 1) == 1) in sext()
/netbsd/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c7901 csrc->mc_snum = snum--; in mdb_node_move()
7902 csrc->mc_top = snum; in mdb_node_move()
7912 unsigned int snum = cdst->mc_snum; in mdb_node_move() local
7928 mn.mc_snum = snum--; in mdb_node_move()
7929 mn.mc_top = snum; in mdb_node_move()
7930 mn.mc_ki[snum] = 0; in mdb_node_move()
8211 unsigned int snum = cdst->mc_snum; in mdb_page_merge() local
8218 cdst->mc_snum = snum; in mdb_page_merge()
8219 cdst->mc_top = snum-1; in mdb_page_merge()
8824 int snum = mc->mc_snum; in mdb_page_split() local
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc7280 int snum = lae->stack->size (); in dbeGetLeakListInfo() local
7281 Vector<Obj> *jivals1 = new Vector<Obj>(snum); in dbeGetLeakListInfo()
7282 Vector<Obj> *jivals2 = new Vector<Obj>(snum); in dbeGetLeakListInfo()
7283 Vector<Obj> *jivals3 = new Vector<Obj>(snum); in dbeGetLeakListInfo()
/netbsd/share/dict/
H A Dweb2184261 snum