/aosp12/system/nvram/client/ |
H A D | nvram_client.c | 184 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 D | stdio_benchmark.cpp | 247 *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 D | ASessionDescription.cpp | 243 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 D | oslo_config_test.c | 605 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 D | oslo_data_injection_test.c | 213 skip_frames = strtoul(optarg, NULL, 0); in main() 220 max_inject_frames = strtoul(optarg, NULL, 0); in main()
|
/aosp12/art/tools/dmtracedump/ |
H A D | createtesttrace.cc | 134 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 D | suspend_stress.cpp | 72 count = strtoul(optarg, NULL, 0); in main() 75 alarm_time = strtoul(optarg, NULL, 0); in main()
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcStress.cpp | 283 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 D | sdcard.cpp | 257 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 D | task.cpp | 142 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 D | UidRanges.cpp | 81 uid_t uidStart = strtoul(argv[i], &endPtr, 0); in parseFrom() 91 uidEnd = strtoul(endPtr, &endPtr, 0); in parseFrom()
|
/aosp12/art/tools/jfuzz/ |
H A D | jfuzz.cc | 1323 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 D | mkdtimg_core.c | 173 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 D | art_verifier.cc | 117 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 D | stdlib_l.cpp | 53 return strtoul(s, end_ptr, base); in strtoul_l()
|
H A D | arpa_inet.cpp | 43 parts[i] = strtoul(cp, &end, 0); in inet_aton()
|
H A D | grp_pwd.cpp | 293 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 D | liblinker_reloc_bench_150.S | 28 CALL(strtoul)
|
/aosp12/build/make/tools/fs_get_stats/ |
H A D | fs_get_stats.c | 53 perms = (unsigned)strtoul(argv[1], &endptr, 0); in main()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu.c | 905 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 D | http_common.cc | 68 return static_cast<HttpResponseCode>(strtoul(s, nullptr, 10)); in StringToHttpResponseCode()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | FastMixerState.cpp | 77 unsigned long ul = strtoul(value, &endptr, 0); in sMaxFastTracksInit()
|
/aosp12/system/libufdt/sysdeps/ |
H A D | libufdt_sysdeps_posix.c | 47 return strtoul(nptr, endptr, base); in dto_strtoul()
|
/aosp12/hardware/ril/reference-ril/ |
H A D | at_tok.c | 114 l = strtoul(ret, &end, base); in at_tok_nextint_base()
|
/aosp12/system/extras/kexec_tools/ |
H A D | kexecload.c | 86 start_address = (void*)strtoul(optarg, 0, 16); in main()
|