Searched defs:bv (Results 1 - 25 of 42) sorted by relevance

12

/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/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/mockito/cglib-and-asm/src/org/mockito/asm/
H A DAnnotationWriter.java62 private final ByteVector bv; field in class:AnnotationWriter
66 * annotation. See {@link #bv}.
95 * @param bv where the annotation values must be stored.
103 final ByteVector bv,
109 this.bv = bv;
121 bv.putShort(cw.newUTF8(name));
124 bv.put12('s', cw.newUTF8((String) value));
126 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
129 bv
100 AnnotationWriter( final ClassWriter cw, final boolean named, final ByteVector bv, final ByteVector parent, final int offset) argument
[all...]
/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;
H A Dpowertop.c472 int line_compare (const void *av, const void *bv) argument
474 const struct line *a = av, *b = bv;
/external/skia/tests/
H A DSkNxTest.cpp178 bv = Sk4px::DupAlpha(b); local
181 int correct = (av * bv).div255()[0];
185 int fast = av.approxMulDiv255(bv)[0];
/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_update_codegen.cpp9 _Bool bv, bx; variable
316 ulx = ulx & bv;
624 int4x[sv] |= bv;
H A Datomic_write_codegen.c9 _Bool bv, bx; variable
84 bx = bv;
178 ulx = bv;
286 int4x[sv] = bv;
/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/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);
H A Dpcap-bpf.c1493 struct bpf_version bv; local
1525 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) {
1531 if (bv.bv_major != BPF_MAJOR_VERSION ||
1532 bv.bv_minor < BPF_MINOR_VERSION) {
/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/libvorbis/vq/
H A Dvqgen.c85 float bv=*((float *)b); local
86 return (av<bv)-(av>bv);
/external/pdfium/third_party/libopenjpeg20/
H A Dmct.c225 const __m128i bv = _mm_set1_epi32(666); local
327 lo = _mm_mul_epi32(lo, bv);
328 hi = _mm_mul_epi32(hi, bv);
/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/jemalloc/src/
H A Dstats.c435 bool bv; local
448 CTL_GET("config.debug", &bv, bool);
450 bv ? "enabled" : "disabled");
455 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0) { \
457 " opt."#n": %s\n", bv ? "true" : "false"); \
461 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0 && \
464 " opt."#n": %s ("#m": %s)\n", bv ? "true" \
576 if (je_mallctl("opt.prof", &bv, &bsz, NULL, 0) == 0 && bv) {
/external/ltrace/
H A Dlens_default.c690 } bv; local
700 assert(sz <= sizeof(bv));
701 memmove(bv.buf, data, sz);
704 bv.u64 = bv.u8;
706 bv.u64 = bv.u16;
708 bv.u64 = bv.u32;
711 buf[i] = bv
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h485 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, argument
488 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp158 static void printVector(const CFGBlock *block, ValueVector &bv, argument
161 for (unsigned i = 0; i < bv.size(); ++i) {
162 llvm::errs() << ' ' << bv[i];
/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 6010 milliseconds

12