Home
last modified time | relevance | path

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

/TwlSDK-5.4.2/build/libraries/os/common/src/
Dos_reset.c350 int i; in OSi_VerifyStaticSegments() local
371 for (i = 0; i < SEGMENT_TOTAL; ++i) in OSi_VerifyStaticSegments()
386 const u8 *address = table[i]->address; in OSi_VerifyStaticSegments()
387 u32 size = table[i]->size; in OSi_VerifyStaticSegments()
388 if (i == 0) in OSi_VerifyStaticSegments()
397 result &= (SVC_CompareSHA1(digest, compareDigests[i]) != FALSE); in OSi_VerifyStaticSegments()
399 result &= OSi_VerifyStaticSegmentHash(address, size, compareDigests[i]); in OSi_VerifyStaticSegments()
451 int i; in OSi_DoResetSystem() local
454 for(i=0; i<8; i++) in OSi_DoResetSystem()