Home | History | Annotate | Download | only in opcodes

Lines Matching defs:hashvalue

534   unsigned int hashvalue, hashsize;
547 hashvalue = (instructions[i].opcode) % HASHVAL;
549 hashentries[i].next = hashtable[hashvalue];
550 hashtable[hashvalue] = &hashentries[i];