Searched refs:Count (Results 226 - 250 of 501) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPixelFormats.h197 UINT Count; // number of color entries member in struct:ColorPalette
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_vertex.c171 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 2 );
174 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 3 );
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_neon.S145 vcls.s32 d1, d0 @ Count leading extra sign bits.
150 vcls.s32 d1, d0 @ Count again the leading extra sign bits.
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_vertex.c171 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 2 );
174 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 3 );
/external/llvm/lib/Support/
H A DAPInt.cpp698 unsigned Count = BitsInMSW;
701 Count += APINT_BITS_PER_WORD;
703 Count += llvm::countLeadingZeros(pVal[i-1]);
707 return Count;
723 unsigned Count = CountLeadingOnes_64(pVal[i] << shift);
724 if (Count == highWordBits) {
727 Count += APINT_BITS_PER_WORD;
729 Count += CountLeadingOnes_64(pVal[i]);
734 return Count;
740 unsigned Count
[all...]
H A DStringRef.cpp304 size_t Count = 0;
310 ++Count;
311 return Count;
/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp74 unsigned Count = 4; // At most 4 instructions in an IT block. local
75 while (Count && MBBI != E) {
82 if (Count == 4)
85 unsigned MaskOn = 1 << Count;
92 --Count;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas256 CheckEquals(FIList.Count,4);
389 CheckEquals(FIList.Count,0);
488 CheckEquals(FIDictionary.Count,3);
594 CheckEquals(2, Locals.Count);
619 CheckEquals(3, Locals.Count);
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp26 // Return a mask with Count low bits set.
27 static uint64_t allOnes(unsigned int Count) { argument
28 return Count == 0 ? 0 : (uint64_t(1) << (Count - 1) << 1) - 1;
336 unsigned Count = 0; local
349 ++Count;
352 return Count;
384 unsigned Count = 0; local
389 ++Count;
394 ++Count;
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp140 const Expr *E, unsigned Count,
151 return invalidateRegionsImpl(Values, E, Count, LCtx, CausedByPointerEscape,
157 const Expr *E, unsigned Count,
164 return invalidateRegionsImpl(Values, E, Count, LCtx, CausedByPointerEscape,
170 const Expr *E, unsigned Count,
191 = Mgr.StoreMgr->invalidateRegions(getStore(), Values, E, Count, LCtx, Call,
209 Mgr.StoreMgr->invalidateRegions(getStore(), Values, E, Count, LCtx, Call,
139 invalidateRegions(RegionList Regions, const Expr *E, unsigned Count, const LocationContext *LCtx, bool CausedByPointerEscape, InvalidatedSymbols *IS, const CallEvent *Call, RegionAndSymbolInvalidationTraits *ITraits) const argument
156 invalidateRegions(ValueList Values, const Expr *E, unsigned Count, const LocationContext *LCtx, bool CausedByPointerEscape, InvalidatedSymbols *IS, const CallEvent *Call, RegionAndSymbolInvalidationTraits *ITraits) const argument
169 invalidateRegionsImpl(ValueList Values, const Expr *E, unsigned Count, const LocationContext *LCtx, bool CausedByPointerEscape, InvalidatedSymbols *IS, RegionAndSymbolInvalidationTraits *ITraits, const CallEvent *Call) const argument
/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp416 for (unsigned Count = 0; MBBI != E && Count < Limit; ++MBBI) {
424 ++Count;
668 for (unsigned Count = 0; MBBI != E; ++MBBI) {
676 ++Count;
721 for (unsigned Count = 0; MBBI != B; --MBBI) {
729 ++Count;
/external/llvm/include/llvm/ADT/
H A DStringRef.h323 size_t Count = 0;
326 ++Count;
327 return Count;
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp49 AllocaInst **Roots, unsigned Count);
173 unsigned Count) {
189 for (AllocaInst **I = Roots, **E = Roots + Count; I != E; ++I)
172 InsertRootInitializers(Function &F, AllocaInst **Roots, unsigned Count) argument
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1584 // Count the number of occurrences of this value.
1585 unsigned Count = 1;
1587 ++Count;
1589 if (Count > 1)
1590 FactorPowerSum += Count;
1605 // Count the number of occurrences of this value.
1606 unsigned Count = 1;
1608 ++Count;
1609 if (Count == 1)
1612 Count
[all...]
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp237 printSEHTable(const COFFObjectFile *Obj, uint32_t TableVA, int Count) { argument
238 if (Count == 0)
250 for (int I = 0; I < Count; ++I)
297 << "\n SEH Count: " << LoadConf->SEHandlerCount
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp194 unsigned Count = 0; local
196 Count += ShufTab[i].Cost < 100;
197 return Count;
/external/openfst/src/include/fst/
H A Dinterval-set.h89 T Count() const { return count_; } function in class:fst::IntervalSet
341 if (iset.Count() > Count())
/external/oprofile/events/i386/nehalem/
H A Dunit_masks347 0x01 hit Count L2 HW prefetcher detector hits
348 0x02 alloc Count L2 HW prefetcher allocations
349 0x04 data_trigger Count L2 HW data prefetcher triggered
350 0x08 code_trigger Count L2 HW code prefetcher triggered
351 0x10 dca_trigger Count L2 HW DCA prefetcher triggered
352 0x20 kick_start Count L2 HW prefetcher kick started
/external/chromium_org/chrome/browser/extensions/api/metrics_private/
H A Dmetrics_apitest.cc152 base::HistogramBase::Count sample_count = snapshot->TotalCount();
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.h93 static int Count();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_fs.c258 unsigned imm_end = generic_code->constants.Count;
496 compiler.Base.Program.Constants.Count > 200) {
545 i < shader->code.constants.Count &&
552 for (i = shader->externals_count; i < shader->code.constants.Count; i++) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp97 swap_chain_desc.SampleDesc.Count = 1;
H A Dd3d10x11main.cpp67 swap_chain_desc.SampleDesc.Count = 1;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp97 swap_chain_desc.SampleDesc.Count = 1;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_maos_arrays.c82 GLuint count = VB->Count;

Completed in 5601 milliseconds

1234567891011>>