Home
last modified time | relevance | path

Searched refs:hashval (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/soltools/mkdepend/
H A Dparse.c421 register unsigned int hashval = 0; local
426 hashval = ( hashval * SYMHASHSEED ) + ( *str );
430 return hashval & ( SYMHASHMEMBERS - 1 );
495 int hashval; local
514 hashval = hash( name );
515 it = (*symbols)->s_pairs[ hashval ];
520 it = (*symbols)->s_pairs[ hashval ] = (struct pair*) malloc( sizeof( struct pair ) );
572 int hashval; local
578 hashval = hash( symbol );
579 it = symbols->s_pairs[ hashval ];
[all …]

Completed in 25 milliseconds