Searched refs:Count (Results 201 - 225 of 501) sorted by relevance

1234567891011>>

/external/libnfc-nxp/src/
H A DphFriNfc_NdefReg.c374 NdefReg->CbParam->Count = count;
380 NdefReg->CbParam->Count = 0;
595 NdefReg->CbParam->Count = count;
631 NdefReg->CbParam->Count = count;
637 NdefReg->CbParam->Count = 0;
/external/llvm/include/llvm/Support/
H A DGCOV.h253 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D), Count(0) {}
257 uint64_t Count; member in struct:llvm::GCOVEdge
294 EdgeWeight(GCOVBlock *D): Dst(D), Count(0) {}
297 uint64_t Count; member in struct:llvm::GCOVBlock::EdgeWeight
408 uint64_t Count) const;
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp117 uint64_t Count;
118 if ((Line++)->getAsInteger(10, Count))
120 Counts.push_back(Count);
265 for (uint64_t Count : RawCounts)
266 Counts.push_back(swap(Count));
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h124 GLuint newvert = VB->Count;
192 GLuint newvert = VB->Count;
242 ASSERT( inlist[0] >= VB->Count );
272 GLuint newvert = VB->Count;
305 ASSERT( inlist[0] >= VB->Count );
H A Dt_vb_light.c347 VB->Count );
352 _mesa_vector4f_clean_elem(&store->Input, VB->Count, 2);
358 _mesa_vector4f_clean_elem(&store->Input, VB->Count, 1);
/external/chromium_org/base/metrics/
H A Dhistogram.cc57 INT_MAX / sizeof(HistogramBase::Count) <= *bucket_count ||
81 typedef HistogramBase::Count Count; typedef in namespace:base
327 double Histogram::GetBucketSize(Count current, size_t i) const {
380 Count sample_count = snapshot->TotalCount();
413 Count current = snapshot->GetCountAtIndex(i);
452 Count sample_count,
470 const Count current,
489 void Histogram::GetCountAndBucketData(Count* count,
595 double LinearHistogram::GetBucketSize(Count curren
[all...]
H A Dhistogram_snapshot_manager.cc103 HistogramBase::Count discrepancy =
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp38 unsigned Count = 0;
40 for (; Count != MinSize; ++Count)
41 if (LIds[Count] != RIds[Count])
42 return Count;
44 return Count;
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h224 /// @param Count Number of elements to copy.
227 unsigned j, unsigned Count) {
228 assert(i + Count <= M && "Invalid source range");
229 assert(j + Count <= N && "Invalid dest range");
230 for (unsigned e = i + Count; i != e; ++i, ++j) {
239 /// @param Count Number of elements to copy.
240 void moveLeft(unsigned i, unsigned j, unsigned Count) { argument
242 copy(*this, i, j, Count);
248 /// @param Count Number of elements to copy.
249 void moveRight(unsigned i, unsigned j, unsigned Count) { argument
226 copy(const NodeBase<T1, T2, M> &Other, unsigned i, unsigned j, unsigned Count) argument
285 transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, unsigned Count) argument
296 transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, unsigned Count) argument
312 unsigned Count = std::min(std::min(unsigned(Add), SSize), N - Size); local
317 unsigned Count = std::min(std::min(unsigned(-Add), Size), N - SSize); local
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp217 unsigned Count; member in class:__anon17861::PGOHash
258 PGOHash() : Working(0), Count(0) {}
750 if (Count && Count % NumTypesPerWord == 0) {
758 ++Count;
764 if (Count <= NumTypesPerWord)
911 llvm::Value *Count = Builder.CreateLoad(Addr, "pgocount"); local
912 Count = Builder.CreateAdd(Count, Builder.getInt64(1));
913 Builder.CreateStore(Count, Add
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.m147 FOLLOW_INT_in_rule26 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_rule26_data Count:(NSUInteger)1] retain];
148 FOLLOW_subrule_in_rule28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_subrule_in_rule28_data Count:(NSUInteger)1] retain];
149 FOLLOW_INT_in_subrule53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_subrule53_data Count:(NSUInteger)1] retain];
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp169 unsigned Count,
172 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag);
177 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag);
221 unsigned Count, const void *SymbolTag) {
224 SymbolMetadata::Profile(profile, R, S, T, Count, SymbolTag);
229 new (SD) SymbolMetadata(SymbolCounter, R, S, T, Count, SymbolTag);
166 conjureSymbol(const Stmt *E, const LocationContext *LCtx, QualType T, unsigned Count, const void *SymbolTag) argument
220 getMetadataSymbol(const MemRegion* R, const Stmt *S, QualType T, unsigned Count, const void *SymbolTag) argument
/external/chromium_org/net/dns/
H A Ddns_session.cc45 // Count of consecutive failures after last success.
271 COMPILE_ASSERT(std::numeric_limits<base::HistogramBase::Count>::is_signed,
278 base::HistogramBase::Count total = samples.TotalCount();
279 base::HistogramBase::Count remaining_count = kRTOPercentile * total / 100;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_light.c347 VB->Count );
352 _mesa_vector4f_clean_elem(&store->Input, VB->Count, 2);
358 _mesa_vector4f_clean_elem(&store->Input, VB->Count, 1);
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs70 int current_pids = comboBoxFilter.Items.Count;
71 int table_pids = stats_table_.Processes.Count;
268 for (int i = 0; i < listViewCounters.Items.Count; i++) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonToken.cs117 if (start <= stop && stop < input.Count)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventBuilder.java38 * Sets the Count modifier.
44 EventMod mod = createModifier(EventMod.ModKind.Count);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderTarget11.cpp42 *samples = texDesc.SampleDesc.Count > 1 ? texDesc.SampleDesc.Count : 0;
296 desc.SampleDesc.Count = (supportedSamples == 0) ? 1 : supportedSamples;
313 bindSRV = !(formatInfo.dsvFormat != DXGI_FORMAT_UNKNOWN && desc.SampleDesc.Count > 1);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h89 unsigned Count; member in struct:rc_constant_list
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp41 swap_chain_desc.SampleDesc.Count = 1;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.cpp53 texd.SampleDesc.Count = 1;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c360 # define YYCOPY(To, From, Count) \
361 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
363 # define YYCOPY(To, From, Count) \
367 for (yyi = 0; yyi < (Count); yyi++) \
1345 /* Count tokens shifted since error; after three, turn off error
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h89 unsigned Count; member in struct:rc_constant_list
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp41 swap_chain_desc.SampleDesc.Count = 1;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.cpp53 texd.SampleDesc.Count = 1;

Completed in 2065 milliseconds

1234567891011>>