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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c28 #define MAX_SIZE_T (~(size_t)0) macro
139 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1160 (MAX_SIZE_T < MIN_CHUNK_SIZE) ||
2220 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */
2364 req = MAX_SIZE_T; /* force downstream failure on overflow */

Completed in 5 milliseconds