Searched defs:compr (Results 1 – 3 of 3) sorted by relevance
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | example.c | 59 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 169 void test_deflate(compr, comprLen) in test_deflate() argument 207 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument 248 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument 303 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument 344 void test_flush(compr, comprLen) in test_flush() argument 382 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 426 void test_dict_deflate(compr, comprLen) in test_dict_deflate() argument 463 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 518 Byte *compr, *uncompr; local
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | compr.h | 48 char compr; /* JFFS2_COMPR_XXX */ member
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2.h | 143 uint8_t compr; /* Compression algorithm used */ member 211 uint8_t compr; /* Compression algorithm used */ member
|