Home
last modified time | relevance | path

Searched refs:strtol (Results 101 - 125 of 740) sorted by relevance

12345678910>>...30

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
H A Dcpuset_memory_pressure.c43 if ((use = strtol(argv[1], NULL, 10)) < 0) { in main()
/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dcreate_datafile.c52 bufnum = strtol(argv[1], NULL, 0); in main()
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs04_create_file.c52 bufnum = strtol(argv[1], NULL, 0); in main()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_interrupt_test.cpp338 ContentType contentType = static_cast<ContentType>(strtol(argv[argIndexTwo], NULL, numBase)); in main()
339 StreamUsage streamUsage = static_cast<StreamUsage>(strtol(argv[argIndexThree], NULL, numBase)); in main()
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache.cpp188 return std::strtol(a.value[LRU_INDEX].c_str(), nullptr, DECIMAL_BASE) > in ReadCacheFromJsonValue()
189 std::strtol(b.value[LRU_INDEX].c_str(), nullptr, DECIMAL_BASE); in ReadCacheFromJsonValue()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dmkregtable.c228 last_reg = strtol(last_reg_s, NULL, 16); in parser_auth()
251 o = strtol(&buf[match[1].rm_so], NULL, 16); in parser_auth()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_tx_iptunnel_user.c120 tmp_min_port = strtol(optarg, &end, 10); in parse_ports()
128 tmp_max_port = strtol(end, NULL, 10); in parse_ports()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dnamespaces.c109 nsi->tgid = (pid_t)strtol(strrchr(statln, '\t'), in nsinfo__init()
115 nsi->nstgid = (pid_t)strtol(strrchr(statln, '\t'), in nsinfo__init()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dmkregtable.c228 last_reg = strtol(last_reg_s, NULL, 16); in parser_auth()
251 o = strtol(&buf[match[1].rm_so], NULL, 16); in parser_auth()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c197 max_vm = strtol(argv[1], NULL, 0); in main()
202 max_vcpu = strtol(argv[2], NULL, 0); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c39 ret = strtol(arg, NULL, 10); in parse_arg()
47 ret = strtol(arg, NULL, 10); in parse_arg()
H A Dbench_bpf_loop.c33 args.nr_loops = strtol(arg, NULL, 10); in parse_arg()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_tx_iptunnel_user.c119 tmp_min_port = strtol(optarg, &end, 10); in parse_ports()
127 tmp_max_port = strtol(end, NULL, 10); in parse_ports()
/third_party/ffmpeg/libavcodec/
H A Dfilter_units_bsf.c62 value = strtol(str, &value_end, 0); in filter_units_make_type_list()
69 range_end = strtol(str, &value_end, 0); in filter_units_make_type_list()
/third_party/ffmpeg/libavformat/
H A Dassenc.c169 dialogue->readorder = strtol(p, &p, 10); in write_packet()
179 layer = strtol(p, &p, 10); in write_packet()
/third_party/curl/tests/http/clients/
H A Dws-data.c218 l1 = strtol(argv[2], NULL, 10); in main()
223 l2 = strtol(argv[3], NULL, 10); in main()
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c297 iterations = strtol(argv[optind++], NULL, 0); in main()
299 nthreads = strtol(argv[optind++], NULL, 0); in main()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp230 int32_t majorTmp = static_cast<int32_t>(std::strtol(numberPtr, &endPtr, 10)); in ParseMacMachineModel()
236 int32_t minorTmp = static_cast<int32_t>(std::strtol(commaPtr, &endPtr, 10)); in ParseMacMachineModel()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtesting_helpers.c15 num = strtol(s, &next, 10); in parse_num_list()
/third_party/cups/
H A Dconfig.h55 # define strtoll(nptr, endptr, base) strtol((nptr), (endptr), (base))
/third_party/mesa3d/src/compiler/glsl/
H A Dmain.cpp85 options.glsl_version = strtol(optarg, NULL, 10); in main()
/third_party/musl/src/network/
H A Dgetservbyport_r.c56 if (strtol(buf, 0, 10)==ntohs(port)) return ENOENT; in getservbyport_r()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetservbyport_r.c55 if (strtol(buf, 0, 10)==ntohs(port)) return ENOENT; in getservbyport_r()
/third_party/ltp/testcases/lib/
H A Dtst_sleep.c53 interval = strtol(argv[optind], &end, 10); in main()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
H A Dftstdlib.h155 #define ft_strtol strtol

Completed in 9 milliseconds

12345678910>>...30