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

1 2 3

  /external/chromium_org/components/rappor/
byte_vector_utils_unittest.cc 22 ByteVector bv; local
23 base::HexStringToBytes(hex, &bv);
24 return std::string(bv.begin(), bv.end());
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_font_utils.cc 55 ByteVector bv; local
56 LoadFile(font_path, &bv);
60 factory->LoadFonts(&bv, fonts);
  /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/sfntly/cpp/src/test/
test_font_utils.cc 55 ByteVector bv; local
56 LoadFile(font_path, &bv);
60 factory->LoadFonts(&bv, fonts);
  /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...]
sanitizer_bvgraph_test.cc 69 template <class BV>
71 BVGraph<BV> g;
73 BV target;
93 uptr path[BV::kSize];
95 for (len = 1; len < BV::kSize; len++) {
99 EXPECT_LT(len, BV::kSize);
117 template <class BV>
120 BVGraph<BV> g;
122 BV bv; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
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);
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...]
ClassWriter.java 632 ByteVector bv = new ByteVector(); local
634 bv.putShort(newUTF8(desc)).putShort(0);
635 AnnotationWriter aw = new AnnotationWriter(this, true, bv, bv, 2);
    [all...]
MethodWriter.java 479 ByteVector bv = new ByteVector(); local
481 bv.putShort(cw.newUTF8(desc)).putShort(0);
482 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
501 ByteVector bv = new ByteVector(); local
506 return new AnnotationWriter(cw, false, bv, null, 0);
509 bv.putShort(cw.newUTF8(desc)).putShort(0);
510 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
2446 ByteVector bv = i == 0 ? localVar : localVarType; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 27 byte [] bv; field in class:YuvTest
49 bv = new byte[getCWidth() * getCHeight()];
57 for (int i=0; i < bv.length; i++) {
58 bv[i] = (byte)r.nextInt(256);
68 av.copyFrom(bv);
90 tmp[i++] = bv[j];
136 tmp[i++] = bv[j];
182 tmp[i++] = bv[j];
  /external/libpcap/
pcap-pf.c 533 struct bpf_version bv; local
543 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) {
549 if (bv.bv_major == BPF_MAJOR_VERSION &&
550 bv.bv_minor >= BPF_MINOR_VERSION) {
598 bv.bv_major, bv.bv_minor);
pcap-bpf.c 1494 struct bpf_version bv; local
    [all...]
  /external/libvorbis/vq/
vqgen.c 85 float bv=*((float *)b); local
86 return (av<bv)-(av>bv);
  /external/qemu/fpu/
softfloat-specialize.h 567 uint32_t av, bv; local
574 bv = float32_val(b);
581 if ((uint32_t)(av<<1) < (uint32_t)(bv<<1)) {
583 } else if ((uint32_t)(bv<<1) < (uint32_t)(av<<1)) {
586 aIsLargerSignificand = (av < bv) ? 1 : 0;
766 uint64_t av, bv; local
773 bv = float64_val(b);
780 if ((uint64_t)(av<<1) < (uint64_t)(bv<<1)) {
782 } else if ((uint64_t)(bv<<1) < (uint64_t)(av<<1)) {
785 aIsLargerSignificand = (av < bv) ? 1 : 0
    [all...]
softfloat.c 2534 uint32_t av, bv; local
2559 uint32_t av, bv; local
2588 uint32_t av, bv; local
2662 uint32_t av, bv; local
2693 uint32_t av, bv; local
4023 uint64_t av, bv; local
4049 uint64_t av, bv; local
4078 uint64_t av, bv; local
4127 uint64_t av, bv; local
4155 uint64_t av, bv; local
4186 uint64_t av, bv; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.c 46 wordptr bv; /* bit vector (for integers >=32 bits) */ member in union:yasm_intnum::val
87 intnum_frombv(/*@out@*/ yasm_intnum *intn, wordptr bv)
89 if (Set_Max(bv) < 31) {
91 intn->val.l = (long)BitVector_Chunk_Read(bv, 31, 0);
92 } else if (BitVector_msb_(bv)) {
95 BitVector_Negate(bv, bv);
96 if (Set_Max(bv) >= 32 ||
97 ((ul = BitVector_Chunk_Read(bv, 32, 0)) & 0x80000000)) {
99 BitVector_Negate(bv, bv)
    [all...]
  /external/jemalloc/src/
stats.c 341 bool bv; local
353 CTL_GET("config.debug", &bv, bool);
355 bv ? "enabled" : "disabled");
358 if ((err = je_mallctl("opt."#n, &bv, &bsz, NULL, 0)) \
361 " opt."#n": %s\n", bv ? "true" : "false"); \
442 if ((err = je_mallctl("opt.prof", &bv, &bsz, NULL, 0)) == 0 &&
443 bv) {
  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 136 struct rgz_out_bvdirect bv; member in union:rgz_out_params::__anon42529
192 * data.bv.dstdesc bltsville struct describing the destination buffer
193 * data.bv.dstgeom bltsville struct describing the destination geometry
194 * data.bv.list List of HWC layers to blit, only HWC_OVERLAY layers
196 * data.bv.noblend Test option to disable blending
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 804 struct berval **bv = NULL; local
951 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_addr->v);
952 if (bv != NULL) {
955 if ((bv[0]->bv_len < 7)||(bv[0]->bv_len > 15)) {
958 ldap_value_free_len(bv);
961 memcpy(tmpaddr,bv[0]->bv_val,bv[0]->bv_len);
962 tmpaddr[bv[0]->bv_len]=0;
967 ldap_value_free_len(bv);
    [all...]
  /external/ltrace/
lens_default.c 690 } 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.u64 & 0xff
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 31 ByteVector bv = (ByteVector)super.clone(); local
32 bv.buffer = (byte[])buffer.clone();
33 return bv;
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 731 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;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 6929 struct vki_binder_version* bv = (struct vki_binder_version*)ARG3; local
8042 struct vki_binder_version* bv = (struct vki_binder_version*)ARG3; local
    [all...]
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 207 uint16_t bv[MDP_BV_SIZE]; member in struct:mdp_ccs

Completed in 934 milliseconds

1 2 3