HomeSort by relevance Sort by last modified time
    Searched full:tailsize (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Common/
CommandLineParser.cpp 129 int tailSize = len - pos;
135 if (tailSize == 0)
147 if (tailSize < switchForm.MinLen)
151 if (tailSize == 0)
170 if (tailSize < minLen)
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 105 int tailSize = len - pos;
111 if (tailSize == 0)
123 if (tailSize < switchForm.MinLen)
127 if (tailSize == 0)
146 if (tailSize < minLen)
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 858 int tailsize = mPlayListLen - position; local
    [all...]

Completed in 166 milliseconds