Searched refs:u8b (Results 1 – 1 of 1) sorted by relevance
177 uint8_t *u8b; in bootutil_buffer_is_erased() local185 for (i = 0, u8b = (uint8_t *)buffer; i < len; i++) { in bootutil_buffer_is_erased()186 if (u8b[i] != erased_val) { in bootutil_buffer_is_erased()