Searched defs:MAX_FILE_SIZE (Results 1 – 6 of 6) sorted by relevance
214 static const int MAX_FILE_SIZE = 512 * 1024; variable
38 const long MAX_FILE_SIZE = 1 << 24; // 16MB variable
42 constexpr uint64_t MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M variable
49 constexpr uint64_t MAX_FILE_SIZE = 5 * 1024 * 1024; // 5M variable
143 const int MAX_FILE_SIZE = 512000; // 500 MB variable
89 constexpr const int MAX_FILE_SIZE = 500 * 1024 * 1024; variable