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

1 2

  /external/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_DefaultPlacement.cpp 46 CFX_ArrayTemplate<uint8_t>& CBC_DefaultPlacement::getBits() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
GLVTypeBParameters.java 94 public int getBits()
  /frameworks/av/media/libstagefright/foundation/
ABitReader.cpp 54 uint32_t ABitReader::getBits(size_t n) {
  /frameworks/rs/
rsComponent.h 44 uint32_t getBits() const {return mBits;}
rsElement.h 96 uint32_t getBits() const {return mBits;}
  /external/deqp/framework/common/
tcuAstcUtil.cpp 55 inline deUint32 getBits (deUint32 src, int low, int high)
100 return getBits(v, 10, 14) == 31;
221 deUint32 getBits (int low, int high) const
282 return m_forward ? m_src.getBits(m_startNdxInSrc + low, m_startNdxInSrc + high)
283 : reverseBits(m_src.getBits(m_startNdxInSrc - high, m_startNdxInSrc - low), numBitsFromSrc);
346 blockMode.isVoidExtent = getBits(blockModeData, 0, 8) == 0x1fc;
350 if ((getBits(blockModeData, 0, 1) == 0 && getBits(blockModeData, 6, 8) == 7) || getBits(blockModeData, 0, 3) == 0)
355 if (getBits(blockModeData, 0, 1) == 0
    [all...]
tcuCompressedTexture.cpp 312 inline deUint32 getBits (deUint64 src, int low, int high)
376 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) };
384 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63));
385 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59));
386 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55));
387 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51));
388 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47));
389 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43));
394 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5
    [all...]
  /external/drm_hwcomposer/
separate_rects.h 112 TUInt getBits() const {
  /libcore/ojluni/src/main/java/sun/security/x509/
KeyUsageExtension.java 353 public boolean[] getBits() {
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Weekdays.java 42 * This class is responsible for encoding a weekly repeat cycle in a {@link #getBits bitset}. It
100 * @param bits {@link #getBits bits} representing the encoded weekly repeat schedule
177 public int getBits() { return mBits; }
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApkNdkApiReport.java 118 public String getBits() {
GTestApiReport.java 116 public String getBits() {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64InsnHelpers.h 25 static unsigned getBits(InsnType insn, int pos, int l) {
30 return getBits(insn, 0, 5);
34 return getBits(insn, 10, 5);
38 return getBits(insn, 10, 5);
42 return getBits(insn, 0, 5);
46 return getBits(insn, 5, 5);
50 return getBits(insn, 16, 5);
54 return getBits(insn, pos, 1);
58 return getBits(insn, 21, 3);
199 unsigned opc = getBits(insn, 22, 2)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 324 uint_type getBits() const { return spvutils::BitwiseCast<uint_type>(value_); }
335 return static_cast<uint_type>((getBits() & exponent_mask) >>
347 return getBits() & fraction_encode_mask;
353 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0
380 bool isNegative() const { return (getBits() & sign_mask) != 0; }
606 (getBits() & exponent_mask) == exponent_mask && significand != 0;
610 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 769 milliseconds

1 2