Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_descriptor.c94 uint64_t nb_total = sizeof(AvbDescriptor) + nb_following; in avb_descriptor_foreach() local
96 if ((nb_total & 7) != 0) { in avb_descriptor_foreach()
101 if (nb_total + p < desc_start || nb_total + p > desc_end) { in avb_descriptor_foreach()
110 p += nb_total; in avb_descriptor_foreach()