Searched refs:__DIAGNOSE__SIZE_MUL_OVERFLOW (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/ndk_musl_include/fortify/ |
D | fortify.h | 73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result) macro
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | fortify.h | 73 #define __DIAGNOSE__SIZE_MUL_OVERFLOW(a, b, result) __builtin_umull_overflow(a, b, result) macro
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 346 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()
|