Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 25 of 123) sorted by relevance

12345

/aosp12/system/nvram/client/
H A Dnvram_client.c184 uint32_t index = strtoul(args[0], NULL, 0); in HandleGetSpaceSize()
196 uint32_t index = strtoul(args[0], NULL, 0); in HandleGetSpaceControls()
234 uint32_t index = strtoul(args[0], NULL, 0); in HandleIsSpaceReadLocked()
248 uint32_t index = strtoul(args[0], NULL, 0); in HandleIsSpaceWriteLocked()
262 uint32_t index = strtoul(args[0], NULL, 0); in HandleCreateSpace()
289 uint32_t index = strtoul(args[0], NULL, 0); in HandleDeleteSpace()
300 uint32_t index = strtoul(args[0], NULL, 0); in HandleWriteSpace()
306 uint32_t index = strtoul(args[0], NULL, 0); in HandleReadSpace()
332 uint32_t index = strtoul(args[0], NULL, 0); in HandleEnableWriteLock()
338 uint32_t index = strtoul(args[0], NULL, 0); in HandleEnableReadLock()
/aosp12/bionic/benchmarks/
H A Dstdio_benchmark.cpp247 *start = strtoul(old_str, &str, 16); in ParseMap()
252 *end = strtoul(old_str, &str, 16); in ParseMap()
271 *offset = strtoul(old_str, &str, 16); in ParseMap()
276 (void)strtoul(old_str, &str, 16); in ParseMap()
280 (void)strtoul(str, &str, 16); in ParseMap()
285 (void)strtoul(old_str, &str, 10); in ParseMap()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp243 unsigned long x = strtoul(lastSpacePos + 1, &end, 10); in getFormatType()
277 *width = strtoul(s, &end, 10); in getDimensions()
282 *height = strtoul(s, &end, 10); in getDimensions()
321 unsigned long x = strtoul(s, &end, 10); in ParseFormatDesc()
330 unsigned long x = strtoul(s, &end, 10); in ParseFormatDesc()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_config_test.c605 reg_val = strtoul(optarg, NULL, 0); in main()
636 ping_timeout_sec = strtoul(optarg, NULL, 0); in main()
645 route_enable = (strtoul(optarg, NULL, 0) != 0) ? true : false; in main()
654 reg_addr = strtoul(optarg, NULL, 0); in main()
663 reg_addr = strtoul(optarg, NULL, 0); in main()
722 inject_mode = strtoul(optarg, NULL, 0); in main()
H A Doslo_data_injection_test.c213 skip_frames = strtoul(optarg, NULL, 0); in main()
220 max_inject_frames = strtoul(optarg, NULL, 0); in main()
/aosp12/art/tools/dmtracedump/
H A Dcreatetesttrace.cc134 int32_t threadId = strtoul(cp, &cp, 0); in parseInputFile()
179 time = strtoul(cp, &cp, 0); in parseInputFile()
181 threadId = strtoul(cp, &cp, 0); in parseInputFile()
416 versionNumber = strtoul(optarg, nullptr, 0); in parseOptions()
/aosp12/system/extras/tests/suspend_stress/
H A Dsuspend_stress.cpp72 count = strtoul(optarg, NULL, 0); in main()
75 alarm_time = strtoul(optarg, NULL, 0); in main()
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp283 numSet = strtoul(optarg, &chptr, 10); in main()
299 startPass = strtoul(optarg, &chptr, 10); in main()
315 endPass = strtoul(optarg, &chptr, 10); in main()
331 startPass = endPass = strtoul(optarg, &chptr, 10); in main()
/aosp12/system/core/sdcard/
H A Dsdcard.cpp257 uid = strtoul(optarg, NULL, 10); in main()
260 gid = strtoul(optarg, NULL, 10); in main()
263 userid = strtoul(optarg, NULL, 10); in main()
/aosp12/frameworks/native/services/vr/performanced/
H A Dtask.cpp142 thread_count_ = std::strtoul(value.c_str(), nullptr, 10); in ReadStatusFields()
144 cpus_allowed_mask_ = std::strtoul(value.c_str(), nullptr, 16); in ReadStatusFields()
/aosp12/system/netd/server/
H A DUidRanges.cpp81 uid_t uidStart = strtoul(argv[i], &endPtr, 0); in parseFrom()
91 uidEnd = strtoul(endPtr, &endPtr, 0); in parseFrom()
/aosp12/art/tools/jfuzz/
H A Djfuzz.cc1323 seed = strtoul(optarg, nullptr, 0); // deterministic seed in main()
1326 expr_depth = strtoul(optarg, nullptr, 0); in main()
1329 stmt_length = strtoul(optarg, nullptr, 0); in main()
1332 if_nest = strtoul(optarg, nullptr, 0); in main()
1335 loop_nest = strtoul(optarg, nullptr, 0); in main()
1338 try_nest = strtoul(optarg, nullptr, 0); in main()
/aosp12/system/libufdt/utils/src/
H A Dmkdtimg_core.c173 uint32_t value = strtoul(value_str, &end, 0); in get_fdt32_from_number_or_prop()
300 global_options->page_size = strtoul(value, NULL, 0); in set_global_options()
302 global_options->version = strtoul(value, NULL, 0); in set_global_options()
/aosp12/art/tools/art_verifier/
H A Dart_verifier.cc117 repetitions_ = strtoul(raw_option + strlen("--repetitions="), &end, 10); in ParseCustom()
120 api_level_ = strtoul(raw_option + strlen("--api-level="), &end, 10); in ParseCustom()
/aosp12/bionic/libc/bionic/
H A Dstdlib_l.cpp53 return strtoul(s, end_ptr, base); in strtoul_l()
H A Darpa_inet.cpp43 parts[i] = strtoul(cp, &end, 0); in inet_aton()
H A Dgrp_pwd.cpp293 userid = strtoul(name+1, &end, 10); in app_id_from_name()
308 appid = strtoul(end+2, &end, 10) + AID_SHARED_GID_START; in app_id_from_name()
315 appid = strtoul(end+2, &end, 10); in app_id_from_name()
335 appid = strtoul(end+2, &end, 10) + AID_ISOLATED_START; in app_id_from_name()
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_150.S28 CALL(strtoul)
/aosp12/build/make/tools/fs_get_stats/
H A Dfs_get_stats.c53 perms = (unsigned)strtoul(argv[1], &endptr, 0); in main()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c905 sdreg.offset = strtoul(argv[1], &ptr, 0); in dhd_sdreg()
925 sdreg.value = strtoul(argv[2], &ptr, 0); in dhd_sdreg()
1007 addr = strtoul(argv[0], &ptr, 0); in dhd_membytes()
1014 len = strtoul(argv[1], &ptr, 0); in dhd_membytes()
1315 offset = strtoul(*++argv, &endptr, 0) * 2; in dhd_sprom()
2595 sdreg.func = strtoul(*argv++, &endptr, 0); in dhd_sd_reg()
2604 sdreg.offset = strtoul(*argv++, &endptr, 0); in dhd_sd_reg()
2612 sdreg.value = strtoul(*argv, &endptr, 0); in dhd_sd_reg()
2686 val = strtoul(s, &endptr, 0); in dhd_do_msglevel()
3078 n->addr[i++] = (uint8)strtoul(a, &c, 0); in dhd_atoip()
[all …]
/aosp12/system/update_engine/common/
H A Dhttp_common.cc68 return static_cast<HttpResponseCode>(strtoul(s, nullptr, 10)); in StringToHttpResponseCode()
/aosp12/frameworks/av/services/audioflinger/
H A DFastMixerState.cpp77 unsigned long ul = strtoul(value, &endptr, 0); in sMaxFastTracksInit()
/aosp12/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_posix.c47 return strtoul(nptr, endptr, base); in dto_strtoul()
/aosp12/hardware/ril/reference-ril/
H A Dat_tok.c114 l = strtoul(ret, &end, base); in at_tok_nextint_base()
/aosp12/system/extras/kexec_tools/
H A Dkexecload.c86 start_address = (void*)strtoul(optarg, 0, 16); in main()

12345