Searched defs:MAX_FILE_SIZE (Results 1 – 3 of 3) sorted by relevance
36 const uint64_t MAX_FILE_SIZE = 0777777777777L; variable
29 #define MAX_FILE_SIZE (0x500000) /* 5M */ macro
59 static constexpr unsigned long MAX_FILE_SIZE = 1000 * 1000 * 1000; variable