/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 | 138 const struct bio_vec *bv = uio->uio_bvec; in zfs_uiomove_bvec_impl() local 173 struct bio_vec *bv) in zfs_copy_bvec() 196 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/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 | 107 #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/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() 2641 struct bufv *bv; in v_inval_buf_range_locked() local 2687 struct bufv *bv; in buf_vlist_remove() local 2716 struct bufv *bv; in buf_vlist_find_or_add() local 3204 struct bufv *bv; in reassignbuf() local
|
/freebsd/contrib/tcsh/ |
H A D | sh.misc.c | 132 blkcpy(Char **oav, Char **bv) in blkcpy()
|
/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 | 941 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 | 1723 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)
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9141 static void PrintBuildToolVersion(MachO::build_tool_version bv, bool verbose) { in PrintBuildToolVersion() 9178 MachO::build_tool_version bv = obj->getBuildToolVersion(i); in PrintBuildVersionLoadCommand() local
|