Searched refs:MUL_NO_OVERFLOW (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libXext/dist/src/
H A Dreallocarray.c30 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
32 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
37 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dreallocarray.c30 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
32 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
37 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&
/xsrc/external/mit/libXmu/dist/src/
H A Dreallocarray.c30 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
32 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
37 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&
/xsrc/external/mit/libFS/dist/src/
H A Dreallocarray.c30 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
32 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
37 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&
/xsrc/external/mit/libfontenc/dist/src/
H A Dreallocarray.c30 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
32 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
37 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&
/xsrc/external/mit/xorg-server/dist/os/
H A Dreallocarray.c30 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
32 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
37 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&
/xsrc/external/mit/libX11/dist/src/
H A Dreallocarray.c30 * if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
32 #define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4)) macro
37 if ((nmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) &&

Completed in 3 milliseconds