HomeSort by relevance Sort by last modified time
    Searched refs:bv (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /art/runtime/base/
bit_vector_test.cc 28 BitVector bv(kBits, false, Allocator::GetMallocAllocator());
29 EXPECT_EQ(1U, bv.GetStorageSize());
30 EXPECT_EQ(sizeof(uint32_t), bv.GetSizeOf());
31 EXPECT_FALSE(bv.IsExpandable());
33 EXPECT_EQ(0U, bv.NumSetBits());
34 EXPECT_EQ(0U, bv.NumSetBits(1));
35 EXPECT_EQ(0U, bv.NumSetBits(kBits));
37 EXPECT_FALSE(bv.IsBitSet(i));
39 EXPECT_EQ(0U, bv.GetRawStorageWord(0));
40 EXPECT_EQ(0U, *bv.GetRawStorage())
    [all...]
arena_allocator_test.cc 37 ArenaBitVector bv(&arena, 10, true);
38 bv.SetBit(5);
39 EXPECT_EQ(1U, bv.GetStorageSize());
40 bv.SetBit(35);
41 EXPECT_EQ(2U, bv.GetStorageSize());
  /external/clang/test/CodeGenCXX/
mangle-local-class-names.cpp 15 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/mockito/cglib-and-asm/src/org/mockito/asm/
AnnotationWriter.java 62 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.put12('Z', cw.newInteger(v).index);
    [all...]
FieldWriter.java 144 ByteVector bv = new ByteVector(); local
146 bv.putShort(cw.newUTF8(desc)).putShort(0);
147 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 28 // Check the 'bv' == 's' and that the indexes go in increasing order.
29 // Also check the BV::Iterator
30 template <class BV>
31 static void CheckBV(const BV &bv, const set<uptr> &s) {
32 BV t;
33 t.copyFrom(bv);
35 uptr last_idx = bv.size();
37 for (typename BV::Iterator it(bv); it.hasNext();)
78 BV bv, bv1, t_bv; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
entrybug.s 9 bv,n %r0(%r2)
space.s 17 bv,n %r0(%r2)
badfmpyadd.s 14 bv %r0(%r2)
nosubspace.s 20 bv 0(2)
defbug.s 7 bv,n (%r2)
  /external/libunwind/src/hppa/
siglongjmp.S 11 bv %r0(%rp)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
longcall.s 15 bv %r0(%r2)
26 bv,n %r0(%r2)
reduce.s 12 bv,n %r0(%r2)
34 bv %r0(%r2)
r_no_reloc.s 20 bv %r0(%r2)
applybug.s 37 bv,n %r0(%r2)
43 bv,n %r0(%r19)
49 bv,n %r0(%r19)
53 bv %r0(%r2)
plabelbug.s 34 bv %r0(%r2)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
branch.s 15 bv bcc
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 35 byte [] bv; field in class:RSYuvTest
54 bv = new byte[getCWidth() * getCHeight()];
62 for (int i=0; i < bv.length; i++) {
63 bv[i] = (byte)r.nextInt(256);
73 av.copyFrom(bv);
94 tmp[i++] = bv[j];
136 tmp[i++] = bv[j];
172 tmp[i++] = bv[j];
  /external/clang/test/SemaCXX/
overload-call-copycon.cpp 34 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) {
37 copycon2(bv); // expected-error{{no matching constructor}}
  /external/opencv3/modules/cudalegacy/src/
interpolate_frames.cpp 54 void cv::cuda::interpolateFrames(const GpuMat& frame0, const GpuMat& frame1, const GpuMat& fu, const GpuMat& fv, const GpuMat& bu, const GpuMat& bv,
62 CV_Assert(bv.size() == frame0.size() && bv.type() == frame0.type());
83 CV_Assert(frame1.step == step && fu.step == step && fv.step == step && bu.step == step && bv.step == step && newFrame.step == step && buf.step == step);
97 state.pBV = const_cast<Ncv32f*>(bv.ptr<Ncv32f>());
  /external/clang/test/OpenMP/
atomic_capture_codegen.cpp 9 _Bool bv, bx; variable
84 bv = bx++;
344 // CHECK: [[BV:%.+]] = load i8, i8* @{{.+}}
345 // CHECK: [[BOOL:%.+]] = trunc i8 [[BV]] to i1
351 ulv = ulx = ulx & bv;
373 {bv = bx; bx = cv & bx;}
589 {bv = bx; bx = ldv * bx;}
    [all...]
  /external/sfntly/cpp/src/test/
test_font_utils.cc 55 ByteVector bv; local
56 LoadFile(font_path, &bv);
60 factory->LoadFonts(&bv, fonts);
  /external/autotest/client/profilers/powertop/src/
cpufreqstats.c 53 int sort_by_count (const void *av, const void *bv)
55 const struct cpufreqdata *a = av, *b = bv;
59 int sort_by_freq (const void *av, const void *bv)
61 const struct cpufreqdata *a = av, *b = bv;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
b.s 23 bv text_label

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 9