HomeSort by relevance Sort by last modified time
    Searched refs:olimit (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
hashtab.c 521 PTR *olimit; local
530 olimit = oentries + osize;
573 while (p < olimit);
  /external/lz4/lib/
lz4.c 484 BYTE* const olimit = op + maxOutputSize; local
555 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit)))
595 (unlikely(op + (1 + LASTLITERALS) + (matchCode>>8) > olimit)) )
    [all...]

Completed in 113 milliseconds