Searched refs:bv (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/netbsd-tests/lib/csu/arch/hppa/
H A Dh_initfini_align.S11 bv,n %r0(%r2)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.h59 BitVector bv; member in struct:llvm::safestack::StackColoring::LiveRange
61 void SetMaximum(int size) { bv.resize(size); }
62 void AddRange(unsigned start, unsigned end) { bv.set(start, end); }
65 return bv.anyCommon(Other.bv);
68 void Join(const LiveRange &Other) { bv |= Other.bv; }
158 return OS << R.bv;
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsbpf.c59 struct bpf_version bv; local
88 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0)
93 if (bv.bv_major != BPF_MAJOR_VERSION ||
94 bv.bv_minor < BPF_MINOR_VERSION)
97 bv.bv_major, bv.bv_minor);
/freebsd-11-stable/crypto/openssl/crypto/
H A Dpariscid.pl32 bv ($rp)
44 bv ($rp)
84 bv ($rp)
127 bv ($rp)
167 bv ($rp)
214 bv ($rp)
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c210 struct berval **bv; local
212 bv = (*modlist)[cMods]->mod_bvalues;
213 if (bv != NULL) {
214 for (i = 0; bv[i] != NULL; i++)
216 bv = ber_memrealloc(bv, (i + 2) * sizeof(*bv));
218 bv = ber_memalloc(2 * sizeof(*bv));
219 if (bv
249 char **bv; local
1541 struct berval bv = { 0, "" }; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-namespace.c650 struct blockvector *bv; local
658 bv = obstack_alloc (&objfile->objfile_obstack,
661 BLOCKVECTOR_NBLOCKS (bv) = FIRST_LOCAL_BLOCK + 1;
662 BLOCKVECTOR (namespace_symtab) = bv;
669 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
673 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
691 BLOCKVECTOR_BLOCK (bv, FIRST_LOCAL_BLOCK) = bl;
H A Djv-lang.c102 struct blockvector *bv; local
106 bv = (struct blockvector *)
109 BLOCKVECTOR_NBLOCKS (bv) = 1;
110 BLOCKVECTOR (class_symtab) = bv;
116 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
121 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
131 struct blockvector *bv = BLOCKVECTOR (symtab); local
132 dict_add_symbol (BLOCK_DICT (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)), sym);
158 struct blockvector *bv = BLOCKVECTOR (symtab); local
159 struct block *bl = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOC
[all...]
H A Dsymtab.c1090 struct blockvector *bv;
1104 bv = BLOCKVECTOR (s);
1105 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1133 struct blockvector *bv;
1139 bv = BLOCKVECTOR (s);
1140 block = BLOCKVECTOR_BLOCK (bv, block_index);
1167 struct blockvector *bv;
1180 bv = BLOCKVECTOR (s);
1181 block = BLOCKVECTOR_BLOCK (bv, block_index);
1196 block = BLOCKVECTOR_BLOCK (bv,
1086 struct blockvector *bv; local
1129 struct blockvector *bv; local
1163 struct blockvector *bv; local
1539 struct blockvector *bv; local
1736 struct blockvector *bv; local
1869 struct blockvector *bv; local
2735 struct blockvector *bv; local
[all...]
H A Dsymmisc.c123 struct blockvector *bv;
137 bv = BLOCKVECTOR (s);
138 n = BLOCKVECTOR_NBLOCKS (bv);
140 free_symtab_block (s->objfile, BLOCKVECTOR_BLOCK (bv, i));
142 xmfree (s->objfile->md, bv);
449 struct blockvector *bv;
481 bv = BLOCKVECTOR (symtab);
482 len = BLOCKVECTOR_NBLOCKS (bv);
485 b = BLOCKVECTOR_BLOCK (bv, i);
1133 struct blockvector *bv;
122 struct blockvector *bv; local
448 struct blockvector *bv; local
1132 struct blockvector *bv; local
[all...]
H A Dmdebugread.c823 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
827 if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK))
828 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
833 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1199 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st);
1223 for (i = 0; i < BLOCKVECTOR_NBLOCKS (bv); i++)
1225 struct block *b_bad = BLOCKVECTOR_BLOCK (bv, i);
4468 struct blockvector *bv = BLOCKVECTOR (s);
4470 bv = (struct blockvector *) xrealloc ((void *) bv,
816 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); local
1192 struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); local
4459 struct blockvector *bv = BLOCKVECTOR (s); local
4528 struct blockvector *bv = BLOCKVECTOR (s); local
4661 struct blockvector *bv; local
[all...]
H A Dobjfiles.c523 struct blockvector *bv;
538 bv = BLOCKVECTOR (s);
539 for (i = 0; i < BLOCKVECTOR_NBLOCKS (bv); ++i)
545 b = BLOCKVECTOR_BLOCK (bv, i);
522 struct blockvector *bv; local
/freebsd-11-stable/contrib/jemalloc/src/
H A Dstats.c438 bool bv; local
451 CTL_GET("config.debug", &bv, bool);
453 bv ? "enabled" : "disabled");
458 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0) { \
460 " opt."#n": %s\n", bv ? "true" : "false"); \
464 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0 && \
467 " opt."#n": %s ("#m": %s)\n", bv ? "true" \
579 if (je_mallctl("opt.prof", &bv, &bsz, NULL, 0) == 0 && bv) {
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-pf.c593 struct bpf_version bv; local
603 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) {
609 if (bv.bv_major == BPF_MAJOR_VERSION &&
610 bv.bv_minor >= BPF_MINOR_VERSION) {
658 bv.bv_major, bv.bv_minor);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_tv.c97 u16 rv, gv, bv, av; member in struct:color_conversion
225 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
235 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
245 .rv = 0x035a, .gv = 0x0322, .bv = 0x06e1, .av = 0x0200,
255 .rv = 0x0399, .gv = 0x0356, .bv = 0x070a, .av = 0x0200,
265 .rv = 0x0353, .gv = 0x031c, .bv = 0x06dc, .av = 0x0200,
275 .rv = 0x0390, .gv = 0x034f, .bv = 0x0705, .av = 0x0200,
285 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
295 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
305 .rv = 0x0340, .gv = 0x030c, .bv
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h83 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
90 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} argument
269 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
276 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { argument
/freebsd-11-stable/contrib/opie/
H A Dglob.c271 static char **blkcpy FUNCTION((oav, bv), char **oav AND register char **bv) argument
275 while (*av++ = *bv++)
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl238 bv (%r2)
285 bv,n (%r2)
300 bv (%r2)
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c1988 struct bufv *bv; local
1996 bv = &bp->b_bufobj->bo_dirty;
1998 bv = &bp->b_bufobj->bo_clean;
1999 BUF_PCTRIE_REMOVE(&bv->bv_root, bp->b_lblkno);
2000 TAILQ_REMOVE(&bv->bv_hd, bp, b_bobufs);
2001 bv->bv_cnt--;
2013 struct bufv *bv; local
2024 bv = &bo->bo_dirty;
2026 bv = &bo->bo_clean;
2033 if (bv
2430 struct bufv *bv; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c3625 char bv[2 * MAXVALLEN]; local
3740 bv[0] = '+';
3741 atoascii (value, MAXVALLEN, bv+1, sizeof(bv)-1);
3742 output(fp, name, bv);
3759 bv, sizeof(bv) - 1);
3760 len = strlen(bv);
3761 bv[len] = output_raw;
3762 bv[le
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dtls.c385 bool bv; local
400 bv = true;
410 bv = false;
414 if (bv)
415 bv = tls_rand_init(RandFile, 7);
417 if (bv && fipsmode)
450 if (bv && CertFingerprintAlgorithm != NULL)
457 bv = false;
466 return bv ? 0 : 1;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.misc.c132 blkcpy(Char **oav, Char **bv) argument
136 while ((*av++ = *bv++) != NULL)
/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h126 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8)))
127 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8)))
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h125 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8)))
126 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8)))
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c1042 uint64_t bv; local
1058 bv = ehdr->xstate_bv;
1063 if (bv & ~xsave_mask)
1068 hdr->xstate_bv = bv;
/freebsd-11-stable/sys/amd64/amd64/
H A Dfpu.c805 uint64_t bv; local
821 bv = ehdr->xstate_bv;
826 if (bv & ~xsave_mask)
831 hdr->xstate_bv = bv;

Completed in 441 milliseconds

123