Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c53 char high = 0, low = 0; in StringToHex() local
58 low = (*(++ p) > HIGH_ASCII && ((*p <= 'F') || (*p <= 'f'))) ? *(p) - HIGH_NUM2 - HIGH_NUM3 : *(p) - HIGH_NUM2; in StringToHex()
59 out[cnt] = (((high & 0x0f) << HIGH_NUM4) | (low & 0x0f)); in StringToHex()

Completed in 1 milliseconds