Home
last modified time | relevance | path

Searched refs:strtol (Results 276 - 300 of 656) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/benchmark/src/
H A Dstring_util.cc172 * strtol, strtod. Note that reimplemented functions are in benchmark::
208 const long result = strtol(strStart, &strEnd, base); in stoi()
/third_party/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp129 int i = strtol(argv[argNum], &endp, 0); in processOptions()
/third_party/jerryscript/jerry-main/
H A Dcli.c211 long int value = strtol (state_p->arg, &endptr, 10); in cli_consume_int()
H A Dmain-unix.c193 err_line = (unsigned int) strtol ((char *) current_p, (char **) &current_p, 10); in print_unhandled_exception()
197 err_col = (unsigned int) strtol ((char *) current_p, NULL, 10); in print_unhandled_exception()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp114 U->push_back(strtol(Hex, nullptr, 16)); in ParseOneDictionaryEntry()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_xfb_varying.c87 unsigned index = strtol(name + 1, &endptr, 10); in get_deref()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c132 opt_value = strtol(optarg, &endptr, DECIMAL); in checkopt()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.c142 num = strtol(value, NULL, 0); in parse_attribute()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_compiler.c151 chipset = strtol(argv[++i], NULL, 16); in main()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h184 # define strtoimax strtol
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_util.c95 const long line_number = strtol(++p_line, &p_level_tmp, 10); in ossl_cmp_log_parse_metadata()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_ctrl.c315 l = strtol(arg, &ptr, 10); in ENGINE_ctrl_cmd_string()
/third_party/openssl/crypto/engine/
H A Deng_ctrl.c315 l = strtol(arg, &ptr, 10); in ENGINE_ctrl_cmd_string()
/third_party/openssl/crypto/cmp/
H A Dcmp_util.c95 const long line_number = strtol(++p_line, &p_level_tmp, 10); in ossl_cmp_log_parse_metadata()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
H A Dstrsrch.cpp129 int i = strtol(argv[argNum], &endp, 0); in processOptions()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h184 # define strtoimax strtol
/third_party/ffmpeg/libavformat/
H A Drtsp.c893 v = strtol(q, &p, 10); in rtsp_parse_range()
897 v = strtol(p, &p, 10); in rtsp_parse_range()
995 th->ttl = strtol(p, &end, 10); in rtsp_parse_transport()
1101 (t = strtol(p, NULL, 10)) > 0) { in ff_rtsp_parse_line()
1105 reply->content_length = strtol(p, NULL, 10); in ff_rtsp_parse_line()
1109 reply->seq = strtol(p, NULL, 10); in ff_rtsp_parse_line()
1120 reply->notice = strtol(p, NULL, 10); in ff_rtsp_parse_line()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dmsg_zerocopy.c726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconf.c96 seed = strtol(env, &endp, 0); in set_randconfig_seed()
191 int tmp = strtol(env, &endp, 10); in conf_set_all_new_symbols()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dmsg_zerocopy.c726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_loader.c123 tmp = strtol(str + 2, &end, 16); in parse_int()
125 tmp = strtol(str, &end, 10); in parse_int()
/third_party/ffmpeg/libavfilter/
H A Daf_join.c124 input_idx = strtol(cur, &cur, 0); in parse_maps()
136 map->in_channel_idx = strtol(cur, &p, 0); in parse_maps()
/third_party/ffmpeg/libavutil/
H A Dparseutils.c165 width = strtol(str, (void*)&p, 10); in av_parse_video_size()
168 height = strtol(p, (void*)&p, 10); in av_parse_video_size()
/third_party/libcoap/examples/
H A Doscore-interop-server.c640 log_level = strtol(optarg, NULL, 10); in main()
643 csm_max_message_size = strtol(optarg, NULL, 10); in main()
H A Dcoap-rd.c822 log_level = strtol(optarg, NULL, 10); in main()
825 dtls_log_level = strtol(optarg, NULL, 10); in main()

Completed in 22 milliseconds

1...<<11121314151617181920>>...27