Searched refs:headEnd (Results 1 – 1 of 1) sorted by relevance
313 int headEnd = Last(headBlock) + sizeof(T); // exclusive in concat() local314 headItemCount = (headEnd - headStart) / sizeof(T); in concat()346 for (int i = headStart; i < headEnd; i += sizeof(T)) { in concat()