/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/ |
H A D | cpuset_memory_pressure.c | 43 if ((use = strtol(argv[1], NULL, 10)) < 0) { in main()
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | create_datafile.c | 52 bufnum = strtol(argv[1], NULL, 0); in main()
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs04_create_file.c | 52 bufnum = strtol(argv[1], NULL, 0); in main()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_interrupt_test.cpp | 338 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 D | lru_cache.cpp | 188 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 D | mkregtable.c | 228 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 D | xdp_tx_iptunnel_user.c | 120 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 D | namespaces.c | 109 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 D | mkregtable.c | 228 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 D | kvm_binary_stats_test.c | 197 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 D | bench_local_storage.c | 39 ret = strtol(arg, NULL, 10); in parse_arg() 47 ret = strtol(arg, NULL, 10); in parse_arg()
|
H A D | bench_bpf_loop.c | 33 args.nr_loops = strtol(arg, NULL, 10); in parse_arg()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_tx_iptunnel_user.c | 119 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 D | filter_units_bsf.c | 62 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 D | assenc.c | 169 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 D | ws-data.c | 218 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 D | pthread_cond_many.c | 297 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 D | SystemInfo.cpp | 230 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 D | testing_helpers.c | 15 num = strtol(s, &next, 10); in parse_num_list()
|
/third_party/cups/ |
H A D | config.h | 55 # define strtoll(nptr, endptr, base) strtol((nptr), (endptr), (base))
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | main.cpp | 85 options.glsl_version = strtol(optarg, NULL, 10); in main()
|
/third_party/musl/src/network/ |
H A D | getservbyport_r.c | 56 if (strtol(buf, 0, 10)==ntohs(port)) return ENOENT; in getservbyport_r()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getservbyport_r.c | 55 if (strtol(buf, 0, 10)==ntohs(port)) return ENOENT; in getservbyport_r()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_sleep.c | 53 interval = strtol(argv[optind], &end, 10); in main()
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
H A D | ftstdlib.h | 155 #define ft_strtol strtol
|