Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c346 struct stream_flash_ctx cmp_ctx; in ZTEST() local
356 cmp_ctx = bad_ctx; in ZTEST()
368 cmp_ctx = bad_ctx; in ZTEST()
374 zassert_equal(cmp_ctx.bytes_written, bad_ctx.bytes_written, in ZTEST()
379 zassert_equal(bad_ctx.buf_bytes, cmp_ctx.buf_bytes + tow, in ZTEST()
455 struct stream_flash_ctx cmp_ctx; in ZTEST() local
462 cmp_ctx = bad_ctx; in ZTEST()
465 zassert_equal(memcmp(&bad_ctx, &cmp_ctx, sizeof(bad_ctx)), 0, in ZTEST()