Home
last modified time | relevance | path

Searched defs:bdp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_file.c410 struct dirent *bdp; in linux_getdirentries() local
443 struct dirent *bdp; in linux_getdents() local
522 struct dirent *bdp; linux_getdents64() local
597 struct dirent *bdp; linux_readdir() local
[all...]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c614 BN_ULONG *udp, *bdp, *vdp, *cdp; in BN_GF2m_mod_inv_vartime() local
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3404 uint64_t bdp, rtt; in bbr_get_raw_target_cwnd() local
/freebsd/contrib/sqlite3/
H A Dshell.c6802 #define IS_BX_DIGIT(bdp) (((u8)(bdp))<0x80) argument
6803 #define IS_BX_WS(bdp) ((bdp)==WS) argument
6804 #define IS_BX_PAD(bdp) ((bdp)==PC) argument
6871 u8 bdp = BX_DV_PROTO(c); in fromBase64() local