Searched refs:hashG (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.c348 CSChashType hashG; local
359 if ((hashG = hashVal & 0xF0000000))
361 hashVal = hashVal ^ (hashG >> 24);
362 hashVal = hashVal ^ hashG;

Completed in 113 milliseconds