Lines Matching full:prime
49 final int prime = 16777619;50 h = (h ^ (a & 0xff)) * prime;51 h = (h ^ (b & 0xff)) * prime;