/freebsd/contrib/libcbor/examples/ |
H A D | sort.c | 19 bv = cbor_get_uint8(*(cbor_item_t **)b); in compareUint() local
|
/freebsd/contrib/bearssl/tools/ |
H A D | files.c | 148 bvector *bv; in vblob_append() local 172 bvector bv = VEC_INIT; in decode_pem() local
|
/freebsd/sbin/ipf/ipsend/ |
H A D | sbpf.c | 53 struct bpf_version bv; in initdevice() local
|
/freebsd/lib/libsecureboot/ |
H A D | brf.c | 143 bvector *bv; in vblob_append() local 165 bvector bv = VEC_INIT; in decode_pem() local
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_uio.c | 97 const struct bio_vec *bv = uio->uio_bvec; in zfs_uiomove_bvec_impl() local 132 struct bio_vec *bv) in zfs_copy_bvec() 155 struct bio_vec bv; in zfs_uiomove_bvec_rq() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bitvector.h | 90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} in Iterator() 276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { in Iterator()
|
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap_conn.c | 137 struct berval bv; in authenticate() local
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 3290 workcmpf0(av, bv) in workcmpf0() argument 3320 workcmpf1(av, bv) in workcmpf1() argument 3360 workcmpf2(av, bv) in workcmpf2() argument 3398 workcmpf3(av, bv) in workcmpf3() argument 3426 workcmpf4(av, bv) in workcmpf4() argument 3448 workcmpf5(av, bv) in workcmpf5() argument 3473 workcmpf6(av, bv) in workcmpf6() argument 3504 workcmpf7(av, bv) in workcmpf7() argument
|
/freebsd/contrib/libpcap/ |
H A D | pcap-pf.c | 590 struct bpf_version bv; in pcap_setfilter_pf() local
|
H A D | pcap-bpf.c | 1890 struct bpf_version bv; local
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb-ldap.c | 210 struct berval **bv; LDAP_addmod_len() local 249 char **bv; LDAP_addmod() local 1541 struct berval bv = { 0, "" }; LDAP__connect() local [all...] |
/freebsd/contrib/libucl/uthash/ |
H A D | uthash.h | 125 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8))) argument 126 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) argument
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | blkdev_compat.h | 108 #define bio_for_each_segment4(bv, bvp, b, i) \ argument
|
/freebsd/contrib/elftoolchain/common/ |
H A D | uthash.h | 126 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8))) argument 127 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) argument
|
/freebsd/contrib/tcsh/ |
H A D | sh.misc.c | 132 blkcpy(Char **oav, Char **bv) in blkcpy()
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 546 buf_lookup_ge(struct bufv *bv, daddr_t lblkno) in buf_lookup_ge() 563 buf_insert_lookup_le(struct bufv *bv, struct buf *bp, struct buf **n) in buf_insert_lookup_le() 2655 struct bufv *bv; in v_inval_buf_range_locked() local 2701 struct bufv *bv; in buf_vlist_remove() local 2730 struct bufv *bv; in buf_vlist_find_or_add() local 3218 struct bufv *bv; in reassignbuf() local
|
/freebsd/usr.sbin/usbdump/ |
H A D | usbdump.c | 818 struct bpf_version bv; in main() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 499 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, in SymbolManager()
|
/freebsd/sys/i386/i386/ |
H A D | npx.c | 1071 uint64_t bv; in npxsetxstate() local
|
/freebsd/sys/amd64/amd64/ |
H A D | fpu.c | 943 uint64_t bv; in fpusetxstate() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 190 static void printVector(const CFGBlock *block, ValueVector &bv, in printVector()
|
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 987 bool bv, bv2; in stats_general_print() local
|
/freebsd/sys/net/ |
H A D | bpf.c | 1725 struct bpf_version *bv = (struct bpf_version *)addr; in bpfioctl() local
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 3676 char bv[2 * MAXVALLEN]; cookedprint() local [all...] |
/freebsd/contrib/libucl/src/ |
H A D | ucl_util.c | 3109 ucl_object_frombool (bool bv)
|