Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1145 const int hexShiftNum = 4; in HexStringToString() local
1152 char tmp = ((high << hexShiftNum) | (low & 0x0F)); in HexStringToString()

Completed in 3 milliseconds