Searched refs:newBlockLength (Results 1 – 3 of 3) sorted by relevance
734 void init(int maxLength, int newBlockLength) { in init() argument736 int maxDataIndex = maxLength - newBlockLength + 1; in init()763 blockLength = newBlockLength; in init()
727 void init(int maxLength, int newBlockLength) { in init() argument729 int maxDataIndex = maxLength - newBlockLength + 1; in init()756 blockLength = newBlockLength; in init()
766 bool init(int32_t maxLength, int32_t newBlockLength) { in init() argument768 int32_t maxDataIndex = maxLength - newBlockLength + 1; in init()799 blockLength = newBlockLength; in init()