| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_div.c | 268 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() 310 memset(&(snum->d[num_n]), 0, (div_n - num_n + 1) * sizeof(BN_ULONG)); 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() [all …]
|
| /freebsd-12-stable/contrib/bc/src/ |
| D | lang.c | 201 BcNum *dnum, *snum; in bc_array_copy() local 204 snum = bc_vec_item(s, i); in bc_array_copy() 207 if (BC_PROG_STR(snum)) memcpy(dnum, snum, sizeof(BcNum)); in bc_array_copy() 208 else bc_num_createCopy(dnum, snum); in bc_array_copy()
|
| /freebsd-12-stable/sys/dev/speaker/ |
| D | spkr.c | 204 int sound, silence, snum = 1, sdenom = 1; in playtone() local 209 snum *= NUM_MULT; in playtone() 217 rest(whole * snum / (value * sdenom)); in playtone() 219 sound = (whole * snum) / (value * sdenom) in playtone() 221 silence = whole * (FILLTIME-fill) * snum / (FILLTIME * value * sdenom); in playtone()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | double-int.c | 88 unsigned HOST_WIDE_INT snum; in double_int_sext() local 91 snum = cst.low; in double_int_sext() 95 snum = (unsigned HOST_WIDE_INT) cst.high; in double_int_sext() 97 if (((snum >> (prec - 1)) & 1) == 1) in double_int_sext()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | tw.help.c | 161 cleanf(int snum) in cleanf() argument 163 USE(snum); in cleanf()
|
| D | sh.hist.c | 1231 Char *snum, *rs; in rechist() local 1250 if (((snum = varval(STRsavehist)) == STRNULL) && in rechist() 1251 ((snum = varval(STRhistory)) == STRNULL)) in rechist() 1252 snum = STRmaxint; in rechist() 1338 dumphist[2] = snum; in rechist()
|
| D | sh.dir.c | 1366 Char *snum; in recdirs() local 1390 if ((snum = varval(STRsavedirs)) == STRNULL || snum[0] == '\0') in recdirs() 1393 num = (unsigned int) atoi(short2str(snum)); in recdirs()
|
| D | ed.init.c | 119 window_change(int snum) in window_change() argument 121 USE(snum); in window_change()
|
| D | sh.sem.c | 767 vffree(int snum) in vffree() argument 769 USE(snum); in vffree()
|
| D | tc.func.c | 1875 palarm(int snum) in palarm() argument 1877 USE(snum); in palarm()
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | pci_emul.c | 178 int error, bnum, snum, fnum; in pci_parse_slot() local 197 if (sscanf(str, "%d:%d:%d", &bnum, &snum, &fnum) != 3) { in pci_parse_slot() 200 if (sscanf(str, "%d:%d", &snum, &fnum) != 2) { in pci_parse_slot() 203 if (sscanf(str, "%d", &snum) != 1) { in pci_parse_slot() 204 snum = -1; in pci_parse_slot() 209 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot() 219 si = &bi->slotinfo[snum]; in pci_parse_slot() 223 snum, fnum); in pci_parse_slot() 229 snum, fnum, emul); in pci_parse_slot()
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_cma.c | 191 struct rdma_bind_list *bind_list, int snum) in cma_ps_alloc() argument 195 return idr_alloc(idr, bind_list, snum, snum + 1, GFP_KERNEL); in cma_ps_alloc() 199 enum rdma_port_space ps, int snum) in cma_ps_find() argument 203 return idr_find(idr, snum); in cma_ps_find() 206 static void cma_ps_remove(struct vnet *net, enum rdma_port_space ps, int snum) in cma_ps_remove() argument 210 idr_remove(idr, snum); in cma_ps_remove() 2972 struct rdma_id_private *id_priv, unsigned short snum) in cma_alloc_port() argument 2982 snum); in cma_alloc_port() 3069 unsigned short snum; in cma_use_port() local 3072 snum = ntohs(cma_port(cma_src_addr(id_priv))); in cma_use_port() [all …]
|
| /freebsd-12-stable/share/dict/ |
| D | web2 | 184242 snum
|