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

  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 413 size_t nameStartPos = 0;
421 nameStartPos = j + 1;
433 const WCHAR *name = temp + nameStartPos;
435 unsigned nameLen = FindExt(temp + nameStartPos, &extLen);
439 unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12));

Completed in 3928 milliseconds