| 54 UCX_TEST(test_ucx_buffer_read); |
54 UCX_TEST(test_ucx_buffer_read); |
| 55 UCX_TEST(test_ucx_buffer_read_oob); |
55 UCX_TEST(test_ucx_buffer_read_oob); |
| 56 UCX_TEST(test_ucx_buffer_extract); |
56 UCX_TEST(test_ucx_buffer_extract); |
| 57 UCX_TEST(test_ucx_buffer_extract_oob); |
57 UCX_TEST(test_ucx_buffer_extract_oob); |
| 58 UCX_TEST(test_ucx_buffer_extract_overflow); |
58 UCX_TEST(test_ucx_buffer_extract_overflow); |
| |
59 UCX_TEST(test_ucx_buffer_extend); |
| |
60 UCX_TEST(test_ucx_buffer_write); |
| |
61 UCX_TEST(test_ucx_buffer_write_oob); |
| |
62 UCX_TEST(test_ucx_buffer_write_ax); |
| 59 |
63 |
| 60 UCX_TEST(test_ucx_buffer_write); |
|
| 61 UCX_TEST(test_ucx_buffer_write_ax); |
|
| 62 UCX_TEST(test_ucx_stream_copy); |
|
| 63 |
64 |
| 64 #ifdef __cplusplus |
65 #ifdef __cplusplus |
| 65 } |
66 } |
| 66 #endif |
67 #endif |
| 67 |
68 |