Lines Matching refs:hashModulus
445 CARD32 hashModulus; in ProcXF86BigfontQueryFont() local
453 hashModulus = 67; in ProcXF86BigfontQueryFont()
454 if (hashModulus > nCharInfos + 1) in ProcXF86BigfontQueryFont()
455 hashModulus = nCharInfos + 1; in ProcXF86BigfontQueryFont()
477 for (j = 0; j < hashModulus; j++) in ProcXF86BigfontQueryFont()
483 CARD32 hashCode = hashCI(p) % hashModulus; in ProcXF86BigfontQueryFont()
502 if (hashModulus <= 2 * NextUniqIndex in ProcXF86BigfontQueryFont()
503 && hashModulus < nCharInfos + 1) { in ProcXF86BigfontQueryFont()
505 hashModulus = 2 * hashModulus + 1; in ProcXF86BigfontQueryFont()
506 if (hashModulus > nCharInfos + 1) in ProcXF86BigfontQueryFont()
507 hashModulus = nCharInfos + 1; in ProcXF86BigfontQueryFont()
508 for (j = 0; j < hashModulus; j++) in ProcXF86BigfontQueryFont()
515 hashCode = hashCI(p) % hashModulus; in ProcXF86BigfontQueryFont()
521 hashCode = hashCI(p) % hashModulus; in ProcXF86BigfontQueryFont()