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

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c5264 TI_UINT32 comparison; local
5276 for (shift8 = 0, comparison = 0xff, index = NVS_VERSION_PARAMETER_LENGTH - 1;index >= 0; index--)
5278 valueToSet = (version & comparison) >> shift8;
5281 comparison <<= 8;

Completed in 30 milliseconds