Searched defs:MinBlockCount (Results 1 – 4 of 4) sorted by relevance
38 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()51 uint32_t MinBlockCount, bool CanGrow) { in create()
981 UINT MinBlockCount; member
1003 MinBlockCount; ///< The minimum execution count for this percentile. member
898 auto MinBlockCount = readNumber<uint64_t>(); in readSummaryEntry() local