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

1 2 3 4 5 67 8 91011>>

  /external/libmicrohttpd/src/examples/
authorization_example.c 101 atoi (argv[1]),
105 sleep (atoi (argv[2]));
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_wait_timeout.c 58 timeout_ns = atoi(optarg);
61 log_verbosity(atoi(optarg));
  /external/llvm/test/Analysis/ScalarEvolution/
2008-06-12-BinomialInt64.ll 25 %tmp8 = tail call i32 @atoi( i8* null ) nounwind readonly ; <i32> [#uses=1]
43 declare i32 @atoi(i8*) nounwind readonly
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create/
rpc_clnt_create_stress.c 49 int progNum = atoi(argc[2]);
52 int nbCall = atoi(argc[3]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_destroy/
rpc_clnt_destroy_stress.c 49 int progNum = atoi(argc[2]);
52 int nbCall = atoi(argc[3]);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_stress.c 49 int progNum = atoi(argc[2]);
53 int nbCall = atoi(argc[3]);
  /external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
2008-06-12-BinomialInt64.ll 25 %tmp8 = tail call i32 @atoi( i8* null ) nounwind readonly ; <i32> [#uses=1]
43 declare i32 @atoi(i8*) nounwind readonly
  /external/syslinux/bios/com32/gfxboot/
gfxboot.elf 
  /external/syslinux/efi32/com32/gfxboot/
gfxboot.elf 
  /external/valgrind/drd/tests/
omp_prime.c 55 num_threads = atoi(optarg);
71 n = atoi(argv[optind]);
rwlock_test.c 68 s_num_iterations = atoi(optarg);
71 s_num_threads = atoi(optarg);
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 43 int noBootAnimation = atoi(value);
46 noBootAnimation = atoi(value);
  /prebuilts/go/darwin-x86/src/strconv/
strconv_test.go 60 _, errInt := Atoi("INVALID")
70 {errInt, "Atoi"},
  /prebuilts/go/linux-x86/src/strconv/
strconv_test.go 60 _, errInt := Atoi("INVALID")
70 {errInt, "Atoi"},
  /system/extras/tests/cpueater/
daemonize.c 59 delay = atoi(*argv);
61 delay = atoi(*++argv);
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
demangler-fuzzer.c 74 seed = atoi (optarg);
79 maxcount = atoi (optarg);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 272 if (atoi(cmd)) {
352 relative_rssi = atoi(cmd);
372 adjust_rssi = atoi(pos);
425 atoi(value), -1, -1, -1);
428 -1, atoi(value), -1, -1);
431 -1, -1, atoi(value), -1);
434 -1, -1, -1, atoi(value));
437 atoi(value))) {
446 atoi(value))) {
454 atoi(value)))
    [all...]
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
sleeper.c 53 sleep(atoi(argv[2]));
  /external/compiler-rt/test/asan/TestCases/
intra-object-overflow.cc 25 int idx = argc == 2 ? atoi(argv[1]) : 0;
max_redzone.cc 16 bool large_redzone = atoi(argv[1]);
  /external/compiler-rt/test/tsan/
mutex_cycle_long.c 14 if (argc > 1) num_mutexes = atoi(argv[1]);
  /external/eigen/bench/btl/data/
mean.cxx 73 int min_in_cache=atoi(argv[2]);
74 int max_in_cache=atoi(argv[3]);
75 int min_out_of_cache=atoi(argv[4]);
76 int max_out_of_cache=atoi(argv[5]);
  /external/iptables/iptables/
xtables-config-syntax.l 37 {integer} { yylval.val = atoi(yytext); return T_INTEGER; }
  /external/libcap/progs/
getpcaps.c 38 pid = atoi(argv[0]);
  /external/ltp/testcases/kernel/controllers/cgroup/
test_6_2.c 42 usec = atoi(argv[1]);

Completed in 1596 milliseconds

1 2 3 4 5 67 8 91011>>