Home
last modified time | relevance | path

Searched refs:CurrentNumberOfItems (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/allocator/dispatcher/
Dtls.h249 constexpr size_t CurrentNumberOfItems = in CalculateEffectiveNumberOfItemsBinSearch() local
252 if constexpr (sizeof(ChunkT<CurrentNumberOfItems>) > NumberOfBytes) { in CalculateEffectiveNumberOfItemsBinSearch()
254 LowerNumberOfItems, CurrentNumberOfItems, NumberOfBytes>(); in CalculateEffectiveNumberOfItemsBinSearch()
257 if constexpr (sizeof(ChunkT<CurrentNumberOfItems + 1>) < NumberOfBytes) { in CalculateEffectiveNumberOfItemsBinSearch()
259 CurrentNumberOfItems + 1, UpperNumberOfItems, NumberOfBytes>(); in CalculateEffectiveNumberOfItemsBinSearch()
262 return CurrentNumberOfItems; in CalculateEffectiveNumberOfItemsBinSearch()