HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 1 - 25 of 1805) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
atoi.c 2 #define NAME atoi
  /external/clang/test/CodeGen/
debug-line-1.c 9 extern int atoi(const char *);
12 int x = atoi(arg);
  /external/clang/test/Analysis/
redefined_system.c 13 char atoi();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
  /external/syslinux/com32/samples/
localboot.c 6 syslinux_local_boot(argc > 1 ? atoi(argv[1]) : 0);
  /external/strace/tests/
check_sigblock.c 40 const int block = !!atoi(av[1]);
41 const int signum = atoi(av[2]);
check_sigign.c 41 const int ign = !!atoi(av[1]);
42 const int signum = atoi(av[2]);
set_sigign.c 41 const int ign = atoi(av[1]);
42 const int signum = atoi(av[2]);
sleep.c 43 struct timespec ts = { atoi(av[1]), 0 };
set_sigblock.c 41 const int block = atoi(av[1]);
42 const int signum = atoi(av[2]);
  /external/strace/tests-m32/
check_sigblock.c 40 const int block = !!atoi(av[1]);
41 const int signum = atoi(av[2]);
check_sigign.c 41 const int ign = !!atoi(av[1]);
42 const int signum = atoi(av[2]);
set_sigign.c 41 const int ign = atoi(av[1]);
42 const int signum = atoi(av[2]);
sleep.c 43 struct timespec ts = { atoi(av[1]), 0 };
  /external/strace/tests-mx32/
check_sigblock.c 40 const int block = !!atoi(av[1]);
41 const int signum = atoi(av[2]);
check_sigign.c 41 const int ign = !!atoi(av[1]);
42 const int signum = atoi(av[2]);
set_sigign.c 41 const int ign = atoi(av[1]);
42 const int signum = atoi(av[2]);
sleep.c 43 struct timespec ts = { atoi(av[1]), 0 };
  /system/extras/simpleperf/runtest/
two_functions.cpp 7 volatile int* p = a + atoi("0");
14 volatile int* p = a + atoi("1");
  /external/libyuv/files/unit_test/
unit_test.cc 56 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_flags); // NOLIN
    [all...]
  /external/compiler-rt/test/asan/TestCases/
atoi_strict.c 1 // 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/
debug.c 60 db_level = atoi(d_level);
61 db_area = atoi(d_area);
70 db_area = atoi(d_area);
  /external/toybox/toys/android/
sendevent.c 33 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/
rpc_cleaner.c 28 int prog_num = atoi(argv[1]);
  /frameworks/base/libs/usb/tests/accessorytest/
accessory.c 48 input_card = atoi(*argv);
52 input_device = atoi(*argv);
56 output_card = atoi(*argv);
60 output_device = atoi(*argv);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
lto-2.c 8 int d = atoi (argv[1]);

Completed in 1227 milliseconds

1 2 3 4 5 6 7 8 91011>>