Home
last modified time | relevance | path

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

/u-boot/test/
A Dbloblist.c369 void *blob1, *blob2; in bloblist_test_reloc() local
378 ut_assertnonnull(blob1); in bloblist_test_reloc()
403 void *blob1, *blob2, *blob1_new; in bloblist_test_grow() local
414 ut_assertnonnull(blob1); in bloblist_test_grow()
416 strcpy(blob1, test1_str); in bloblist_test_grow()
456 void *blob1, *blob2, *blob1_new; in bloblist_test_shrink() local
466 ut_assertnonnull(blob1); in bloblist_test_shrink()
467 strcpy(blob1, test1_str); in bloblist_test_shrink()
507 void *blob1, *blob2; in bloblist_test_resize_fail() local
516 ut_assertnonnull(blob1); in bloblist_test_resize_fail()
[all …]

Completed in 7 milliseconds