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

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
chain.d 24 void causeExceptionChain(size_t chainLength, size_t errorIndex)
49 throws(chainLength - 1);
  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 588 U32 const chainLength = chainPackedPointer & 0xFF;
590 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts;

Completed in 42 milliseconds