Searched defs:DEFAULT_SLICE_SIZE (Results 1 – 3 of 3) sorted by relevance
73 const uint64_t DEFAULT_SLICE_SIZE = 100 * 1024 * 1024; // 分片文件大小为100M variable
40 const uint32_t DEFAULT_SLICE_SIZE = 100 * MB_TO_BYTE; // 分片文件大小为100M variable
23 #define DEFAULT_SLICE_SIZE (2 * 128 + 1) macro