Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/common/
A Dhex.c40 size_t bin2hex(const u8_t *buf, size_t buflen, char *hex, size_t hexlen) in bin2hex()
59 size_t hex2bin(const char *hex, size_t hexlen, u8_t *buf, size_t buflen) in hex2bin()
A Dlog.c25 static const char hex[] = "0123456789abcdef"; in bt_hex_real() local
/AliOS-Things-master/components/py_engine/modules/ble/
A Dbt_host_adapter.c51 static int bt_host_adapter_hex2bin(char *hex, uint8_t *buf) in bt_host_adapter_hex2bin()
82 int bt_host_adapter_bin2hex(char *hex, uint8_t *buf, uint8_t buf_len) in bt_host_adapter_bin2hex()
97 static int bt_host_adapter_addr2hex(char *hex, uint8_t *addr) in bt_host_adapter_addr2hex()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dbt_host_adapter.c53 static int bt_host_adapter_hex2bin(char *hex, uint8_t *buf) in bt_host_adapter_hex2bin()
84 int bt_host_adapter_bin2hex(char *hex, uint8_t *buf, uint8_t buf_len) in bt_host_adapter_bin2hex()
99 static int bt_host_adapter_addr2hex(char *hex, uint8_t *addr) in bt_host_adapter_addr2hex()
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/utils/
A Dhex_util.js12 function hexString2String(hex) { argument
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_string.c10 int8_t infra_hex2char(uint8_t hex) in infra_hex2char()
84 static uint8_t _hexval_of_char(char hex) in _hexval_of_char()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dbt_host_adapter.c55 static int bt_host_adapter_hex2bin(char *hex, uint8_t *buf) in bt_host_adapter_hex2bin()
86 static int bt_host_adapter_bin2hex(char *hex, uint8_t *buf, uint8_t buf_len) in bt_host_adapter_bin2hex()
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dmodbus.js34 hex: buff.toString('hex') property in rtn.read.packet.tx
74 hex: buff.toString('hex') property in rtn.write.packet.tx
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/checksum/
A Dmodule_checksum.c41 static int checksum_hex2bin(char *hex, uint8_t *buf) in checksum_hex2bin()
72 static int checksum_bin2hex(char *hex, uint8_t *buf, uint8_t buf_len) in checksum_bin2hex()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/
A Dmodule_crypto.c43 static int crypto_hex2bin(char *hex, uint8_t *buf) in crypto_hex2bin()
74 static int crypto_bin2hex(char *hex, uint8_t *buf, uint8_t buf_len) in crypto_bin2hex()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dinfcover.c245 local unsigned char *h2b(const char *hex, unsigned *len) in h2b()
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf()
507 local int try(char *hex, char *id, int err) in try()
/AliOS-Things-master/components/init/
A Daos_init.c135 static uint8_t hex(char c) in hex() function
/AliOS-Things-master/components/amp/services/amp_utils/
A Damp_utils.c35 void num2hex(unsigned char ch, unsigned char *hex) in num2hex()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_label.c262 static uint8_t hex_char_to_num(char hex) in hex_char_to_num()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/mcu/module/data_uart_cmd/
A Duser_cmd_parse.c73 bool hex = false; in user_cmd_str_to_uint32() local
/AliOS-Things-master/components/jsoncpp/test/jsonchecker/
A Dpass1.json28 "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A", string
/AliOS-Things-master/components/oss/src/utils/
A DUtils.cc68 static const char *hex = "0123456789ABCDEF"; in UrlEncode() local
98 char hex[3]; in UrlDecode() local
414 …static char hex[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', '… in HexToString() local
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c457 int hex = getRandom( 0, 15 ); in copyfont() local
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_hexiom.py213 def __init__(self, hex, tiles, done=None): argument
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c208 void str2hex(uint8_t hex[], char *s, uint8_t cnt) in str2hex()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2ps.c689 static char *hex = "0123456789abcdef"; variable
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c198 void str2hex(uint8_t hex[], char *s, uint8_t cnt) in str2hex()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/
A Dgradle-wrapper.jar ... io.File) throws java.lang.Exception String hex int i java.io.File file java. ...
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c613 static const char hex[17] = "0123456789abcdef"; in SWIG_PackData() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c47041 const char* hex = "0123456789ABCDEF"; in encodeURI_hex() local

Completed in 148 milliseconds