Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c54 int tmplen = strlen(p), cnt = 0; in StringToHex() local
55 tmplen = strlen(p); in StringToHex()
56 while (cnt < (tmplen / HIGH_NUM)) { in StringToHex()
63 if (tmplen % HIGH_NUM != 0) { in StringToHex()
67 *outlen = tmplen / HIGH_NUM + tmplen % HIGH_NUM; in StringToHex()
69 return tmplen / HIGH_NUM + tmplen % HIGH_NUM; in StringToHex()

Completed in 1 milliseconds