Searched refs:MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
46 template<size_t MIN_SIZE, size_t MAX_SIZE>49 static const size_t MinSize = MIN_SIZE, MaxSize = MAX_SIZE;67 template<size_t MIN_SIZE, size_t MAX_SIZE>73 static const int MaxSizeExp = Log2<MAX_SIZE>::value;79 static const size_t MinSize = MIN_SIZE, MaxSize = MAX_SIZE;
135 const size_t MAX_SIZE = 1000; variable524 arr[i].size=rand()%MAX_SIZE; in AddrArifm()565 arr[i].size=rand()%MAX_SIZE; in AddrArifm()592 CountElement=rand()%MAX_SIZE; in Zerofilling()829 MasCountElem[i]=rand()%MAX_SIZE; in UniquePointer()