HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 101 - 125 of 3061) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/strconv/
doc.go 10 // The most common numeric conversions are Atoi (string to int) and Itoa (int to string).
12 // i, err := strconv.Atoi("-42")
  /prebuilts/go/linux-x86/src/strconv/
doc.go 10 // The most common numeric conversions are Atoi (string to int) and Itoa (int to string).
12 // i, err := strconv.Atoi("-42")
  /system/core/init/
watchdogd.cpp 34 if (argc >= 2) interval = atoi(argv[1]);
37 if (argc >= 3) margin = atoi(argv[2]);
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 83 buffers = atoi(optarg);
86 frames = atoi(optarg);
89 width = atoi(optarg);
92 height = atoi(optarg);
104 fps = atoi(optarg);
107 time_to_capture = atoi(optarg);
  /external/libopus/celt/
opus_custom_demo.c 71 channels = atoi(argv[2]);
72 frame_size = atoi(argv[3]);
80 bytes_per_packet = atoi(argv[4]);
124 complexity=atoi(argv[5]);
148 if (rand()%atoi(argv[8])==0)
166 if (argc==9 && rand()%1000<atoi(argv[argc-3]))
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call_mt.c 87 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf,
95 progNum + atoi(arg), VERSNUM, 1024, 1024);
107 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS);
126 int threadNb = atoi(argc[3]);
131 progNum = atoi(argc[2]);
133 callNb = atoi(argc[4]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
tirpc_expertlevel_clnt_call_mt.c 85 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf,
92 progNum + atoi(arg), VERSNUM, 0, 0);
104 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS);
123 int threadNb = atoi(argc[3]);
128 progNum = atoi(argc[2]);
130 callNb = atoi(argc[4]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_mt.c 87 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf,
94 cs = rpcb_rmtcall(nconf, hostname, progNum + atoi(arg), VERSNUM,
99 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS);
118 int threadNb = atoi(argc[3]);
123 progNum = atoi(argc[2]);
125 callNb = atoi(argc[4]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
tirpc_svc_reg_mt.c 69 svc_unreg(progNum + atoi(arg), VERSNUM);
70 thread_array_result[atoi(arg)] +=
71 svc_reg(transp, progNum + atoi(arg), VERSNUM, exm_proc,
90 int threadNb = atoi(argc[3]);
95 progNum = atoi(argc[2]);
96 callNb = atoi(argc[4]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
tirpc_rpc_call_mt.c 65 rslt = rpc_call(hostname, progNum + atoi(arg), VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
70 thread_array_result[atoi(arg)] =
71 thread_array_result[atoi(arg)] + (rslt == RPC_SUCCESS);
90 int threadNb = atoi(argc[3]);
96 progNum = atoi(argc[2]);
97 callNb = atoi(argc[4]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/
tirpc_rpc_reg_mt.c 66 thread_array_result[atoi(arg)] =
67 thread_array_result[atoi(arg)] + !rpc_reg(progNum +
68 atoi(arg),
95 int threadNb = atoi(argc[3]);
101 progNum = atoi(argc[2]);
102 callNb = atoi(argc[4]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_mt.c 71 thread_array_result[atoi(arg)] = 0;
80 thread_array_result[atoi(arg)] =
81 thread_array_result[atoi(arg)] + (rslt == RPC_SUCCESS);
100 int threadNb = atoi(argc[3]);
105 progNum = atoi(argc[2]);
108 callNb = atoi(argc[4]);
  /external/valgrind/perf/
memrw.c 89 sz_b = atoi(argv[a+1]);
91 nr_b = atoi(argv[a+1]);
93 nr_b_ws = atoi(argv[a+1]);
95 nr_loops = atoi(argv[a+1]);
97 nr_repeat = atoi(argv[a+1]);
99 verbose = atoi(argv[a+1]);
  /system/vold/
CryptCommandListener.cpp 383 atoi(argv[2]), atoi(argv[3]), atoi(argv[4]) != 0));
387 return sendGenericOkFailOnBool(cli, e4crypt_destroy_user_key(atoi(argv[2])));
392 atoi(argv[2]), atoi(argv[3]), argv[4], argv[5]));
396 return sendGenericOkFailOnBool(cli, e4crypt_fixate_newest_user_key_auth(atoi(argv[2])));
401 atoi(argv[2]), atoi(argv[3]), argv[4], argv[5]));
405 return sendGenericOkFailOnBool(cli, e4crypt_lock_user_key(atoi(argv[2])))
    [all...]
  /external/eigen/bench/
spmv.cpp 51 rows = atoi(argv[i]+1);
55 cols = atoi(argv[i]+1);
59 nnzPerCol = atoi(argv[i]+1);
63 tries = atoi(argv[i]+1);
67 repeats = atoi(argv[i]+1);
  /external/libvorbis/vq/
huffbuild.c 82 loval=atoi(argv[2]);
83 maxval=atoi(dpos+1);
87 begin=atoi(argv[2]);
91 n=atoi(pos+1);
96 subn=atoi(pos+1);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
tirpc_interlevel_clnt_call_mt.c 79 thread_array_result[atoi(arg)] = 0;
88 thread_array_result[atoi(arg)] += (rslt == RPC_SUCCESS);
107 int threadNb = atoi(argc[3]);
112 progNum = atoi(argc[2]);
114 callNb = atoi(argc[4]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_mt.c 58 int sndVar = atoi(arg);
72 thread_array_result[atoi(arg)] += (rslt == RPC_SUCCESS);
91 int threadNb = atoi(argc[3]);
97 progNum = atoi(argc[2]);
98 callNb = atoi(argc[4]);
  /hardware/qcom/display/msm8084/libqdutils/
profiler.cpp 53 debug_fps_level = atoi(prop);
74 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
78 debug_fps_metadata.time_period = atoi(prop);
81 debug_fps_metadata.period = atoi(prop);
89 debug_fps_metadata.ignorethresh_us = atoi(prop);
  /hardware/qcom/display/msm8226/libqdutils/
profiler.cpp 53 debug_fps_level = atoi(prop);
74 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
78 debug_fps_metadata.time_period = atoi(prop);
81 debug_fps_metadata.period = atoi(prop);
89 debug_fps_metadata.ignorethresh_us = atoi(prop);
  /hardware/qcom/display/msm8909/libqdutils/
profiler.cpp 53 debug_fps_level = atoi(prop);
74 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
78 debug_fps_metadata.time_period = atoi(prop);
81 debug_fps_metadata.period = atoi(prop);
89 debug_fps_metadata.ignorethresh_us = atoi(prop);
  /hardware/qcom/display/msm8960/libqdutils/
profiler.cpp 52 debug_fps_level = atoi(prop);
73 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
77 debug_fps_metadata.time_period = atoi(prop);
80 debug_fps_metadata.period = atoi(prop);
88 debug_fps_metadata.ignorethresh_us = atoi(prop);
  /hardware/qcom/display/msm8994/libqdutils/
profiler.cpp 53 debug_fps_level = atoi(prop);
74 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
78 debug_fps_metadata.time_period = atoi(prop);
81 debug_fps_metadata.period = atoi(prop);
89 debug_fps_metadata.ignorethresh_us = atoi(prop);
  /hardware/qcom/display/msm8996/libqdutils/
profiler.cpp 53 debug_fps_level = atoi(prop);
74 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
78 debug_fps_metadata.time_period = atoi(prop);
81 debug_fps_metadata.period = atoi(prop);
89 debug_fps_metadata.ignorethresh_us = atoi(prop);
  /hardware/qcom/display/msm8998/libqdutils/
profiler.cpp 54 debug_fps_level = atoi(prop);
75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
79 debug_fps_metadata.time_period = atoi(prop);
82 debug_fps_metadata.period = atoi(prop);
90 debug_fps_metadata.ignorethresh_us = atoi(prop);

Completed in 993 milliseconds

1 2 3 45 6 7 8 91011>>