Searched refs:hashVal (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c347 CSChashType hashVal; local
355 hashVal = 0;
358 hashVal = (hashVal << 4) + ((CSChashType)ch * 13);
359 if ((hashG = hashVal & 0xF0000000))
361 hashVal = hashVal ^ (hashG >> 24);
362 hashVal = hashVal ^ hashG;
365 hashVal
906 CSChashType hashVal; local
1411 CSChashType hashVal; local
1547 CSChashType hashVal = 0; local
1673 CSChashType hashVal = 0; local
1784 CSChashType hashVal = 0; local
[all...]

Completed in 96 milliseconds