Home
last modified time | relevance | path

Searched refs:bdp (Results 1 – 8 of 8) sorted by relevance

/src/sys/compat/linux/
H A Dlinux_file.c410 struct dirent *bdp; in linux_getdirentries() local
427 bdp = (struct dirent *)buf; in linux_getdirentries()
428 if (bdp->d_fileno != 0) { in linux_getdirentries()
433 buf += bdp->d_reclen; in linux_getdirentries()
434 len -= bdp->d_reclen; in linux_getdirentries()
443 struct dirent *bdp; in linux_getdents() local
472 bdp = (struct dirent *) inp; in linux_getdents()
473 reclen = bdp->d_reclen; in linux_getdents()
475 if (bdp->d_fileno != 0) { in linux_getdents()
476 linuxreclen = LINUX_RECLEN(bdp->d_namlen); in linux_getdents()
[all …]
/src/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c614 BN_ULONG *udp, *bdp, *vdp, *cdp; in BN_GF2m_mod_inv_vartime() local
624 bdp = b->d; in BN_GF2m_mod_inv_vartime()
625 bdp[0] = 1; in BN_GF2m_mod_inv_vartime()
627 bdp[i] = 0; in BN_GF2m_mod_inv_vartime()
644 b0 = bdp[0]; in BN_GF2m_mod_inv_vartime()
651 b1 = bdp[i + 1] ^ (p->d[i + 1] & mask); in BN_GF2m_mod_inv_vartime()
652 bdp[i] = ((b0 >> 1) | (b1 << (BN_BITS2 - 1))) & BN_MASK2; in BN_GF2m_mod_inv_vartime()
656 bdp[i] = b0 >> 1; in BN_GF2m_mod_inv_vartime()
679 bdp = cdp; in BN_GF2m_mod_inv_vartime()
684 bdp[i] ^= cdp[i]; in BN_GF2m_mod_inv_vartime()
/src/share/doc/smm/18.net/
H A Dspell.ok156 bdp
/src/contrib/sqlite3/
H A Dshell.c5197 #define IS_BX_DIGIT(bdp) (((u8)(bdp))<0x80) argument
5198 #define IS_BX_WS(bdp) ((bdp)==WS) argument
5199 #define IS_BX_PAD(bdp) ((bdp)==PC) argument
5266 u8 bdp = BX_DV_PROTO(c); in fromBase64() local
5267 switch( bdp ){ in fromBase64()
5277 bdp = 0; in fromBase64()
5281 qv = qv<<6 | bdp; in fromBase64()
/src/usr.sbin/services_mkdb/
H A Dservices1049 bdp 581/tcp #Bundle Discovery Protocol
1050 bdp 581/udp #Bundle Discovery Protocol
/src/contrib/arm-optimized-routines/math/test/traces/
H A Dsincosf.txt17421 0x1.22bdp-2
17525 0x1.22bdp-2
18042 0x1.22bdp-2
18146 0x1.22bdp-2
22518 0x1.450bdp+0
22630 0x1.450bdp+0
23077 0x1.450bdp+0
23187 0x1.450bdp+0
23304 0x1.844bdp-3
H A Dexp.txt2773 -0x1.07670469986bdp-13
8755 -0x1.01131688524bdp-8
/src/sys/netinet/tcp_stacks/
H A Dbbr.c3404 uint64_t bdp, rtt; in bbr_get_raw_target_cwnd() local
3418 bdp = bbr_get_bw_delay_prod(rtt, bw); in bbr_get_raw_target_cwnd()
3420 cwnd = (uint32_t)(((bdp * ((uint64_t)gain)) + (uint64_t)(BBR_UNIT - 1)) / ((uint64_t)BBR_UNIT)); in bbr_get_raw_target_cwnd()