Searched refs:hashval (Results 1 – 1 of 1) sorted by relevance
421 register unsigned int hashval = 0; local426 hashval = ( hashval * SYMHASHSEED ) + ( *str );430 return hashval & ( SYMHASHMEMBERS - 1 );495 int hashval; local514 hashval = hash( name );515 it = (*symbols)->s_pairs[ hashval ];520 it = (*symbols)->s_pairs[ hashval ] = (struct pair*) malloc( sizeof( struct pair ) );572 int hashval; local578 hashval = hash( symbol );579 it = symbols->s_pairs[ hashval ];[all …]
Completed in 12 milliseconds