Searched
full:atoi (Results
326 -
350 of
3061) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/ |
cgo.go | 88 try, _ := strconv.Atoi(os.Getenv("GO_CGOCHECKBYTES_TRY"))
|
/system/extras/iotop/ |
tasklist.cpp | 40 pid_t pid = atoi(entry->d_name);
|
/system/extras/tests/framebuffer/ |
fb_test.c | 264 bpp = atoi(argv[1]); 267 id = !!atoi(argv[4]); 272 w = atoi(argv[2]); 273 h = atoi(argv[3]);
|
/system/security/keystore/ |
keystore_cli.cpp | 87 int32_t ret = service->cmd(atoi(argv[2])); \ 107 uid = atoi(argv[3]); \ 131 uid = atoi(argv[3]); \ 243 argc < 4 ? -1 : atoi(argv[3]));
|
/system/update_engine/ |
test_subprocess.cc | 47 int fd = atoi(argv[2]);
|
/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
thread-prctl.c | 134 tracer = atoi(buf); 193 tracee_method = atoi(argv[1]); 200 main_does_ptrace = atoi(argv[2]) != 0;
|
/external/iproute2/bridge/ |
vlan.c | 59 vid = atoi(*argv); 60 vid_end = atoi(p); 63 vid = atoi(*argv);
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
compaction_test.c | 126 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size); 130 (atoi(nr_hugepages))); 137 (atoi(nr_hugepages)));
|
/external/ltp/doc/man3/ |
random_range.3 | 86 r = random_range(atoi(argv[1]), atoi(argv[2]), atoi(argv[3]), &errp);
|
random_range_seed.3 | 86 r = random_range(atoi(argv[1]), atoi(argv[2]), atoi(argv[3]), &errp);
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
cpuctl_latency_check_task.c | 88 test_num = atoi(argv[1]); 89 script_pid = (pid_t) atoi(argv[2]); 90 ALLOWED = atoi(argv[3]);
|
/external/ltp/testcases/kernel/io/stress_cd/ |
stress_cd.c | 205 num_bytes = atoi(optarg) * 1024 * 1024; 208 num_bytes = atoi(optarg); 211 num_threads = atoi(optarg);
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmap-corruption01.c | 88 alarmtime += atoi(optarg) * 60 * 60; 91 alarmtime += atoi(optarg) * 60; 94 alarmtime += atoi(optarg);
|
/external/ltp/testcases/kernel/syscalls/epoll2/examples/ |
epoll-test.c | 565 msgsize = atoi(argv[i]); 570 port = atoi(argv[i]); 575 maxsfd = atoi(argv[i]); 580 stksize = atoi(argv[i]); 654 length = atoi(line); 712 port = atoi(argv[i]); 717 maxconns = atoi(argv[i]); 722 nconns = atoi(argv[i]); 730 nreqsess = atoi(argv[i]); 740 stksize = atoi(argv[i]) [all...] |
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
tirpc_interlevel_clnt_call_scalability.c | 110 int threadNb = atoi((char *)argc[3]); 126 progNum = atoi((char *)argc[2]); 127 callNb = atoi((char *)argc[4]);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
tirpc_toplevel_clnt_call_scalability.c | 100 int threadNb = atoi((char *)argc[3]); 116 progNum = atoi((char *)argc[2]); 117 callNb = atoi((char *)argc[4]);
|
/hardware/intel/img/psb_video/src/ |
tng_slotorder.c | 154 bframes = atoi(argv[1]); 155 intracnt = atoi(argv[2]); 156 frame_num = atoi(argv[3]);
|
/prebuilts/go/darwin-x86/src/strconv/ |
atoi.go | 200 // Atoi returns the result of ParseInt(s, 10, 0) converted to type int. 201 func Atoi(s string) (int, error) { 202 const fnAtoi = "Atoi"
|
/prebuilts/go/linux-x86/src/strconv/ |
atoi.go | 200 // Atoi returns the result of ParseInt(s, 10, 0) converted to type int. 201 func Atoi(s string) (int, error) { 202 const fnAtoi = "Atoi"
|
/system/extras/alloc-stress/ |
alloc-stress.cpp | 183 write_oomadj_to_lmkd(atoi(argv[2])); 184 Pipe p{atoi(argv[3]), atoi(argv[4])};
|
/external/ltp/testcases/kernel/io/direct_io/ |
diotest6.c | 236 if ((bufsize = atoi(optarg)) <= 0) { 247 if ((offset = atoi(optarg)) <= 0) { 253 if ((iter = atoi(optarg)) <= 0) { 259 if ((numchild = atoi(optarg)) <= 0) { 265 if ((nvector = atoi(optarg)) <= 0) {
|
/external/tinyalsa/ |
tinymix.c | 88 card = atoi(optarg); 199 ctl = mixer_get_ctl(mixer, atoi(control)); 343 ctl = mixer_get_ctl(mixer, atoi(control)); 363 int value = atoi(values[0]); 380 if (mixer_ctl_set_value(ctl, i, atoi(values[i]))) {
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 145 pasv_dwell = (u16)atoi(pasv_ptr); 149 channel = (u8)atoi(cmd + 5); 300 no_of_chan = atoi(cmd + 13); 387 si->current_signal = atoi(prssi + strlen(RSSI_CMD) + 1); 393 si->current_txrate = atoi(buf + strlen(LINKSPEED_CMD) + 1) * 1000;
|
/hardware/qcom/audio/hal/ |
platform_info.c | 144 int id = atoi((char *)attr[5]); 211 tbl_entry.level = atoi(attr[3]); 243 if (platform_set_snd_device_acdb_id(index, atoi((char *)attr[3])) < 0) { 245 __func__, attr[1], PLATFORM_INFO_XML_PATH, atoi((char *)attr[3])); 285 platform_add_operator_specific_device(snd_device, (char *)attr[3], (char *)attr[5], atoi((char *)attr[7]));
|
/system/extras/latencytop/ |
latencytop.c | 86 delay = atoi(argv[++i]); 94 iterations = atoi(argv[++i]); 106 pid = atoi(argv[++i]); 114 tid = atoi(argv[++i]); 222 tid = atoi(ent->d_name);
|
Completed in 1575 milliseconds
<<11121314151617181920>>