/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 649 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 D | config.c | 207 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 D | ap_ctrl_iface.c | 1450 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 D | config.c | 208 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 D | probe-event.c | 1279 *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 D | probe-event.c | 1307 *val = strtol(*ptr, ptr, 0); in parse_line_num() 1716 (*fieldp)->index = strtol(str + 1, &tmp, 0); in parse_perf_probe_arg()
|
H A D | evlist.c | 2262 d = strtol(str, &endptr, 10); in str_to_delay()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 1153 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 D | ap_ctrl_iface.c | 1348 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 D | stb_image.h | 7196 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 D | pcre2test.c | 282 /* 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 D | ipsec.c | 2133 nr_process = strtol(argv[1], &endptr, 10); in main()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 2292 val = strtol(str, &endptr, 0); in parse_max_stack()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | hmm-tests.c | 776 val = strtol(p, &q, 0); in file_read_ulong()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdlibndk.cpp | 332 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 D | huffyuvenc.c | 365 s->stats[i][j] += strtol(p, &next, 0); in encode_init()
|
/third_party/ffmpeg/libavformat/ |
H A D | http.c | 1157 s->http_code = strtol(p, &end, 10); in process_line()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 1463 impl = strtol(device, NULL, 0); in choose_implementation()
|
/third_party/glfw/src/ |
H A D | wl_init.c | 406 const long cursorSizeLong = strtol(sizeString, NULL, 10); in loadCursorTheme()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 2057 rec->ipc_gid = strtol(group, &endp, 10);
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-object.c | 1481 v = strtol(value, NULL, 10); in tplg_set_attribute_value()
|
/third_party/backends/backend/ |
H A D | ma1509.c | 1191 local_warmup_time = strtol (word, &end, 0); in sane_init()
|
H A D | mustek_usb.c | 781 max_block_size = strtol (word, &end, 0); in sane_init()
|
H A D | plustek_pp.c | 904 *((int*)result) = strtol( tmp2, 0, 0 ); in decodeVal()
|
H A D | qcam.c | 1104 port = strtol (devname, &endp, 0); in attach()
|