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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.c 237 size_t numSons;
242 numSons = newCyclicBufferSize;
244 numSons <<= 1;
245 newSize = hs + numSons;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 239 size_t numSons;
244 numSons = newCyclicBufferSize;
246 numSons <<= 1;
247 newSize = hs + numSons;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 239 size_t numSons;
244 numSons = newCyclicBufferSize;
246 numSons <<= 1;
247 newSize = hs + numSons;
  /external/lzma/C/
LzFind.c 237 size_t numSons;
242 numSons = newCyclicBufferSize;
244 numSons <<= 1;
245 newSize = hs + numSons;

Completed in 149 milliseconds