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

1 2

  /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) { }
  /dalvik/vm/compiler/
Utility.cpp 272 BitVector* bv; local
275 assert(sizeof(bv->storage[0]) == 4); /* assuming 32-bit units */
277 bv = (BitVector*) dvmCompilerNew(sizeof(BitVector), false);
281 bv->storageSize = count;
282 bv->expandable = expandable;
283 bv->storage = (u4*) dvmCompilerNew(count * sizeof(u4), true);
284 return bv;
346 void dvmDebugBitVector(char *msg, const BitVector *bv, int length)
352 if (dvmIsBitSet(bv, i)) {
371 const BitVector *bv, int length
    [all...]
CompilerUtility.h 70 void dvmDebugBitVector(char *msg, const BitVector *bv, int length);
74 const BitVector *bv, int length);
  /dalvik/vm/
BitVector.cpp 34 BitVector* bv; local
37 assert(sizeof(bv->storage[0]) == 4); /* assuming 32-bit units */
39 bv = (BitVector*) malloc(sizeof(BitVector));
43 bv->storageSize = count;
44 bv->expandable = expandable;
45 bv->storage = (u4*) malloc(count * sizeof(u4));
46 memset(bv->storage, 0x00, count * sizeof(u4));
47 return bv;
  /external/clang/test/SemaCXX/
overload-call-copycon.cpp 28 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) {
31 copycon2(bv); // expected-error{{no matching constructor}}
  /external/clang/lib/Analysis/
UninitializedValues.cpp 106 ValueVector &lazyCreate(ValueVector *&bv);
158 ValueVector &CFGBlockValues::lazyCreate(ValueVector *&bv) {
159 if (!bv)
160 bv = new ValueVector(declToIndex.size());
161 return *bv;
216 static void printVector(const CFGBlock *block, ValueVector &bv,
220 for (unsigned i = 0; i < bv.size(); ++i) {
221 llvm::errs() << ' ' << bv[i];
226 static void printVector(const char *name, ValueVector const &bv) {
228 for (unsigned i = 0; i < bv.size(); ++i)
    [all...]
  /external/qemu/fpu/
softfloat-specialize.h 360 uint32_t av, bv; local
367 bv = float32_val(b);
374 if ((uint32_t)(av<<1) < (uint32_t)(bv<<1)) {
376 } else if ((uint32_t)(bv<<1) < (uint32_t)(av<<1)) {
379 aIsLargerSignificand = (av < bv) ? 1 : 0;
496 uint64_t av, bv; local
503 bv = float64_val(b);
510 if ((uint64_t)(av<<1) < (uint64_t)(bv<<1)) {
512 } else if ((uint64_t)(bv<<1) < (uint64_t)(av<<1)) {
515 aIsLargerSignificand = (av < bv) ? 1 : 0
    [all...]
  /external/libpcap/
pcap-pf.c 529 struct bpf_version bv; local
539 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) {
545 if (bv.bv_major == BPF_MAJOR_VERSION &&
546 bv.bv_minor >= BPF_MINOR_VERSION) {
594 bv.bv_major, bv.bv_minor);
  /bionic/libc/kernel/common/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /development/ndk/platforms/android-3/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /external/kernel-headers/original/linux/
bio.h 186 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)

Completed in 1752 milliseconds

1 2