/external/liburing/test/ |
D | sq-space_left.c | 54 static int test_sync(void) in test_sync() function 152 ret = test_sync(); in main()
|
/external/oss-fuzz/projects/zlib/ |
D | example_flush_fuzzer.c | 60 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/ |
D | fuzzer_example_flush.c | 61 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/ |
D | test_autotrait.rs | 10 fn test_sync() { in test_sync() function
|
/external/zstd/zlibWrapper/examples/ |
D | example_original.c | 62 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);
|
D | example.c | 67 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/ |
D | example.c | 45 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);
|
D | ChangeLog | 1181 - in example.c use correct compressed length for test_sync
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | example.c | 45 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/ |
D | example.pas | 407 procedure test_sync(compr: Pointer; comprLen: LongInt; procedure 587 test_sync(compr, comprLen, uncompr, uncomprLen);
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | example.c | 39 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/ |
D | lib.rs | 568 fn test_sync() { in test_sync() function
|
/external/igt-gpu-tools/tests/ |
D | prime_vgem.c | 484 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/ |
D | README.md | 60 We were forced to turn off the following functions: `test_flush`, `test_sync` which use currently u…
|
/external/rust/crates/downcast-rs/src/ |
D | lib.rs | 463 test_name: test_sync,
|
/external/rust/crates/libz-sys/src/zlib/ |
D | ChangeLog | 1181 - in example.c use correct compressed length for test_sync
|