Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c76 #define ASCII_0 48 macro
355 hex_num = hex_num * HEX_BASE + (string[idx]- ASCII_0); in convert_string_to_hex()