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

  /external/lzma/C/
LzmaLib.h 32 outPropsSize -
33 In: the pointer to the size of outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
34 Out: the pointer to the size of written properties in outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
97 unsigned char *outProps, size_t *outPropsSize, /* *outPropsSize must be = 5 */
LzmaLib.c 16 unsigned char *outProps, size_t *outPropsSize,
36 return LzmaEncode(dest, destLen, src, srcLen, &props, outProps, outPropsSize, 0,
Lzma86Enc.c 74 size_t outPropsSize = 5;
84 &props, dest + 1, &outPropsSize, 0,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaCompress.c 160 size_t outPropsSize = LZMA_PROPS_SIZE;
164 &props, outBuffer, &outPropsSize, 0,

Completed in 108 milliseconds