Searched defs:MAX_FILE_SIZE (Results 1 – 13 of 13) sorted by relevance
24 constexpr int MAX_FILE_SIZE = 1024; variable
51 constexpr uint64_t MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M variable
50 constexpr int64_t MAX_FILE_SIZE = 50 * 1024; variable
214 static const int MAX_FILE_SIZE = 512 * 1024; variable
38 const long MAX_FILE_SIZE = 1 << 24; // 16MB variable
45 constexpr int32_t MAX_FILE_SIZE = 10 * 1024 * 1024; variable
38 const uint64_t MAX_FILE_SIZE = 0777777777777L; variable
52 static const int MAX_FILE_SIZE = 1000 * 1000 * 100; variable
45 constexpr uint64_t MAX_FILE_SIZE = 5 * 1024 * 1024; // 5M variable
29 #define MAX_FILE_SIZE (0x500000) /* 5M */ macro
143 const int MAX_FILE_SIZE = 512000; // 500 MB variable
89 constexpr const int MAX_FILE_SIZE = 500 * 1024 * 1024; variable
59 static constexpr unsigned long MAX_FILE_SIZE = 1000 * 1000 * 1000; variable