Home
last modified time | relevance | path

Searched refs:__DIAGNOSE__SIZE_MUL_OVERFLOW (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
H A Dfortify.h73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result) macro
/third_party/musl/include/fortify/linux/
H A 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/
H A 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()
/third_party/musl/src/fortify/linux/
H A Dfortify.c357 if (__DIAGNOSE_PREDICT_FALSE(__DIAGNOSE__SIZE_MUL_OVERFLOW(size, count, &total))) { in __fread_chk()
368 if (__DIAGNOSE_PREDICT_FALSE(__DIAGNOSE__SIZE_MUL_OVERFLOW(size, count, &total))) { in __fwrite_chk()

Completed in 3 milliseconds