Searched refs:bdp (Results 1 – 8 of 8) sorted by relevance
410 struct dirent *bdp; in linux_getdirentries() local427 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() local472 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 …]
614 BN_ULONG *udp, *bdp, *vdp, *cdp; in BN_GF2m_mod_inv_vartime() local624 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()
156 bdp
5197 #define IS_BX_DIGIT(bdp) (((u8)(bdp))<0x80) argument5198 #define IS_BX_WS(bdp) ((bdp)==WS) argument5199 #define IS_BX_PAD(bdp) ((bdp)==PC) argument5266 u8 bdp = BX_DV_PROTO(c); in fromBase64() local5267 switch( bdp ){ in fromBase64()5277 bdp = 0; in fromBase64()5281 qv = qv<<6 | bdp; in fromBase64()
1049 bdp 581/tcp #Bundle Discovery Protocol1050 bdp 581/udp #Bundle Discovery Protocol
17421 0x1.22bdp-217525 0x1.22bdp-218042 0x1.22bdp-218146 0x1.22bdp-222518 0x1.450bdp+022630 0x1.450bdp+023077 0x1.450bdp+023187 0x1.450bdp+023304 0x1.844bdp-3
2773 -0x1.07670469986bdp-138755 -0x1.01131688524bdp-8
3404 uint64_t bdp, rtt; in bbr_get_raw_target_cwnd() local3418 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()