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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 60 func atoi(b []byte) (n uint) { func
110 return atoi(b[m : n-1]), nil
222 w.Pid = int(atoi(f[0]))
223 w.Time[0] = uint32(atoi(f[1]))
224 w.Time[1] = uint32(atoi(f[2]))
225 w.Time[2] = uint32(atoi(f[3]))
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 60 func atoi(b []byte) (n uint) { func
110 return atoi(b[m : n-1]), nil
222 w.Pid = int(atoi(f[0]))
223 w.Time[0] = uint32(atoi(f[1]))
224 w.Time[1] = uint32(atoi(f[2]))
225 w.Time[2] = uint32(atoi(f[3]))
  /build/soong/ui/tracer/
ninja.go 78 begin, err := strconv.Atoi(fields[0])
83 end, err := strconv.Atoi(fields[1])
  /external/autotest/client/tests/synctest/src/
synctest.c 47 len = atoi(argv[1]);
48 loop = atoi(argv[2]);
  /external/compiler-rt/test/asan/TestCases/Linux/
stress_dtls.c 76 num_threads = atoi(argv[1]);
78 num_libs = atoi(argv[2]);
  /external/eigen/bench/
bench_gemm.cpp 161 s = atoi(argv[i++]);
165 n = atoi(argv[i++]);
166 p = atoi(argv[i++]);
172 cache_size1 = atoi(argv[i++]);
175 cache_size2 = atoi(argv[i++]);
177 cache_size3 = atoi(argv[i++]);
183 tries = atoi(argv[i++]);
188 rep = atoi(argv[i++]);
  /external/eigen/bench/btl/data/
regularize.cxx 48 int start_cut_size=atoi(argv[2]);
49 int stop_cut_size=atoi(argv[3]);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper_unittest_helper.cc 79 int pipefd = atoi(argv[1]);
80 int num_threads = atoi(argv[2]);
  /external/libmicrohttpd/src/examples/
fileserver_example_external_select.c 121 atoi (argv[1]),
125 end = time (NULL) + atoi (argv[2]);
  /external/libnl/src/
nf-log.c 85 nfnl_log_set_group(log, atoi(argv[2]));
99 copy_range = atoi(argv[4]);
nf-queue.c 97 nfnl_queue_set_group(queue, atoi(argv[2]));
111 copy_range = atoi(argv[4]);
  /external/llvm/test/Transforms/SCCP/
2006-10-23-IPSCCP-Crash.ll 64 %tmp229 = call i32 @atoi( ) ; <i32> [#uses=1]
93 declare i32 @atoi()
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap05.c 130 size = atoi(opt_allocstr);
441 tst_resm(TINFO, "%s is %d.", string, atoi(buf));
442 if (atoi(buf) != value) {
444 atoi(buf));
460 tst_resm(TINFO, "%s is %d.", pattern, atoi(buf));
461 if (atoi(buf) != value) {
463 atoi(buf));
481 hugepagesize = atoi(buf) * 1024;
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress06.c 56 extern int atoi(const char *);
73 if (argc != 2 || !(sleep_time = atoi(argv[1]))) {
  /external/ltp/testcases/network/nfsv4/locks/
netsync.c 203 *type = atoi(p);
208 *nThread = atoi(p);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall_stress.c 53 int progNum = atoi(argc[2]);
61 int nbCall = atoi(argc[3]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
rpc_clnt_broadcast_complex.c 65 int progNum = atoi(argc[2]);
71 maxAnswer = atoi(argc[3]);
rpc_clnt_broadcast_performance.c 99 int progNum = atoi(argc[2]);
105 maxIter = atoi(argc[3]);
rpc_clnt_broadcast_scalability.c 99 int progNum = atoi(argc[2]);
105 maxIter = atoi(argc[3]);
rpc_clnt_broadcast_stress.c 51 int progNum = atoi(argc[2]);
55 int nbCall = atoi(argc[3]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
rpc_clntraw_create_performance.c 97 int progNum = atoi(argc[2]);
101 maxIter = atoi(argc[3]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
rpc_clnttcp_create_stress.c 54 int progNum = atoi(argc[2]);
59 int nbCall = atoi(argc[3]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
rpc_clntudp_create_stress.c 54 int progNum = atoi(argc[2]);
60 int nbCall = atoi(argc[3]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_performance.c 97 int progNum = atoi(argc[2]);
103 maxIter = atoi(argc[3]);
rpc_callrpc_scalability.c 97 int progNum = atoi(argc[2]);
103 maxIter = atoi(argc[3]);

Completed in 1130 milliseconds

1 2 3 4 5 6 7 8 91011>>