/third_party/giflib/ |
D | quantize.c | 38 unsigned int NumEntries; /* # of QuantizedColorType in linked list below */ member 105 NewColorSubdiv[i].Count = NewColorSubdiv[i].NumEntries = 0; in GifQuantizeBuffer() 126 NewColorSubdiv[0].NumEntries = NumOfEntries; /* Different sampled colors */ in GifQuantizeBuffer() 144 if ((j = NewColorSubdiv[i].NumEntries) > 0) { in GifQuantizeBuffer() 210 unsigned int NumEntries, MinColor, MaxColor; in SubdivColorMap() local 214 (NewColorSubdiv[i].NumEntries > 1)) { in SubdivColorMap() 231 NewColorSubdiv[Index].NumEntries); in SubdivColorMap() 235 j < NewColorSubdiv[Index].NumEntries && QuantizedColor != NULL; in SubdivColorMap() 250 qsort(SortArray, NewColorSubdiv[Index].NumEntries, in SubdivColorMap() 254 for (j = 0; j < NewColorSubdiv[Index].NumEntries - 1; j++) in SubdivColorMap() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 75 offset_type NumEntries; variable 127 ++NumEntries; in insert() 128 if (4 * NumEntries >= 3 * NumBuckets) in insert() 167 NumEntries <= 2 ? 1 : NextPowerOf2(NumEntries * 4 / 3); in Emit() 218 LE.write<offset_type>(NumEntries); in Emit() 226 NumEntries = 0; in OnDiskChainedHashTableGenerator() 276 const typename Info::offset_type NumEntries; variable 289 OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries, 293 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() 309 offset_type NumEntries = in readNumBucketsAndEntries() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 87 void reserve(size_type NumEntries) { in reserve() argument 88 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() 106 unsigned NumEntries = getNumEntries(); in clear() local 111 --NumEntries; in clear() 116 assert(NumEntries == 0 && "Node count imbalance!"); in clear() 327 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries() argument 329 if (NumEntries == 0) in getMinBucketToReserveForEntries() 333 return NextPowerOf2(NumEntries * 4 / 3 + 1); in getMinBucketToReserveForEntries() 591 unsigned NumEntries; variable 625 std::swap(NumEntries, RHS.NumEntries); in swap() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 103 void reserve(size_type NumEntries) { in reserve() argument 104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() 128 unsigned NumEntries = getNumEntries(); in clear() local 133 --NumEntries; in clear() 138 assert(NumEntries == 0 && "Node count imbalance!"); in clear() 356 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries() argument 358 if (NumEntries == 0) in getMinBucketToReserveForEntries() 362 return NextPowerOf2(NumEntries * 4 / 3 + 1); in getMinBucketToReserveForEntries() 693 unsigned NumEntries; variable 732 std::swap(NumEntries, RHS.NumEntries); in swap() [all …]
|
D | MapVector.h | 64 void reserve(size_type NumEntries) { in reserve() argument 65 Map.reserve(NumEntries); in reserve() 66 Vector.reserve(NumEntries); in reserve()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringMap.cpp | 24 static unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries() argument 26 if (NumEntries == 0) in getMinBucketToReserveForEntries() 30 return NextPowerOf2(NumEntries * 4 / 3 + 1); in getMinBucketToReserveForEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | StringMap.cpp | 24 static unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries() argument 26 if (NumEntries == 0) in getMinBucketToReserveForEntries() 30 return NextPowerOf2(NumEntries * 4 / 3 + 1); in getMinBucketToReserveForEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 483 Sum.NumEntries += Counts.size(); in accumulateCounts() 587 Overlap.Overlap.NumEntries += 1; in overlap() 596 FuncLevelOverlap.Overlap.NumEntries = Other.Counts.size(); in overlap() 1193 Mismatch.NumEntries += 1; in addOneMismatch() 1203 Unique.NumEntries += 1; in addOneUnique() 1225 OS << " # of " << EntryName << " overlap: " << Overlap.NumEntries << "\n"; in dump() 1226 if (Mismatch.NumEntries) in dump() 1227 OS << " # of " << EntryName << " mismatch: " << Mismatch.NumEntries in dump() 1229 if (Unique.NumEntries) in dump() 1231 << " only in test_profile: " << Unique.NumEntries << "\n"; in dump() [all …]
|
D | InstrProfWriter.cpp | 202 Overlap.Overlap.NumEntries += 1; in overlapRecord() 328 uint32_t NumEntries = ProfileSummaryBuilder::DefaultCutoffs.size(); in writeImpl() local 329 uint32_t SummarySize = Summary::getSize(Summary::NumKinds, NumEntries); in writeImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEFrameLowering.h | 50 getCalleeSavedSpillSlots(unsigned &NumEntries) const override { in getCalleeSavedSpillSlots() argument 57 NumEntries = array_lengthof(Offsets); in getCalleeSavedSpillSlots()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 226 size_t NumEntries, in op_write_debug_line_info() argument 232 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info); in op_write_debug_line_info()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 146 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() argument 147 NumEntries = 0; in getCalleeSavedSpillSlots()
|
D | NonRelocatableStringpool.h | 61 unsigned NumEntries = 0; variable
|
/third_party/node/deps/icu-small/source/common/ |
D | ucmndata.h | 101 NumEntriesFn NumEntries; member
|
/third_party/icu/icu4c/source/common/ |
D | ucmndata.h | 101 NumEntriesFn NumEntries; member
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucmndata.h | 115 NumEntriesFn NumEntries; member
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucmndata.h | 115 NumEntriesFn NumEntries; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 146 int64_t NumEntries = j - i + 1; in findJumpTables() local 148 if (NumEntries == 1) in findJumpTables() 150 else if (NumEntries <= SmallNumberOfEntries) in findJumpTables() 152 else if (NumEntries >= MinJumpTableEntries) in findJumpTables()
|
D | NonRelocatableStringpool.cpp | 22 Entry.Index = NumEntries++; in getEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.h | 84 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots() argument 94 NumEntries = array_lengthof(Offsets); in getCalleeSavedSpillSlots()
|
/third_party/glib/gio/ |
D | gwin32networkmonitor.c | 143 networks = g_ptr_array_new_full (routes->NumEntries, g_object_unref); in win_network_monitor_process_table() 144 for (i = 0; i < routes->NumEntries; i++) in win_network_monitor_process_table()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 165 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
|
/third_party/node/deps/cares/src/lib/ |
D | ares__addrinfo_localhost.c | 144 for (i=0; i<table->NumEntries; i++) in ares__system_loopback_addrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 592 uint64_t NumEntries; member 595 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {} in CountSumOrPercent() 597 NumEntries = 0; in reset()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_pipeline_state.cpp | 224 pso_desc.StreamOutput.NumEntries = num_entries; in create_gfx_pipeline_state()
|