Exemplo n.º 1
0
 private static int TableMask(ref int tableData)
 {
     return(Unsafe.Add(ref tableData, 1));
 }
Exemplo n.º 2
0
 private static int HashShift(int[] table)
 {
     return(Unsafe.Add(ref AuxData(table), 1));
 }