HomeSort by: relevance | last modified time | path
    Searched refs:test_flush (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/zstd/dist/zlibWrapper/examples/
example.c 3 * - test_flush() and test_sync() use functions not supported by zlibWrapper
66 void test_flush _Z_OF((Byte *compr, uLong *comprLen));
383 void test_flush(Byte *compr, uLong *comprLen) { function
586 test_flush(compr, &comprLen);
example_original.c 61 void test_flush _Z_OF((Byte *compr, uLong *comprLen));
382 void test_flush(Byte *compr, uLong comprLen) function
588 test_flush(compr, &comprLen);
  /src/external/gpl3/binutils/dist/zlib/
example.c 48 void test_flush OF((Byte *compr, uLong *comprLen));
344 void test_flush(compr, comprLen) function
554 test_flush(compr, &comprLen);
  /src/external/gpl3/binutils.old/dist/zlib/
example.c 48 void test_flush OF((Byte *compr, uLong *comprLen));
344 void test_flush(compr, comprLen) function
554 test_flush(compr, &comprLen);
  /src/external/gpl3/binutils.old/dist/zlib/test/
example.c 44 void test_flush OF((Byte *compr, uLong *comprLen));
375 void test_flush(compr, comprLen) function
590 test_flush(compr, &comprLen);
  /src/common/dist/zlib/test/
example.c 332 static void test_flush(Byte *compr, uLong *comprLen) { function
535 test_flush(compr, &comprLen);
  /src/external/gpl3/binutils/dist/zlib/test/
example.c 332 static void test_flush(Byte *compr, uLong *comprLen) { function
535 test_flush(compr, &comprLen);
  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 364 TEST_BEGIN(test_flush) {
627 test_flush,
  /src/common/dist/zlib/contrib/pascal/
example.pas 20 {$DEFINE TEST_FLUSH}
367 {$IFDEF TEST_FLUSH}
368 procedure test_flush(compr: Pointer; var comprLen : LongInt); procedure
581 {$IFDEF TEST_FLUSH}
583 test_flush(compr, comprLen);
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
example.pas 20 {$DEFINE TEST_FLUSH}
367 {$IFDEF TEST_FLUSH}
368 procedure test_flush(compr: Pointer; var comprLen : LongInt); procedure
581 {$IFDEF TEST_FLUSH}
583 test_flush(compr, comprLen);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
example.pas 20 {$DEFINE TEST_FLUSH}
367 {$IFDEF TEST_FLUSH}
368 procedure test_flush(compr: Pointer; var comprLen : LongInt); procedure
581 {$IFDEF TEST_FLUSH}
583 test_flush(compr, comprLen);

Completed in 48 milliseconds