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

123

/external/clang/test/CodeGenCXX/
H A Dmangle-local-class-names.cpp15 float bv; member in struct:SSSS
16 SSSS( const float& from): bv(from) { }
39 float bv; member in struct:SSSS
40 SSSS( const float& from): bv(from) { }
62 float bv; member in struct:SSSS
63 SSSS(const float& from): bv(from) { }
70 float bv; member in struct:SSSS
71 SSSS(const float& from): bv(from) { }
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cc28 // Check the 'bv' == 's' and that the indexes go in increasing order.
31 static void CheckBV(const BV &bv, const set<uptr> &s) { argument
33 t.copyFrom(bv);
35 uptr last_idx = bv.size();
37 for (typename BV::Iterator it(bv); it.hasNext();) {
40 if (last_idx != bv.size())
47 last_idx = bv.size();
50 if (last_idx != bv.size())
59 void Print(const BV &bv) { argument
61 t.copyFrom(bv);
78 BV bv, bv1, t_bv; local
[all...]
H A Dsanitizer_bvgraph_test.cc122 BV bv; local
126 bv.clear();
137 bv.setBit(idx);
141 g.removeEdgesFrom(bv);
147 g.removeEdgesTo(bv);
/external/llvm/lib/CodeGen/
H A DSafeStackColoring.h50 BitVector bv; member in struct:llvm::safestack::StackColoring::LiveRange
51 void SetMaximum(int size) { bv.resize(size); }
52 void AddRange(unsigned start, unsigned end) { bv.set(start, end); }
54 return bv.anyCommon(Other.bv);
56 void Join(const LiveRange &Other) { bv |= Other.bv; }
143 return OS << R.bv;
/external/libunwind/src/hppa/
H A Dsiglongjmp.S11 bv %r0(%rp)
H A Dgetcontext.S69 bv,n %r0(%rp)
H A Dsetcontext.S72 bv,n %r0(%rp)
/external/syslinux/com32/libutil/
H A Dbase64.c20 uint32_t bv; local
37 bv = (p[0] << 16) | (p[1] << 8) | p[2];
42 *q++ = charz[(bv >> 18) & 0x3f];
43 bv <<= 6;
H A Dsha1hash.c315 uint32_t bv; local
323 bv = (p[0] << 16) | (p[1] << 8) | p[2];
326 *q++ = charz[(bv >> 18) & 0x3f];
327 bv <<= 6;
/external/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) { argument
37 copycon2(bv); // expected-error{{no matching constructor}}
/external/clang/test/OpenMP/
H A Datomic_capture_codegen.cpp9 _Bool bv, bx; variable
84 bv = bx++;
351 ulv = ulx = ulx & bv;
373 {bv = bx; bx = cv & bx;}
589 {bv = bx; bx = ldv * bx;}
614 {bx = civ - bx; bv = bx;}
684 {int4x[sv] |= bv; iv = int4x[sv];}
H A Datomic_read_codegen.c9 _Bool bv, bx; variable
84 bv = bx;
161 bv = ulx;
238 bv = int4x[0];
H A Datomic_write_codegen.c9 _Bool bv, bx; variable
84 bx = bv;
178 ulx = bv;
286 int4x[sv] = bv;
H A Datomic_update_codegen.cpp9 _Bool bv, bx; variable
316 ulx = ulx & bv;
624 int4x[sv] |= bv;
/external/sfntly/cpp/src/test/
H A Dtest_font_utils.cc55 ByteVector bv; local
56 LoadFile(font_path, &bv);
60 factory->LoadFonts(&bv, fonts);
/external/autotest/client/profilers/powertop/src/
H A Dcpufreqstats.c53 int sort_by_count (const void *av, const void *bv) argument
55 const struct cpufreqdata *a = av, *b = bv;
59 int sort_by_freq (const void *av, const void *bv) argument
61 const struct cpufreqdata *a = av, *b = bv;
/external/curl/lib/
H A Dopenldap.c446 struct berval bv, *bvals, **bvp = &bvals; local
481 rc = ldap_get_dn_ber(li->ld, ent, &ber, &bv);
494 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val,
495 bv.bv_len);
506 data->req.bytecount += bv.bv_len + 5;
508 for(rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, bvp);
510 rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, bvp)) {
513 if(bv.bv_val == NULL) break;
515 if(bv.bv_len > 7 && !strncmp(bv
[all...]
/external/jemalloc/src/
H A Dstats.c561 bool bv; local
584 CTL_GET("config."#n, &bv, bool); \
586 "\t\t\t\""#n"\": %s%s\n", bv ? "true" : "false", \
597 CTL_GET("config.debug", &bv, bool);
600 "\t\t\t\"debug\": %s,\n", bv ? "true" : "false");
603 bv ? "enabled" : "disabled");
637 if (je_mallctl("opt."#n, (void *)&bv, &bsz, NULL, 0) == 0) { \
640 "\t\t\t\""#n"\": %s%s\n", bv ? "true" : \
644 " opt."#n": %s\n", bv ? "true" : "false"); \
649 if (je_mallctl("opt."#n, (void *)&bv,
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c807 struct berval **bv = NULL; local
954 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_addr->v);
955 if (bv != NULL) {
958 if ((bv[0]->bv_len < 7)||(bv[0]->bv_len > 15)) {
961 ldap_value_free_len(bv);
964 memcpy(tmpaddr,bv[0]->bv_val,bv[0]->bv_len);
965 tmpaddr[bv[0]->bv_len]=0;
970 ldap_value_free_len(bv);
[all...]
/external/libpcap/
H A Dpcap-pf.c528 struct bpf_version bv; local
538 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) {
544 if (bv.bv_major == BPF_MAJOR_VERSION &&
545 bv.bv_minor >= BPF_MINOR_VERSION) {
593 bv.bv_major, bv.bv_minor);
/external/libunwind/tests/
H A Dflush-cache.S53 bv %r0(%rp)
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c427 struct bio_vec *bv; local
434 rq_for_each_segment(bv, req, iter) {
435 size = bv->bv_len;
448 buf = bvec_kmap_irq(bv, &flags);
454 flush_kernel_dcache_page(bv->bv_page);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h84 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
91 explicit Iterator(const BasicBitVector &bv) : bv_(bv) {} argument
270 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
277 explicit Iterator(const TwoLevelBitVector &bv) : bv_(bv), i0_(0), i1_(0) { argument
/external/skia/tests/
H A DSkNxTest.cpp175 bv = Sk4px::DupAlpha(b); local
178 int correct = (av * bv).div255()[0];
182 int fast = av.approxMulDiv255(bv)[0];
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp731 uchar *bv = bu; local
736 for( k = 0; k < size.height; k++, bv += objStep1,
742 uchar v = bv[l];
746 v = bv[l + 1];
749 v = bv[l + 2];
752 v = bv[l + 3];
756 be[l] += e * (bv[l] - bf[l]);
797 uchar *bv = (ioFlags & CV_EIGOBJ_INPUT_CALLBACK) ? buf : ((uchar **) input)[k]; local
821 uchar *bu = bv;

Completed in 610 milliseconds

123