HomeSort by relevance Sort by last modified time
    Searched refs:Count (Results 226 - 250 of 698) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 74 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
183 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count,
185 assert(Count < InsertPosIndex && "Instruction index out of expected range!");
189 PrescanInstruction(MI, Count, PassthruRegs);
190 ScanInstruction(MI, Count);
210 && (DefIndices[Reg] >= Count)) {
211 DefIndices[Reg] = Count;
336 unsigned Count,
353 HandleLastUse(Reg, Count + 1, "", "\tDead Def: ", "\n");
405 if (MI->isKill() || (PassthruRegs.count(Reg) != 0)
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 225 /// @param Count Number of elements to copy.
228 unsigned j, unsigned Count) {
229 assert(i + Count <= M && "Invalid source range");
230 assert(j + Count <= N && "Invalid dest range");
231 for (unsigned e = i + Count; i != e; ++i, ++j) {
240 /// @param Count Number of elements to copy.
241 void moveLeft(unsigned i, unsigned j, unsigned Count) {
243 copy(*this, i, j, Count);
249 /// @param Count Number of elements to copy.
250 void moveRight(unsigned i, unsigned j, unsigned Count) {
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 91 function Read(var Buffer; Count: Longint): Longint; override;
92 function Write(const Buffer; Count: Longint): Longint; override;
120 function Read(var Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
228 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
230 FillChar(P^, count, B);
233 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
235 Move(source^, dest^, count);
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint;
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_map.i 53 public int Count {
70 int size = this.Count;
123 if (arrayIndex+this.Count > array.Length)
127 for (int i = 0; i < keyList.Count; i++) {
164 currentSize = collectionRef.Count;
188 int size = collectionRef.Count;
203 if (collectionRef.Count != currentSize) {
std_vector.i 71 public int Count {
89 CopyTo(0, array, 0, this.Count);
98 CopyTo(0, array, arrayIndex, this.Count);
102 public void CopyTo(int index, System.Array array, int arrayIndex, int count)
104 public void CopyTo(int index, $typemap(cstype, CTYPE)[] array, int arrayIndex, int count)
113 if (count < 0)
114 throw new ArgumentOutOfRangeException("count", "Value is less than zero");
117 if (index+count > this.Count || arrayIndex+count > array.Length
    [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/clang/lib/Lex/
PreprocessingRecord.cpp 205 size_t Count = PreprocessedEntities.size();
215 while (Count > 0) {
216 Half = Count/2;
223 Count = Count - Half - 1;
225 Count = Half;
283 unsigned count = 0; local
286 RI != Begin && count < 4; --RI, ++count) {
  /external/dng_sdk/source/
dng_iptc.cpp 98 if (fSupplementalCategories.Count () > 0)
103 if (fKeywords.Count () > 0)
123 if (fAuthors.Count () != 0 ||
782 for (j = 0; j < fSupplementalCategories.Count (); j++)
793 for (j = 0; j < fKeywords.Count (); j++)
880 for (j = 0; j < fAuthors.Count (); j++)
  /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 )
UnbufferedTokenStream.cs 135 _realTokens[_realTokens.Count - 1] = PreviousElement;
UnwantedTokenException.cs 95 string expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Expecting] : Expecting.ToString();
  /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/compiler-rt/lib/profile/
InstrProfilingValue.c 119 CurrentVNode->VData.Count++;
135 CurrentVNode->VData.Count++;
212 * very low taken count.
  /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/skia/src/utils/
SkParse.cpp 67 int SkParse::Count(const char str[])
70 int count = 0; local
73 count++;
85 return count;
88 int SkParse::Count(const char str[], char separator)
91 int count = 0; local
94 count++;
106 return count;
218 const char* SkParse::FindScalars(const char str[], SkScalar value[], int count)
220 SkASSERT(count >= 0)
    [all...]
  /external/skia/tests/
SVGDeviceTest.cpp 52 REPORTER_ASSERT(reporter, SkParse::Count(x) == xposCount);
69 REPORTER_ASSERT(reporter, SkParse::Count(y) == yposCount);
  /external/v8/test/mjsunit/
debug-allscopes-on-debugger.js 15 // Count number of expected breakpoints in this source file.
  /prebuilts/tools/linux-x86_64/kythe/proto/
storage.proto 50 // Count returns the number of entries in the given shard.
51 rpc Count(CountRequest) returns (CountReply) {}
  /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 1817 milliseconds

1 2 3 4 5 6 7 8 91011>>