HomeSort by relevance Sort by last modified time
    Searched refs:test_compress (Results 1 - 25 of 28) sorted by null

1 2

  /external/lz4/tests/
fasttest.c 24 int test_compress(const char *input, int inSize, char *output, int outSize) function
124 if ((r = test_compress(input, sizeof(input), output, sizeof(output)))) {
  /external/lz4/examples/
HCStreaming_ringBuffer.c 54 void test_compress(FILE* outFp, FILE* inpFp) function
191 test_compress(outFp, inpFp);
blockStreaming_doubleBuffer.c 39 void test_compress(FILE* outFp, FILE* inpFp) function
164 test_compress(outFp, inpFp);
blockStreaming_lineByLine.c 37 static void test_compress( function
178 test_compress(outFp, inpFp, MESSAGE_MAX_BYTES, RING_BUFFER_BYTES);
blockStreaming_ringBuffer.c 51 void test_compress(FILE* outFp, FILE* inpFp) function
167 test_compress(outFp, inpFp);
dictionaryRandomAccess.c 56 void test_compress(FILE* outFp, FILE* inpFp, void *dict, int dictSize) function
241 test_compress(outFp, inpFp, dict, dictSize);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
example.c 80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncompr, uncomprLen) function
578 test_compress(compr, comprLen, uncompr, uncomprLen);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
example.c 37 void test_compress OF((Byte *compr, uLong comprLen,
59 void test_compress(compr, comprLen, uncompr, uncomprLen) function
543 test_compress(compr, comprLen, uncompr, uncomprLen);
  /external/python/cpython2/Modules/zlib/
example.c 80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncompr, uncomprLen) function
578 test_compress(compr, comprLen, uncompr, uncomprLen);
  /external/python/cpython3/Modules/zlib/
example.c 80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncompr, uncomprLen) function
578 test_compress(compr, comprLen, uncompr, uncomprLen);
  /external/zlib/src/test/
example.c 80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncompr, uncomprLen) function
579 test_compress(compr, comprLen, uncompr, uncomprLen);
  /toolchain/binutils/binutils-2.27/zlib/
example.c 37 void test_compress OF((Byte *compr, uLong comprLen,
59 void test_compress(compr, comprLen, uncompr, uncomprLen) function
543 test_compress(compr, comprLen, uncompr, uncomprLen);
  /toolchain/binutils/binutils-2.27/zlib/test/
example.c 80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncompr, uncomprLen) function
578 test_compress(compr, comprLen, uncompr, uncomprLen);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aifc.py 71 def test_compress(self): member in class:AIFCTest
test_itertools.py 311 def test_compress(self): member in class:TestBasicOps
941 def test_compress(self): member in class:TestExamples
1028 def test_compress(self): member in class:TestGC
1190 def test_compress(self): member in class:TestVariousIteratorArgs
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 72 def test_compress(self): member in class:AIFCTest
test_itertools.py 315 def test_compress(self): member in class:TestBasicOps
956 def test_compress(self): member in class:TestExamples
1043 def test_compress(self): member in class:TestGC
1205 def test_compress(self): member in class:TestVariousIteratorArgs
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 72 def test_compress(self): member in class:AIFCTest
test_itertools.py 315 def test_compress(self): member in class:TestBasicOps
956 def test_compress(self): member in class:TestExamples
1043 def test_compress(self): member in class:TestGC
1205 def test_compress(self): member in class:TestVariousIteratorArgs
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 72 def test_compress(self): member in class:AIFCTest
test_itertools.py 315 def test_compress(self): member in class:TestBasicOps
956 def test_compress(self): member in class:TestExamples
1043 def test_compress(self): member in class:TestGC
1205 def test_compress(self): member in class:TestVariousIteratorArgs
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 72 def test_compress(self): member in class:AIFCTest
  /external/zlib/src/contrib/pascal/
example.pas 16 {$DEFINE TEST_COMPRESS}
55 {$IFDEF TEST_COMPRESS}
56 procedure test_compress(compr: Pointer; comprLen: LongInt; procedure
550 {$IFDEF TEST_COMPRESS}
552 test_compress(compr, comprLen, uncompr, uncomprLen);
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
example.pas 16 {$DEFINE TEST_COMPRESS}
55 {$IFDEF TEST_COMPRESS}
56 procedure test_compress(compr: Pointer; comprLen: LongInt; procedure
550 {$IFDEF TEST_COMPRESS}
552 test_compress(compr, comprLen, uncompr, uncomprLen);
  /external/python/cpython2/Lib/test/
test_itertools.py 330 def test_compress(self): member in class:TestBasicOps
1023 def test_compress(self): member in class:TestExamples
1110 def test_compress(self): member in class:TestGC
1272 def test_compress(self): member in class:TestVariousIteratorArgs
    [all...]

Completed in 907 milliseconds

1 2