Lines Matching refs:modulo
153 // Modulo of the table, (bucket count).
155 table->modulo = sizeHint;
208 for (bucket = 0; bucket < table->modulo; bucket++)
283 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
344 bucket = table->buckets + (hash % table->modulo);
452 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
496 bucket = table->buckets + (hash % table->modulo);
532 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
607 bucket = table->buckets + (hash % table->modulo);
733 if (en->bucket >= en->table->modulo)
791 while (en->bucket < en->table->modulo)
813 * have its bucket count = table->modulo which signifies that we are done.
830 * it. This can then be used (with suitable modulo) to index other