HomeSort by: relevance | last modified time | path
    Searched defs:startIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 77 SlotIndex startIndex() const { return Segments.start(); }
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 15208 size_t startIndex;
15239 startIndex = ( ( inResultCount > 0 ) && namesAreDynamic && !namesAreUnique ) ? 1 : 0;
15240 results = CFArrayCreateMutable( NULL, (CFIndex)( inResultCount - startIndex ), &kCFTypeArrayCallBacks );
15251 for( i = startIndex; i < inResultCount; ++i )
15306 for( i = startIndex; i < inResultCount; ++i )
    [all...]

Completed in 96 milliseconds