HomeSort by relevance Sort by last modified time
    Searched refs:Count (Results 151 - 175 of 476) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 59 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/chromium_org/base/metrics/
histogram.h 29 // bucket count as 2 (when you give a custom ranges vector containing only 1
31 // For these 3 kinds of histograms, the max bucket count is always
35 // might contain (sequentially) the count of values in the following intervals:
39 // Histogram count("some name", 1, 64, 8);
321 typedef std::vector<Count> Counts;
351 // redundant count that doesn't match the sample count. We allow for a
414 virtual double GetBucketSize(Count current, size_t i) const;
451 Count sample_count,
456 void WriteAsciiBucketContext(const int64 past, const Count current
    [all...]
sample_map_unittest.cc 68 HistogramBase::Count count; local
70 it->Get(&min, &max, &count);
73 EXPECT_EQ(100, count);
77 it->Get(&min, &max, &count);
80 EXPECT_EQ(200, count);
83 it->Get(&min, &max, &count);
86 EXPECT_EQ(-300, count);
89 it->Get(&min, &max, &count);
92 EXPECT_EQ(0, count);
109 HistogramBase::Count count; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ANTLRxxxxStreamFixture.cs 79 Assert.AreEqual(0, inputStream.Count);
90 Assert.AreEqual(grammarStr.Length, inputStream.Count);
109 while (inputStream.Index < inputStream.Count)
113 Assert.AreEqual(inputStream.Index, inputStream.Count);
124 while (inputStream.Index < inputStream.Count)
129 Assert.AreEqual(inputStream.Index, inputStream.Count);
295 Assert.AreEqual(0, s1.Count);
303 Assert.AreEqual(7, s1.Count);
306 Assert.AreEqual(grammarStr.Length, s2.Count);
309 Assert.AreEqual(10, s3.Count);
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 168 void Observe(MachineInstr *MI, unsigned Count);
310 unsigned Count = MBB->size(), CurrentCount = Count;
313 --Count;
318 Scheduler.enterRegion(MBB, I, Current, CurrentCount - Count);
324 CurrentCount = Count;
329 Count -= MI->getBundleSize();
331 assert(Count == 0 && "Instruction count mismatch!");
333 "Instruction count mismatch!")
    [all...]
AggressiveAntiDepBreaker.cpp 75 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
190 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count,
192 assert(Count < InsertPosIndex && "Instruction index out of expected range!");
196 PrescanInstruction(MI, Count, PassthruRegs);
197 ScanInstruction(MI, Count);
217 && (DefIndices[Reg] >= Count)) {
218 DefIndices[Reg] = Count;
266 if (RegSet.count(Reg) == 0) {
336 unsigned Count,
353 HandleLastUse(Reg, Count + 1, "", "\tDead Def: ", "\n")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
feedback.c 98 ctx->Feedback.Count = 0; /* Becaues of this. */
457 if (ctx->Feedback.Count > ctx->Feedback.BufferSize) {
462 result = ctx->Feedback.Count;
464 ctx->Feedback.Count = 0;
534 ctx->Feedback.Count = 0;
  /external/mesa3d/src/mesa/main/
feedback.c 98 ctx->Feedback.Count = 0; /* Becaues of this. */
457 if (ctx->Feedback.Count > ctx->Feedback.BufferSize) {
462 result = ctx->Feedback.Count;
464 ctx->Feedback.Count = 0;
534 ctx->Feedback.Count = 0;
  /external/llvm/include/llvm/ADT/
IntervalMap.h 224 /// @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) {
242 copy(*this, i, j, Count);
248 /// @param Count Number of elements to copy.
249 void moveRight(unsigned i, unsigned j, unsigned Count) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 149 FOLLOW_INT_in_rule26 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_rule26_data Count:(NSUInteger)1] retain];
150 FOLLOW_subrule_in_rule28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_subrule_in_rule28_data Count:(NSUInteger)1] retain];
151 FOLLOW_INT_in_subrule53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_subrule53_data Count:(NSUInteger)1] retain];
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 99 GLuint count = clip->count; local
101 for (nr = 0, i = 0 ; i < count ; i++) {
117 if (nr == count) {
353 for (i = 0; i < VB->Count; i++) {
432 for (i = 0; i < VB->Count; i++) {
439 for (i = 0; i < VB->Count; i++) {
460 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 2 );
463 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 3 );
475 VB->ClipPtr->count = VB->Count
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 207 size_t Count = PreprocessedEntities.size();
217 while (Count > 0) {
218 Half = Count/2;
225 Count = Count - Half - 1;
227 Count = Half;
284 unsigned count = 0; local
287 RI != Begin && count < 4; --RI, ++count) {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 76 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
244 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
245 // If the count is not 4-byte aligned, we must be writing data into the text
248 if ((Count & 3) != 0) {
249 for (uint64_t i = 0, e = (Count & 3); i != e; ++i)
254 Count /= 4;
255 for (uint64_t i = 0; i != Count; ++i)
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 99 GLuint count = clip->count; local
101 for (nr = 0, i = 0 ; i < count ; i++) {
117 if (nr == count) {
353 for (i = 0; i < VB->Count; i++) {
432 for (i = 0; i < VB->Count; i++) {
439 for (i = 0; i < VB->Count; i++) {
460 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 2 );
463 _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 3 );
475 VB->ClipPtr->count = VB->Count
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 193 public virtual int Count {
206 if (markDepth >= markers.Count) {
CommonToken.cs 107 if (start < input.Count && stop < input.Count)
UnwantedTokenException.cs 82 string expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Expecting] : Expecting.ToString();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 218 public virtual int Count
235 if ( markDepth >= markers.Count )
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 189 FOLLOW_decl_in_start41 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_decl_in_start41_data Count:(NSUInteger)1] retain];
190 FOLLOW_type_in_decl50 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_type_in_decl50_data Count:(NSUInteger)1] retain];
191 FOLLOW_ID_in_decl52 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_ID_in_decl52_data Count:(NSUInteger)1] retain];
192 FOLLOW_10_in_decl54 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_10_in_decl54_data Count:(NSUInteger)1] retain];
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger_unittest.cc 22 base::HistogramBase::Count GetTotalCount(const std::string& histogram_name) {
29 base::HistogramBase::Count GetBinCount(const std::string& histogram_name,
  /external/chromium_org/third_party/skia/src/utils/
SkParse.cpp 65 int SkParse::Count(const char str[])
68 int count = 0; local
71 count++;
83 return count;
86 int SkParse::Count(const char str[], char separator)
89 int count = 0; local
92 count++;
104 return count;
216 const char* SkParse::FindScalars(const char str[], SkScalar value[], int count)
218 SkASSERT(count >= 0)
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 181 uint8_t Count = ((Opcode1 & 0x0f) >> 0);
182 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
201 uint8_t Count = ((Opcode1 & 0x0f) >> 0);
202 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "wR");
222 uint8_t Count = ((Opcode1 & 0x0f) >> 0);
223 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
232 uint8_t Count = ((Opcode1 & 0x0f) >> 0);
233 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 78 int m = X.Count;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonErrorNode.cs 74 j = ((ITokenStream)input).Count;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonErrorNode.cs 84 j = ( (ITokenStream)input ).Count;

Completed in 899 milliseconds

1 2 3 4 5 67 8 91011>>