HomeSort by relevance Sort by last modified time
    Searched refs:bv (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/8/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)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/8/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)
  /prebuilts/ndk/8/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)
  /prebuilts/ndk/8/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)
  /prebuilts/ndk/8/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)
  /prebuilts/ndk/8/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)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/9/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)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/9/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)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/9/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)
  /prebuilts/ndk/9/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)
  /prebuilts/ndk/9/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)
  /prebuilts/ndk/9/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)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
bio.h 128 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 208 * @param bv
211 public static BoundingBox computeUnionBound(List<BoundingVolume> bv) {
213 for (int i = 0; i < bv.size(); i++) {
214 BoundingVolume vol = bv.get(i);
372 BoundingVolume bv = receiver.getWorldBound(); local
373 BoundingVolume recvBox = bv.transform(viewProjMatrix, null);
384 BoundingVolume bv = occluder.getWorldBound(); local
385 BoundingVolume occBox = bv.transform(viewProjMatrix, null);

Completed in 4109 milliseconds

1 23 4 5 6