Searched defs:numAvail (Results 1 – 4 of 4) sorted by relevance
/external/oboe/samples/parselib/src/main/cpp/stream/ |
D | MemInputStream.cpp | 24 int32_t numAvail = mBufferLen - mPos; in read() local 33 int32_t numAvail = mBufferLen - mPos; in peek() local 41 int32_t numAvail = mBufferLen - mPos; in advance() local
|
/external/lzma/C/ |
D | LzmaEnc.c | 397 UInt32 numAvail; member 1109 UInt32 numAvail = p->numAvail; in ReadMatchDistances() local 1227 UInt32 numAvail; in GetOptimum() local 1444 unsigned numAvail; in GetOptimum() local 1972 UInt32 numAvail, mainDist; in GetOptimumFast() local
|
/external/coreboot/util/cbfstool/lzma/C/ |
D | LzmaEnc.c | 223 uint32_t numAvail; member 758 uint32_t numAvail = p->numAvail; in ReadMatchDistances() local 852 uint32_t numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local 1398 uint32_t numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local
|
/external/lzma/CPP/7zip/Compress/ |
D | DeflateEncoder.cpp | 288 UInt32 numAvail = Inline_MatchFinder_GetNumAvailableBytes(&_lzInWindow) + 1; in GetMatches() local
|