Home
last modified time | relevance | path

Searched refs:test_sync (Results 1 – 16 of 16) sorted by relevance

/external/liburing/test/
Dsq-space_left.c54 static int test_sync(void) in test_sync() function
152 ret = test_sync(); in main()
/external/oss-fuzz/projects/zlib/
Dexample_flush_fuzzer.c60 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, in test_sync() function
113 test_sync(compr, comprLen, uncompr, uncomprLen); in LLVMFuzzerTestOneInput()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dfuzzer_example_flush.c61 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen) { in test_sync() function
112 test_sync(compr, comprLen, uncompr, uncomprLen); in LLVMFuzzerTestOneInput()
/external/rust/crates/anyhow/tests/
Dtest_autotrait.rs10 fn test_sync() { in test_sync() function
/external/zstd/zlibWrapper/examples/
Dexample_original.c62 void test_sync OF((Byte *compr, uLong comprLen,
430 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function
608 test_sync(compr, comprLen, uncompr, uncomprLen);
Dexample.c67 void test_sync OF((Byte *compr, uLong comprLen,
438 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function
618 test_sync(compr, comprLen, uncompr, uncomprLen);
/external/python/cpython2/Modules/zlib/
Dexample.c45 void test_sync OF((Byte *compr, uLong comprLen,
413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function
591 test_sync(compr, comprLen, uncompr, uncomprLen);
DChangeLog1181 - in example.c use correct compressed length for test_sync
/external/rust/crates/libz-sys/src/zlib/test/
Dexample.c45 void test_sync OF((Byte *compr, uLong comprLen,
413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() function
592 test_sync(compr, comprLen, uncompr, uncomprLen);
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dexample.pas407 procedure test_sync(compr: Pointer; comprLen: LongInt; procedure
587 test_sync(compr, comprLen, uncompr, uncomprLen);
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c39 void test_sync (unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t unco…
443 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen) { in test_sync() function
996 test_sync(compr, comprLen, uncompr, uncomprLen); in main()
/external/rust/crates/same-file/src/
Dlib.rs568 fn test_sync() { in test_sync() function
/external/igt-gpu-tools/tests/
Dprime_vgem.c484 static void test_sync(int i915, int vgem, unsigned ring, uint32_t flags) in test_sync() function
855 test_sync(i915, vgem, e->exec_id, e->flags);
/external/zstd/zlibWrapper/
DREADME.md60 We were forced to turn off the following functions: `test_flush`, `test_sync` which use currently u…
/external/rust/crates/downcast-rs/src/
Dlib.rs463 test_name: test_sync,
/external/rust/crates/libz-sys/src/zlib/
DChangeLog1181 - in example.c use correct compressed length for test_sync