Home
last modified time | relevance | path

Searched refs:strtol (Results 551 - 575 of 653) sorted by relevance

1...<<21222324252627

/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c649 gc_override = strtol(next + 3, NULL, 0); in anv_override_engine_counts()
651 g_override = strtol(next + 2, NULL, 0); in anv_override_engine_counts()
653 c_override = strtol(next + 2, NULL, 0); in anv_override_engine_counts()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c207 val = strtol(value, &end, 0); in wpa_config_parse_int()
2086 ssid->ocv = strtol(value, &end, 0); in wpa_config_parse_ocv()
4179 val = strtol(pos, &end, 0); in wpa_global_config_parse_int()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c1450 val = strtol(value, NULL, 0); in hostapd_ctrl_iface_set()
2135 val = strtol(pos, &pos2, 0); in hostapd_ctrl_iface_data_test_tx()
2648 type = strtol(cmd, &pos, 16); in hostapd_ctrl_register_frame()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c208 val = strtol(value, &end, 0); in wpa_config_parse_int()
2395 ssid->ocv = strtol(value, &end, 0); in wpa_config_parse_ocv()
4671 val = strtol(pos, &end, 0); in wpa_global_config_parse_int()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-event.c1279 *val = strtol(*ptr, ptr, 0); in parse_line_num()
1688 (*fieldp)->index = strtol(str + 1, &tmp, 0); in parse_perf_probe_arg()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.c1307 *val = strtol(*ptr, ptr, 0); in parse_line_num()
1716 (*fieldp)->index = strtol(str + 1, &tmp, 0); in parse_perf_probe_arg()
H A Devlist.c2262 d = strtol(str, &endptr, 10); in str_to_delay()
/third_party/libdrm/
H A Dxf86drm.c1153 return drmOpenDevice(strtol(devstring, NULL, 0),i, type); in drmOpenByName()
3429 id = (int)strtol(&dname[i], NULL, 10); in drmGetMinorNameForFD()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c1348 val = strtol(value, NULL, 0); in hostapd_ctrl_iface_set()
1939 val = strtol(pos, &pos2, 0); in hostapd_ctrl_iface_data_test_tx()
/third_party/astc-encoder/Source/
H A Dstb_image.h7196 height = (int) strtol(token, &token, 10);
7200 width = (int) strtol(token, NULL, 10);
7326 *y = (int) strtol(token, &token, 10);
7333 *x = (int) strtol(token, NULL, 10);
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c282 /* 32-bit integer values in the input are read by strtoul() or strtol(). The
3940 li = strtol((const char *)pp, &endptr, 10); in decode_modifiers()
3971 li = strtol((const char *)pp, &endptr, 10); in decode_modifiers()
6832 li = strtol((const char *)p, &endptr, 10); in process_data()
9183 errcode = strtol(arg_error, &endptr, 10); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dipsec.c2133 nr_process = strtol(argv[1], &endptr, 10); in main()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-lock.c2292 val = strtol(str, &endptr, 0); in parse_max_stack()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dhmm-tests.c776 val = strtol(p, &q, 0); in file_read_ulong()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp332 double strTolValue = strtol(valueZero, nullptr, valueFirst); in Strtol()
1352 {"strtol", nullptr, Strtol, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvenc.c365 s->stats[i][j] += strtol(p, &next, 0); in encode_init()
/third_party/ffmpeg/libavformat/
H A Dhttp.c1157 s->http_code = strtol(p, &end, 10); in process_line()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c1463 impl = strtol(device, NULL, 0); in choose_implementation()
/third_party/glfw/src/
H A Dwl_init.c406 const long cursorSizeLong = strtol(sizeString, NULL, 10); in loadCursorTheme()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c2057 rec->ipc_gid = strtol(group, &endp, 10);
/third_party/alsa-utils/topology/
H A Dpre-process-object.c1481 v = strtol(value, NULL, 10); in tplg_set_attribute_value()
/third_party/backends/backend/
H A Dma1509.c1191 local_warmup_time = strtol (word, &end, 0); in sane_init()
H A Dmustek_usb.c781 max_block_size = strtol (word, &end, 0); in sane_init()
H A Dplustek_pp.c904 *((int*)result) = strtol( tmp2, 0, 0 ); in decodeVal()
H A Dqcam.c1104 port = strtol (devname, &endp, 0); in attach()

Completed in 95 milliseconds

1...<<21222324252627