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

1 2 3 4 5 6 7 8 91011

  /art/libartbase/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...]
  /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/annotation-tools/asmx/src/org/objectweb/asm/
TypeAnnotationWriter.java 68 private final ByteVector bv; field in class:TypeAnnotationWriter
72 * annotation. See {@link #bv}.
109 * @param bv where the annotation values must be stored.
116 final ByteVector bv,
122 this.bv = bv;
138 bv.putShort(cw.newUTF8(name));
141 bv.put12('s', cw.newUTF8((String) value));
143 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
146 bv.put12('Z', cw.newInteger(v).index)
    [all...]
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...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bv.go 65 func (bv bvec) Get(i int32) bool {
66 if i < 0 || i >= bv.n {
67 Fatalf("bvget: index %d is out of bounds with length %d\n", i, bv.n)
70 return bv.b[i>>wordShift]&mask != 0
73 func (bv bvec) Set(i int32) {
74 if i < 0 || i >= bv.n {
75 Fatalf("bvset: index %d is out of bounds with length %d\n", i, bv.n)
78 bv.b[i/wordBits] |= mask
81 func (bv bvec) Unset(i int32) {
82 if i < 0 || i >= bv.n
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bv.go 65 func (bv bvec) Get(i int32) bool {
66 if i < 0 || i >= bv.n {
67 Fatalf("bvget: index %d is out of bounds with length %d\n", i, bv.n)
70 return bv.b[i>>wordShift]&mask != 0
73 func (bv bvec) Set(i int32) {
74 if i < 0 || i >= bv.n {
75 Fatalf("bvset: index %d is out of bounds with length %d\n", i, bv.n)
78 bv.b[i/wordBits] |= mask
81 func (bv bvec) Unset(i int32) {
82 if i < 0 || i >= bv.n
    [all...]
  /toolchain/binutils/binutils-2.27/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)
  /external/llvm/lib/CodeGen/
SafeStackColoring.h 50 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;
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
WideColorGamutTests.java 93 BitmapView bv = (BitmapView) view;
94 bv.setBitmap(mBitmap);
103 BitmapView bv = (BitmapView) view;
104 bv.setBitmap(mBitmap);
105 bv.setSaveLayer(true);
114 BitmapView bv = (BitmapView) view;
115 bv.setBitmap(mBitmap);
116 bv.setLayerType(View.LAYER_TYPE_HARDWARE, null);
125 BitmapView bv = (BitmapView) view;
126 bv.setBitmap(mBitmap)
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/attrs/
StackMapTableAttribute.java 595 ByteVector bv = new ByteVector(); local
598 writeSize(frames.size() - 1, bv, isExtCodeSize); local
601 return bv;
666 bv.putByte(delta);
670 bv.putByte(SAME_LOCALS_1_STACK_ITEM_FRAME + delta);
671 writeTypeInfos(bv, cw, cstack, 0, 1);
675 bv.putByte(SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED);
676 writeSize(delta, bv, isExtCodeSize);
677 writeTypeInfos(bv, cw, cstack, 0, 1);
681 bv.putByte(SAME_FRAME_EXTENDED)
    [all...]
StackMapAttribute.java 281 private void writeTypeInfo(ByteVector bv, ClassWriter cw, List info, int max)
284 bv.putInt(info.size());
286 bv.putShort(info.size());
290 bv.putByte(typeInfo.getType());
293 bv.putShort(cw.newClass(typeInfo.getObject()));
297 bv.putShort(typeInfo.getLabel().getOffset());
319 ByteVector bv = new ByteVector(); local
321 bv.putInt(frames.size());
323 bv.putShort(frames.size());
330 bv);
    [all...]
  /external/libunwind/src/hppa/
siglongjmp.S 11 bv %r0(%rp)
  /external/syslinux/com32/libutil/
base64.c 20 uint32_t bv; local
37 bv = (p[0] << 16) | (p[1] << 8) | p[2];
42 *q++ = charz[(bv >> 18) & 0x3f];
43 bv <<= 6;
  /prebuilts/go/darwin-x86/test/chan/
select.go 46 if av, bv := <-a, <-b; av|bv != 3 {
47 println("bad values", av, bv)
  /prebuilts/go/linux-x86/test/chan/
select.go 46 if av, bv := <-a, <-b; av|bv != 3 {
47 println("bad values", av, bv)
  /toolchain/binutils/binutils-2.27/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)
  /toolchain/binutils/binutils-2.27/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}}

Completed in 603 milliseconds

1 2 3 4 5 6 7 8 91011