HomeSort by: relevance | last modified time | path
    Searched refs:srcIdx (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/match_finders/
zstd_edist.c 51 U32 srcIdx;
129 S32 srcIdx;
134 for (dictIdx = dictIdx0, srcIdx = dictIdx0 - diag;
135 dictIdx < dictHigh && srcIdx < srcHigh && dict[dictIdx] == src[srcIdx];
136 dictIdx++, srcIdx++) continue;
145 partition->srcMid = srcIdx;
169 S32 srcIdx;
174 for (dictIdx = dictIdx0, srcIdx = dictIdx0 - diag;
175 dictLow < dictIdx && srcLow < srcIdx && dict[dictIdx - 1] == src[srcIdx - 1]
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h 260 unsigned srcIdx;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 142 fn->srcIdx = r.first->second;
340 StringRef GCOVFunction::getFilename() const { return file.filenames[srcIdx]; }
649 SourceInfo &si = sources[f.srcIdx];

Completed in 79 milliseconds