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

  /external/lz4/lib/
lz4frame.h 133 /* LZ4F_frameInfo_t :
144 } LZ4F_frameInfo_t;
151 LZ4F_frameInfo_t frameInfo;
297 * Frame header info is *copied into* an already allocated LZ4F_frameInfo_t structure.
303 LZ4F_frameInfo_t* frameInfoPtr,
lz4frame.c 490 * The LZ4F_frameInfo_t structure is optional : if NULL, preferences will be set to cover worst case situations.
731 LZ4F_frameInfo_t frameInfo;
    [all...]
  /external/lz4/examples/
frameCompress.c 117 static size_t get_block_size(const LZ4F_frameInfo_t* info) {
158 LZ4F_frameInfo_t info;
  /external/lz4/tests/
frametest.c 209 LZ4F_frameInfo_t frame_info;
272 LZ4F_frameInfo_t fi;
    [all...]

Completed in 192 milliseconds