Home
last modified time | relevance | path

Searched refs:strtol (Results 376 - 400 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/curl/lib/
H A Dparsedate.c426 lval = strtol(date, &end, 10); in parsedate()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h496 #define simple_strtol strtol
/third_party/icu/icu4c/source/i18n/
H A Derarules.cpp144 int32_t eraIdx = (int32_t)strtol(eraIdxStr, &endp, 10); in createInstance()
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names.c212 long value = strtol(*argp, &end, 0); in process_signed()
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.cpp83 long array_index = strtol(&name[i], NULL, 10); in link_util_parse_program_resource_name()
/third_party/node/deps/base64/base64/bin/
H A Dbase64.c453 const long wrap = strtol(str, &eptr, 10); in get_wrap()
/third_party/node/deps/icu-small/source/i18n/
H A Derarules.cpp144 int32_t eraIdx = (int32_t)strtol(eraIdxStr, &endp, 10); in createInstance()
/third_party/libevdev/tools/
H A Dlibevdev-tweak-device.c87 v = strtol(str, &endptr, 10); in safe_atoi()
/third_party/libinput/src/
H A Dutil-strings.h154 v = strtol(str, &endptr, base); in safe_atoi_base()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c302 gpu_id = strtol(optarg, NULL, 0); in main()
/third_party/mesa3d/src/util/
H A Du_debug.c202 result = strtol(str, &endptr, 0); in debug_get_num_option()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler.cc196 uint64_t v = static_cast<uint64_t>(std::strtol(str, &new_pos, 16)); in ParseHex()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Derarules.cpp144 int32_t eraIdx = (int32_t)strtol(eraIdxStr, &endp, 10); in createInstance()
/third_party/openssl/test/
H A Ddanetest.c224 v = strtol(cp, &endp, 10); in checked_uint8()
/third_party/toybox/toys/pending/
H A Dcrontab.c65 long val = strtol(num, &num, 10); in getval()
/third_party/toybox/toys/posix/
H A Dod.c237 size = strtol(s, &s, 10); in append_base()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc200 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile()
/third_party/selinux/checkpolicy/
H A Dcheckmodule.c211 n = strtol(optarg, NULL, 10); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Deap_user_db.c95 user->t_c_timestamp = strtol(argv[i], NULL, 10); in get_user_cb()
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp93 sdkVersion = static_cast<deInt32>(strtol(value, DE_NULL, 10)); in androidGetSdkVersion()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Deap_user_db.c95 user->t_c_timestamp = strtol(argv[i], NULL, 10); in get_user_cb()
/third_party/backends/frontend/
H A Dsaned.c577 cidr = strtol (netmask, &end, 10); in check_v4_in_range()
643 cidr = strtol (netmask, &end, 10); in check_v6_in_range()
708 cidr = strtol (netmask, &end, 10); in check_v4_in_range()
2756 val = strtol (optval, &endval, 10);
2779 val = strtol (optval, &endval, 10);
2809 val = strtol (optval, &endval, 10);
/third_party/ffmpeg/libavfilter/
H A Dvf_lut3d.c652 size = strtol(line + 10, NULL, 0); in parse_dat()
686 const int size = strtol(line + 12, NULL, 0); in parse_cube()
777 if (!strncmp(line, "in", 2)) in = strtol(line + 2, NULL, 0); in parse_m3d()
778 else if (!strncmp(line, "out", 3)) out = strtol(line + 3, NULL, 0); in parse_m3d()
920 int npoints = strtol(line, NULL, 0); in parse_cinespace()
1673 int npoints = strtol(line, NULL, 0); in parse_cinespace_1d()
1689 size = strtol(line, NULL, 0); in parse_cinespace_1d()
1727 const int size = strtol(line + 12, NULL, 0); in parse_cube_1d()
/third_party/ffmpeg/fftools/
H A Dopt_common.c1160 report_file_level = strtol(val, &tail, 10); in init_report()
1220 max = strtol(arg, &tail, 10); in opt_max_alloc()
1291 level = strtol(arg, &tail, 10); in opt_loglevel()
/third_party/ffmpeg/libpostproc/
H A Dpostprocess.c768 strtol(options[o], &tail, 0); in pp_get_mode_by_name_and_quality()
782 int val= strtol(options[o], &tail, 0); in pp_get_mode_by_name_and_quality()
796 int val= strtol(options[o], &tail, 0); in pp_get_mode_by_name_and_quality()

Completed in 25 milliseconds

1...<<11121314151617181920>>...30