Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/fortify/
Dfortify.h73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result) macro
/third_party/musl/porting/linux/user/include/fortify/
Dfortify.h73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result) macro
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c346 if (__DIAGNOSE_PREDICT_FALSE(__DIAGNOSE__SIZE_MUL_OVERFLOW(size, count, &total))) { in __fread_chk()
357 if (__DIAGNOSE_PREDICT_FALSE(__DIAGNOSE__SIZE_MUL_OVERFLOW(size, count, &total))) { in __fwrite_chk()