Searched refs:round_up_overflow (Results 1 – 2 of 2) sorted by relevance
161 #define round_up_overflow(v, size, res) (__extension__({ \ macro181 round_up_overflow(__add_res, (size), (res)) ? 1 : 0; \
167 overflow = round_up_overflow(count, sizeof(uint32_t), &rounded_count); in discover_list_protocols()