Searched defs:MAX_FILE_SIZE (Results 1 – 10 of 10) sorted by relevance
39 #define MAX_FILE_SIZE (4 * 1024 * 1024) macro
34 constexpr int MAX_FILE_SIZE = 1024 * 1024; variable
40 constexpr int64_t MAX_FILE_SIZE = 2000000; variable
44 constexpr int64_t MAX_FILE_SIZE = 4294967296; variable
50 static const int MAX_FILE_SIZE = 512 * 1024; variable
55 constexpr uint64_t MAX_FILE_SIZE = 5 * 1024 * 1024; // 5M variable
40 const long MAX_FILE_SIZE = 16 * 1024 * 1024; // 16MB variable
45 constexpr uint64_t MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M variable
178 const int MAX_FILE_SIZE = 512000; // 500 MB variable
91 constexpr const int MAX_FILE_SIZE = 500 * 1024 * 1024; variable