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

1 2

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILFrameLowering.cpp 36 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const
38 NumEntries = 0;
AMDILFrameLowering.h 40 getCalleeSavedSpillSlots(unsigned &NumEntries) const;
  /external/giflib/
quantize.c 36 unsigned int NumEntries; /* # of QuantizedColorType in linked list below */
103 NewColorSubdiv[i].Count = NewColorSubdiv[i].NumEntries = 0;
124 NewColorSubdiv[0].NumEntries = NumOfEntries; /* Different sampled colors */
142 if ((j = NewColorSubdiv[i].NumEntries) > 0) {
202 unsigned int i, j, Index = 0, NumEntries, MinColor, MaxColor;
212 (NewColorSubdiv[i].NumEntries > 1)) {
229 NewColorSubdiv[Index].NumEntries);
233 j < NewColorSubdiv[Index].NumEntries && QuantizedColor != NULL;
248 qsort(SortArray, NewColorSubdiv[Index].NumEntries,
252 for (j = 0; j < NewColorSubdiv[Index].NumEntries - 1; j++
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUFrameLowering.h 38 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
AMDGPUFrameLowering.cpp 104 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const {
105 NumEntries = 0;
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 76 offset_type NumEntries;
127 ++NumEntries;
128 if (4 * NumEntries >= 3 * NumBuckets)
202 LE.write<offset_type>(NumEntries);
210 NumEntries = 0;
260 const typename Info::offset_type NumEntries;
273 OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries,
277 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets),
293 offset_type NumEntries
    [all...]
  /external/icu/icu4c/source/common/
ucmndata.h 95 NumEntriesFn NumEntries;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 51 ULONG NumEntries;
99 ULONG NumEntries;
104 ULONG NumEntries;
147 ULONG NumEntries;
167 ULONG NumEntries;
225 ULONG NumEntries;
235 ULONG NumEntries;
245 ULONG NumEntries;
268 ULONG NumEntries;
280 ULONG NumEntries;
    [all...]
ntddvdeo.h 440 USHORT NumEntries;
449 USHORT NumEntries;
  /external/google-breakpad/src/common/
simple_string_dictionary.h 55 // ValueSize-1 characters in an entry. NumEntries is the total number of
57 template <size_t KeySize, size_t ValueSize, size_t NumEntries>
63 static const size_t num_entries = NumEntries;
132 // is NumEntries.
251 Entry entries_[NumEntries];
  /external/llvm/include/llvm/ADT/
DenseMap.h 103 unsigned NumEntries = getNumEntries();
108 --NumEntries;
113 assert(NumEntries == 0 && "Node count imbalance!");
548 unsigned NumEntries;
582 std::swap(NumEntries, RHS.NumEntries);
607 NumEntries = 0;
616 NumEntries = 0;
639 unsigned OldNumEntries = NumEntries;
657 return NumEntries;
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 137 getCalleeSavedSpillSlots(unsigned &NumEntries) const {
138 NumEntries = 0;
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 58 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries)
68 NumEntries = array_lengthof(Offsets);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
SystemZFrameLowering.cpp 60 SystemZFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const {
61 NumEntries = array_lengthof(SpillOffsetTable);
  /external/clang/lib/Lex/
HeaderMap.cpp 49 uint32_t NumEntries; // Number of entries in the string table.
183 getEndianAdjustedWord(Hdr.NumEntries));
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 227 size_t NumEntries,
233 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info);
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 118 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
PPCFrameLowering.cpp 95 unsigned &NumEntries) const {
97 NumEntries = 1;
109 NumEntries = 0;
239 NumEntries = array_lengthof(Offsets64);
243 NumEntries = array_lengthof(Offsets);
    [all...]
  /external/jhead/
exif.c     [all...]
  /external/clang/include/clang/AST/
Mangle.h 209 uint32_t NumEntries, raw_ostream &Out) = 0;
211 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 52 OnDiskTable(file_type File, unsigned NumBuckets, unsigned NumEntries,
56 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {}
  /art/runtime/
art_method.h 67 const size_t count = other->NumEntries(pointer_size);
144 size_t NumEntries(size_t pointer_size) const {
155 return ComputeSize(NumEntries(pointer_size), pointer_size);
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 135 uint32_t NumEntries;
276 CTA.NumEntries =
411 outs() << CTAName << "[NumEntries]: " << CTA.NumEntries << '\n';
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 323 unsigned NumEntries = 1 + SrcRD->getNumVBases();
324 SmallVector<llvm::Constant *, 4> Map(NumEntries,
688 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) {
690 CatchableTypeArrayTypeMap[NumEntries];
695 CTATypeName += llvm::utostr(NumEntries);
699 CGM.IntTy, // NumEntries
700 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes
    [all...]

Completed in 1899 milliseconds

1 2