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