Home
last modified time | relevance | path

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

/external/kmod/testsuite/
Dtest-util.c214 overflow = addu64_overflow(UINT64_MAX - 1, 1, &res); in test_addu64_overflow()
218 overflow = addu64_overflow(UINT64_MAX, 1, &res); in test_addu64_overflow()
/external/kmod/shared/
Dutil.h77 static inline bool addu64_overflow(uint64_t a, uint64_t b, uint64_t *res) in addu64_overflow() function
/external/kmod/libkmod/
Dlibkmod-elf.c253 if (addu64_overflow(*offset, *size, &min_size) in elf_get_section_info()
333 if (addu64_overflow(shdrs_size, elf->header.section.offset, &min_size) in kmod_elf_new()