Searched refs:atoi (Results 1 - 25 of 1205) sorted by relevance

1234567891011>>

/external/syslinux/com32/lib/
H A Datoi.c2 #define NAME atoi
/external/clang/test/CodeGen/
H A Ddebug-line-1.c9 extern int atoi(const char *);
12 int x = atoi(arg);
/external/clang/test/Analysis/
H A Dredefined_system.c13 char atoi();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
/external/syslinux/com32/samples/
H A Dlocalboot.c6 syslinux_local_boot(argc > 1 ? atoi(argv[1]) : 0);
/external/strace/tests/
H A Dcheck_sigblock.c40 const int block = !!atoi(av[1]);
41 const int signum = atoi(av[2]);
H A Dcheck_sigign.c41 const int ign = !!atoi(av[1]);
42 const int signum = atoi(av[2]);
H A Dset_sigign.c41 const int ign = atoi(av[1]);
42 const int signum = atoi(av[2]);
H A Dsleep.c43 struct timespec ts = { atoi(av[1]), 0 };
H A Dset_sigblock.c41 const int block = atoi(av[1]);
42 const int signum = atoi(av[2]);
/external/strace/tests-m32/
H A Dcheck_sigblock.c40 const int block = !!atoi(av[1]);
41 const int signum = atoi(av[2]);
H A Dcheck_sigign.c41 const int ign = !!atoi(av[1]);
42 const int signum = atoi(av[2]);
H A Dset_sigign.c41 const int ign = atoi(av[1]);
42 const int signum = atoi(av[2]);
H A Dsleep.c43 struct timespec ts = { atoi(av[1]), 0 };
H A Dset_sigblock.c41 const int block = atoi(av[1]);
42 const int signum = atoi(av[2]);
/external/strace/tests-mx32/
H A Dcheck_sigblock.c40 const int block = !!atoi(av[1]);
41 const int signum = atoi(av[2]);
H A Dcheck_sigign.c41 const int ign = !!atoi(av[1]);
42 const int signum = atoi(av[2]);
H A Dset_sigign.c41 const int ign = atoi(av[1]);
42 const int signum = atoi(av[2]);
H A Dsleep.c43 struct timespec ts = { atoi(av[1]), 0 };
H A Dset_sigblock.c41 const int block = atoi(av[1]);
42 const int signum = atoi(av[2]);
/external/libyuv/files/unit_test/
H A Dunit_test.cc56 benchmark_iterations_ = atoi(repeat); // NOLINT
67 benchmark_width_ = atoi(width); // NOLINT
74 benchmark_height_ = atoi(height); // NOLINT
81 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
88 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT
115 benchmark_iterations_ = atoi(repeat); // NOLINT
126 benchmark_width_ = atoi(width); // NOLINT
133 benchmark_height_ = atoi(height); // NOLINT
140 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
147 benchmark_cpu_info_ = atoi(cpu_flag
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Datoi_strict.c1 // Test strict_string_checks option in atoi function
21 int r = atoi(array);
28 int r = atoi(array + 9);
37 int r = atoi(array);
/external/ltp/pan/
H A Ddebug.c60 db_level = atoi(d_level);
61 db_area = atoi(d_area);
70 db_area = atoi(d_area);
/external/toybox/toys/android/
H A Dsendevent.c33 ev.type = atoi(toys.optargs[1]);
34 ev.code = atoi(toys.optargs[2]);
35 ev.value = atoi(toys.optargs[3]);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/
H A Drpc_cleaner.c28 int prog_num = atoi(argv[1]);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
H A Dtirpc_rpc_call_complex.c85 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c);
88 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out
91 thread_array_result[atoi(arg)] =
92 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1;
96 atoi(arg), resTbl[atoi(arg)].locRes,
97 resTbl[atoi(arg)].svcRes);
115 int threadNb = atoi(argc[3]);
125 progNum = atoi(arg
[all...]

Completed in 632 milliseconds

1234567891011>>