HomeSort by relevance Sort by last modified time
    Searched defs:getBits (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/Sema/
ObjCMethodList.h 34 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /frameworks/av/media/libstagefright/foundation/
ABitReader.cpp 49 uint32_t ABitReader::getBits(size_t n) {
75 getBits(32);
80 getBits(n);
  /frameworks/rs/
rsComponent.h 44 uint32_t getBits() const {return mBits;}
rsElement.h 94 uint32_t getBits() const {return mBits;}
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsComponent.h 44 uint32_t getBits() const {return mBits;}
rsElement.h 92 uint32_t getBits() const {return mBits;}
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsComponent.h 44 uint32_t getBits() const {return mBits;}
rsElement.h 92 uint32_t getBits() const {return mBits;}
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsComponent.h 44 uint32_t getBits() const {return mBits;}
rsElement.h 92 uint32_t getBits() const {return mBits;}
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 113 static inline deUint32 getBits (deUint32 src, int low, int high)
125 return getBits(v, 10, 14) == 31;
239 const deUint32 actualBits = getBits(bits, 0, numBitsToDst-1);
696 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1);
714 dst.setNext(2, getBits(T, 0, 1));
716 dst.setNext(2, getBits(T, 2, 3));
720 dst.setNext(2, getBits(T, 5, 6));
753 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1);
769 dst.setNext(3, getBits(Q, 0, 2));
771 dst.setNext(2, getBits(Q, 3, 4))
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 346 static inline deUint32 getBits (deUint64 src, int low, int high)
407 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) };
415 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63));
416 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59));
417 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55));
418 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51));
419 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47));
420 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43));
425 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 340 milliseconds