Searched refs:nb_total (Results 1 – 1 of 1) sorted by relevance
77 uint64_t nb_total = 0; in avb_descriptor_foreach() local78 if (!avb_safe_add(&nb_total, sizeof(AvbDescriptor), nb_following)) { in avb_descriptor_foreach()83 if ((nb_total & 7) != 0) { in avb_descriptor_foreach()88 if (nb_total + p < desc_start || nb_total + p > desc_end) { in avb_descriptor_foreach()97 if (!avb_safe_add_to((uint64_t*)(&p), nb_total)) { in avb_descriptor_foreach()
Completed in 2 milliseconds