3 references to BUCKET_SIZE
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (3)
153
for (int i = 0; i <
BUCKET_SIZE
;)
280
for (int i = 0; i <
BUCKET_SIZE
;)
350
uint victimDistance = VictimCounter(ref tableData)++ & (
BUCKET_SIZE
- 1);