HomeSort by relevance Sort by last modified time
    Searched refs:BaseIndex (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codec2/include/
C2ParamDef.h 62 /// Helper class that checks if a type has a baseIndex constant.
65 template<typename S, int=S::baseIndex>
71 /// Helper template that verifies a type's baseIndex and creates it if the type does not have one.
72 template<typename S, int BaseIndex,
75 // TODO: what if we allow structs without baseIndex?
76 static_assert(BaseIndex == S::baseIndex, "baseIndex differs from structure");
79 /// Specialization for types without a baseIndex.
80 template<typename S, int BaseIndex>
    [all...]
C2Param.h 128 struct BaseIndex {
162 inline BaseIndex(uint32_t index) : mIndex(index) { }
165 inline BaseIndex(uint64_t index) = delete;
174 inline unsigned int baseIndex() const { return mIndex & kBaseMask; }
179 DEFINE_FIELD_BASED_COMPARISON_OPERATORS(BaseIndex, mIndex)
189 struct Type : public BaseIndex {
217 inline Type(uint32_t index) : BaseIndex(index) { }
442 /// as this can be gotten by the baseIndex enum)
443 inline uint32_t _baseIndex() const { return _mIndex.baseIndex(); }
703 STRUCT_FLAG = 0x10000, ///< structs. Marked with this flag in addition to their baseIndex
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AlphabeticIndexCompat.java 19 private final BaseIndex mBaseIndex;
23 BaseIndex index = null;
40 mBaseIndex = index == null ? new BaseIndex() : index;
84 private static class BaseIndex {
115 private static class AlphabeticIndexV16 extends BaseIndex {
165 private static class AlphabeticIndexVN extends BaseIndex {
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.cpp 46 uint32_t BaseIndex = 0;
53 if (++BaseIndex < Bases->getChildCount()) {
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 335 SlotIndex BaseIndex = LIS->getInstructionIndex(MI);
338 assert(LI.liveAt(BaseIndex) &&
344 if ((SR.LaneMask & UseMask) != 0 && SR.liveAt(BaseIndex))
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp 63 kParamIndexVendorStart = C2Param::BaseIndex::kVendorStart,
95 enum : uint32_t { baseIndex = kParamIndexSize }; // <= needed for C2FieldDescriptor
97 const static FD::Type TYPE = (FD::Type)(baseIndex | FD::STRUCT_FLAG);
123 // enum : uint32_t { baseIndex = kParamIndexTest };
298 // enum : uint32_t { baseIndex = kParamIndexTestFlex, flexSize = 4 };
312 // enum : uint32_t { baseIndex = kParamIndexTestFlexEnd, flexSize = 4 };
367 // enum : uint32_t { baseIndex = kParamIndexTestFlexS64, flexSize = 8 };
381 // enum : uint32_t { baseIndex = C2TestStruct_FlexEndS64, flexSize = 8 };
428 // enum : uint32_t { baseIndex = kParamIndexTestFlexSize, flexSize = 8 };
442 // enum : uint32_t { baseIndex = C2TestStruct_FlexEndSize, flexSize = 8 }
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 680 BaseIndex,
775 unsigned int baseindex:1; member in struct:i386_operand_type::__anon116489
i386-gen.c 277 "BaseIndex" },
541 BITFIELD (BaseIndex),
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 164 milliseconds