Home
last modified time | relevance | path

Searched refs:__unsafe_check_mul_overflow (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/bits/fortify/
Dstdio.h86 !__unsafe_check_mul_overflow(size, count))
91 __clang_error_if(__unsafe_check_mul_overflow(size, count), in fread()
108 __clang_error_if(__unsafe_check_mul_overflow(size, count), in fwrite()
/bionic/libc/include/sys/
Dcdefs.h333 #define __unsafe_check_mul_overflow(x, y) ((__SIZE_TYPE__)-1 / (x) < (y)) macro