3 references to BUCKET_SIZE
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (3)
147
for (int i = 0; i <
BUCKET_SIZE
;)
262
for (int i = 0; i <
BUCKET_SIZE
;)
333
byte victimDistance = (byte)(VictimCounter(table)++ & (
BUCKET_SIZE
- 1));