Searched refs:addu64_overflow (Results  1 – 3 of 3) sorted by relevance
| /external/kmod/testsuite/ | 
| D | test-util.c | 217 	overflow = addu64_overflow(UINT64_MAX - 1, 1, &res);  in test_addu64_overflow() 221 	overflow = addu64_overflow(UINT64_MAX, 1, &res);  in test_addu64_overflow()
  | 
| /external/kmod/shared/ | 
| D | util.h | 94 static inline bool addu64_overflow(uint64_t a, uint64_t b, uint64_t *res)  in addu64_overflow()  function
  | 
| /external/kmod/libkmod/ | 
| D | libkmod-elf.c | 253 	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()
  |