/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 770 return strtoul(str, NULL, 0); in str2u8() 1649 addr = strtoul(argv[1], NULL, 0); in cmd_mod_sub_get() 2098 ack = strtoul(argv[2], NULL, 0); in cmd_onoff_model_cli_send() 2100 addr = strtoul(argv[4], NULL, 0); in cmd_onoff_model_cli_send() 2307 addr = strtoul(argv[1], NULL, 0); in cmd_mod_pub() 2667 cid = strtoul(argv[1], NULL, 0); in cmd_fault_get() 2693 cid = strtoul(argv[1], NULL, 0); in cmd_fault_clear() 2716 cid = strtoul(argv[1], NULL, 0); in cmd_fault_clear_unack() 2739 cid = strtoul(argv[1], NULL, 0); in cmd_fault_test() 2764 cid = strtoul(argv[1], NULL, 0); in cmd_fault_test_unack() [all …]
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | flash.c | 45 page_addr = strtoul(argv[1], NULL, 16); in cmd_erase() 48 size = strtoul(argv[2], NULL, 16); in cmd_erase() 91 buf_array[j] = strtoul(argv[i], NULL, 16); in cmd_flash() 98 w_addr = strtoul(argv[1], NULL, 16); in cmd_flash() 137 addr = strtoul(argv[1], NULL, 16); in cmd_read() 140 cnt = strtoul(argv[2], NULL, 16); in cmd_read() 177 addr = strtoul(argv[1], NULL, 16); in cmd_test() 178 size = strtoul(argv[2], NULL, 16); in cmd_test() 179 repeat = strtoul(argv[3], NULL, 16); in cmd_test()
|
A D | ll.c | 34 chan = strtoul(argv[1], NULL, 16); in cmd_test_tx() 35 len = strtoul(argv[2], NULL, 16); in cmd_test_tx() 36 type = strtoul(argv[3], NULL, 16); in cmd_test_tx() 37 phy = strtoul(argv[4], NULL, 16); in cmd_test_tx() 58 chan = strtoul(argv[1], NULL, 16); in cmd_test_rx() 59 phy = strtoul(argv[2], NULL, 16); in cmd_test_rx() 60 mod_idx = strtoul(argv[3], NULL, 16); in cmd_test_rx()
|
A D | gatt.c | 211 start_handle = strtoul(argv[2], NULL, 16); in cmd_gatt_discover() 214 end_handle = strtoul(argv[3], NULL, 16); in cmd_gatt_discover() 285 handle = strtoul(argv[1], NULL, 16); in cmd_gatt_read() 288 offset = strtoul(argv[2], NULL, 16); in cmd_gatt_read() 322 h[i] = strtoul(argv[i + 1], NULL, 16); in cmd_gatt_mread() 358 handle = strtoul(argv[1], NULL, 16); in cmd_gatt_write() 359 offset = strtoul(argv[2], NULL, 16); in cmd_gatt_write() 404 handle = strtoul(argv[1], NULL, 16); in cmd_gatt_write_without_rsp() 421 repeat = strtoul(argv[4], NULL, 16); in cmd_gatt_write_without_rsp() 472 ccc_handle = strtoul(argv[1], NULL, 16); in cmd_gatt_subscribe() [all …]
|
A D | bt.c | 487 ogf = strtoul(argv[1], NULL, 16); in cmd_hci_cmd() 488 ocf = strtoul(argv[2], NULL, 16); in cmd_hci_cmd() 1140 param.interval_min = strtoul(argv[1], NULL, 16); in cmd_conn_update() 1141 param.interval_max = strtoul(argv[2], NULL, 16); in cmd_conn_update() 1142 param.latency = strtoul(argv[3], NULL, 16); in cmd_conn_update() 1143 param.timeout = strtoul(argv[4], NULL, 16); in cmd_conn_update() 1569 server[i].psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_register() 1615 psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_connect() 1634 psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_disconnect() 1660 psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_send() [all …]
|
/AliOS-Things-master/components/drivers/peripheral/pwm/example/ |
A D | aos_pwm_example.c | 34 channel = strtoul(argv[1], NULL, 0); in aos_pwm_cli_cmd() 35 period = strtoul(argv[2], NULL, 0); in aos_pwm_cli_cmd() 36 duty_cycle = strtoul(argv[3], NULL, 0); in aos_pwm_cli_cmd() 37 polarity = strtoul(argv[4], NULL, 0); in aos_pwm_cli_cmd() 38 enabled = strtoul(argv[5], NULL, 0); in aos_pwm_cli_cmd() 39 duration = strtoul(argv[6], NULL, 0); in aos_pwm_cli_cmd()
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_cli_cmd.c | 110 width = strtoul(argv[3], NULL, 0); in pmem_cmd() 112 nunits = strtoul(argv[2], NULL, 0); in pmem_cmd() 123 addr = strtoul(argv[1], NULL, 0); in pmem_cmd() 186 width = strtoul(argv[3], NULL, 0); in mmem_cmd() 188 value = strtoul(argv[2], NULL, 0); in mmem_cmd() 190 addr = (void *)strtoul(argv[1], NULL, 0); in mmem_cmd() 237 func_ptr = (func_ptr_t)strtoul(argv[1], NULL, 0); in func_cmd() 239 para[idx - 2] = strtoul(argv[idx], NULL, 0); in func_cmd() 254 int32_t flag = strtoul(argv[1], NULL, 0); in debug_panic_runto_cli()
|
A D | debug_dumpsys.c | 232 task_id = (uint32_t)strtoul(argv[1], 0, 10); in task_bt() 272 query_index = strtoul(argv[1], NULL, 0); in mem_leak()
|
/AliOS-Things-master/components/udisplay/example/ |
A D | udisplay_example.c | 95 rgb_fmt = strtoul(argv[2], NULL, 0); in udisplay_comp_example() 96 value = strtoul(argv[3], NULL, 0); in udisplay_comp_example() 112 rgb_fmt = strtoul(argv[2], NULL, 0); in udisplay_comp_example() 113 value = strtoul(argv[3], NULL, 0); in udisplay_comp_example() 133 rgb_fmt = strtoul(argv[2], NULL, 0); in udisplay_comp_example() 134 value = strtoul(argv[3], NULL, 0); in udisplay_comp_example()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 325 handle = strtoul(argv[1], NULL, 16); in cmd_gatt_read() 326 offset = strtoul(argv[2], NULL, 16); in cmd_gatt_read() 337 handle = strtoul(argv[1], NULL, 16); in cmd_gatt_read() 340 offset = strtoul(argv[2], NULL, 16); in cmd_gatt_read() 389 h[i] = strtoul(argv[i + 1], NULL, 16); in cmd_gatt_mread() 425 handle = strtoul(argv[1], NULL, 16); in cmd_gatt_write() 426 offset = strtoul(argv[2], NULL, 16); in cmd_gatt_write() 503 handle = strtoul(argv[1], NULL, 16); in cmd_gatt_write_without_rsp() 520 repeat = strtoul(argv[4], NULL, 16); in cmd_gatt_write_without_rsp() 571 ccc_handle = strtoul(argv[1], NULL, 16); in cmd_gatt_subscribe() [all …]
|
A D | bt.c | 668 ogf = strtoul(argv[1], NULL, 16); in cmd_hci_cmd() 669 ocf = strtoul(argv[2], NULL, 16); in cmd_hci_cmd() 2044 param.latency = strtoul(argv[3], NULL, 16); in cmd_conn_update() 2045 param.timeout = strtoul(argv[4], NULL, 16); in cmd_conn_update() 2595 server[i].psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_register() 2641 psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_connect() 2660 psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_disconnect() 2686 psm = strtoul(argv[1], NULL, 16); in cmd_l2cap_send() 2692 count = strtoul(argv[2], NULL, 10); in cmd_l2cap_send() 2912 channel = strtoul(argv[1], NULL, 16); in cmd_rfcomm_connect() [all …]
|
/AliOS-Things-master/components/oss/src/model/ |
A D | ListPartsResult.cc | 75 partNumberMarker_ = std::strtoul(node->GetText(), nullptr, 10); in operator =() 81 nextPartNumberMarker_ = std::strtoul(node->GetText(), nullptr, 10); in operator =() 87 maxParts_ = std::strtoul(node->GetText(), nullptr, 10); in operator =()
|
A D | GetLiveChannelStatResult.cc | 84 width_ = std::strtoul(node->GetText(), nullptr, 10); in operator =() 89 height_ = std::strtoul(node->GetText(), nullptr, 10); in operator =()
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_async.c | 53 const uint32_t pri = strtoul(&str[1], NULL, 10); in ulog_handler() 154 param[j] = strtoul(val_str, NULL, 10); in ulog_man_handler()
|
A D | ulog_init.c | 78 session = strtoul(param, NULL, 10); in cmd_cli_ulog() 81 level = strtoul(param, NULL, 10); in cmd_cli_ulog()
|
A D | ulog_session_udp.c | 132 listen_port = strtoul(param, NULL, 10); in update_net_cli()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | platform_stdlib_rtl8721d.h | 52 #undef strtoul 81 #define strtoul(str, endp, base) _strtoul(str, endp, base) macro
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/ |
A D | libport.h | 42 unsigned long strtoul(const char *nptr, char **endptr, int base);
|
A D | CMakeLists.txt | 31 strtoul.c 49 list(APPEND port_USED_FILES strtoul.c)
|
A D | strtoul.c | 49 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
/AliOS-Things-master/components/drivers/external_device/ili9341/example/ |
A D | ili9341_example.c | 26 value = strtoul(argv[1], NULL, 0); in example_ili9341_draw_ract()
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_at.c | 432 mode = strtoul(argv[1], NULL, 0); in genie_at_cmd_adv_start() 482 mode = strtoul(argv[1], NULL, 0); in genie_at_cmd_mesh_log() 605 opcode = strtoul(argv[1], NULL, 0); in genie_at_cmd_mesh_test() 646 group_list[i] = strtoul(argv[i + 1], NULL, 0); in genie_at_cmd_mesh_group()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | unicode_gen.c | 312 code = strtoul(p, NULL, 16); in parse_unicode_data() 318 uc = strtoul(p, NULL, 16); in parse_unicode_data() 323 lc = strtoul(p, NULL, 16); in parse_unicode_data() 355 cc = strtoul(p, NULL, 0); in parse_unicode_data() 447 code = strtoul(p, NULL, 16); in parse_special_casing() 523 code = strtoul(p, NULL, 16); in parse_case_folding() 566 c0 = strtoul(p, (char **)&p, 16); in parse_composition_exclusions() 594 c0 = strtoul(p, (char **)&p, 16); in parse_derived_core_properties() 650 c0 = strtoul(p, (char **)&p, 16); in parse_derived_norm_properties() 700 c0 = strtoul(p, (char **)&p, 16); in parse_prop_list() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/rom_utils/ |
A D | export_fn_rom.h | 75 __STRTOUL strtoul; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | cvtcolor.c | 37 unsigned long c = strtoul(arg, &ep, 0); in component()
|