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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 287 UInt32 numFastBytes;
408 p->numFastBytes = fb;
833 if (lenRes == p->numFastBytes)
982 if (repLens[repMaxIndex] >= p->numFastBytes)
992 if (mainLen >= p->numFastBytes)
1139 if (newLen >= p->numFastBytes)
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 288 UInt32 numFastBytes;
409 p->numFastBytes = fb;
834 if (lenRes == p->numFastBytes)
983 if (repLens[repMaxIndex] >= p->numFastBytes)
993 if (mainLen >= p->numFastBytes)
1140 if (newLen >= p->numFastBytes)
    [all...]
  /external/lzma/C/
LzmaEnc.c 287 UInt32 numFastBytes;
408 p->numFastBytes = fb;
833 if (lenRes == p->numFastBytes)
982 if (repLens[repMaxIndex] >= p->numFastBytes)
992 if (mainLen >= p->numFastBytes)
1139 if (newLen >= p->numFastBytes)
    [all...]

Completed in 203 milliseconds