Home
last modified time | relevance | path

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

/test/lib/
A Duuid.c97 int j; in lib_test_dynamic_uuid_case() local
102 for (j = 0; data->images[j]; j++) { in lib_test_dynamic_uuid_case()
103 const char *expected_uuid = data->expected_uuids[j]; in lib_test_dynamic_uuid_case()
104 const u16 *image = data->images[j]; in lib_test_dynamic_uuid_case()
/test/dm/
A Dffa.c103 u32 count, i, j, valid_sps = 0; in test_partitions_and_comms() local
123 for (j = 0; in test_partitions_and_comms()
124 j < partitions->count; in test_partitions_and_comms()
125 j++) { in test_partitions_and_comms()
127 partitions->descs[j].info.id) { in test_partitions_and_comms()
130 &partitions->descs[j], in test_partitions_and_comms()
A Dregmap.c330 int j; in test_one_field() local
339 for (j = 0; j <= mask; j++) { in test_one_field()
340 ut_assertok(regmap_field_write(field, j)); in test_one_field()
342 ut_asserteq(j, val); in test_one_field()
344 ut_asserteq(j << shift, val); in test_one_field()
/test/common/
A Dbloblist.c323 int j; in bloblist_test_align() local
331 for (j = 0; j < size; j++) in bloblist_test_align()
332 ut_asserteq(0, data[j]); in bloblist_test_align()
333 for (; j < BLOBLIST_BLOB_ALIGN; j++) in bloblist_test_align()
334 ut_asserteq(ERASE_BYTE, data[j]); in bloblist_test_align()

Completed in 12 milliseconds