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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/cmd/internal/obj/
flag.go 68 n, err := strconv.Atoi(s)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode_test.go 44 mode, err := strconv.Atoi(f[1])
  /prebuilts/go/linux-x86/src/runtime/
string.go 328 // atoi parses an int from a string s.
331 func atoi(s string) (int, bool) { func
376 // atoi32 is like atoi but for integers
379 if n, ok := atoi(s); n == int(int32(n)) {
string_test.go 320 out, ok := runtime.Atoi(test.in)
322 t.Errorf("atoi(%q) = (%v, %v) want (%v, %v)",
329 out, ok := runtime.Atoi(test.in)
331 t.Errorf("atoi(%q) = (%v, %v) want (%v, %v)",
  /prebuilts/misc/windows/sdl2/test/
testsem.c 102 init_sem = atoi(argv[1]);
  /system/core/debuggerd/libdebuggerd/
open_files_list.cpp 52 int fd = atoi(de->d_name);
  /system/core/libsparse/
img2simg.c 61 block_size = atoi(argv[3]);
  /system/extras/tests/storage/
opentest.c 43 nfiles = atoi(argv[2]);
  /system/tools/aidl/tests/
aidl_test_sentinel_searcher.cpp 77 const int timeout_seconds = atoi(timeout_as_str.c_str());
  /toolchain/binutils/binutils-2.25/binutils/
syslex.l 67 yylval.i = atoi(yytext);
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 1068 ld.menuindent = atoi(skipspace(p + 6));
1104 m->mparm[mp] = atoi(skipspace(ep));
1204 kbdtimeout = (atoi(skipspace(p + 7)) * CLK_TCK + 9) / 10;
1211 allowoptions = !!atoi(skipspace(p + 12));
1284 allowimplicit = atoi(skipspace(p + 8));
1286 forceprompt = atoi(skipspace(p + 6));
1288 DisplayCon = atoi(skipspace(p + 7));
1290 allowoptions = atoi(skipspace(p + 12));
1292 noescape = atoi(skipspace(p + 8));
1294 nocomplete = atoi(skipspace(p + 10))
    [all...]
  /bootable/recovery/updater/
updater.cpp 85 int fd = atoi(argv[2]);
155 updater_info.version = atoi(version);
  /device/generic/goldfish/libqemu/
test_guest_2.c 116 localPort = atoi(tcpPort);
127 int size = atoi(packetSize);
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 582 p_test->width = atoi(optarg);
586 p_test->height = atoi(optarg);
590 p_test->col_fmt = color_formats[atoi(optarg)];
602 p_test->tmb_width = atoi(optarg);
606 p_test->tmb_height = atoi(optarg);
610 p_test->main_quality = atoi(optarg);
614 p_test->thumb_quality = atoi(optarg);
628 p_test->client_cnt = atoi(optarg);
  /external/clang/test/Analysis/
taint-tester.c 174 int atoi(const char *nptr);
181 int d = atoi(s); // expected-warning + {{tainted}}
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 66 n_functions = atoi(argv[1]);
68 n_callers = atoi(argv[2]);
  /external/f2fs-tools/fsck/
main.c 56 config.dbg_lv = atoi(optarg);
90 config.dbg_lv = atoi(optarg);
  /external/fec/
vtest27.c 79 framebits = atoi(optarg);
82 trials = atoi(optarg);
vtest29.c 79 framebits = atoi(optarg);
82 trials = atoi(optarg);
vtest39.c 79 framebits = atoi(optarg);
82 trials = atoi(optarg);
vtest615.c 81 framebits = atoi(optarg);
84 trials = atoi(optarg);
  /external/icu/icu4c/source/test/perf/charperf/
charperf.cpp 86 MIN_ = atoi(options[MIN_OPTION_].value);
89 MAX_ = atoi(options[MAX_OPTION_].value);
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 173 pubexp = atoi(optarg);
176 bits = atoi(optarg);
  /external/libcxx/include/
cstdlib 36 int atoi (const char* nptr);
107 using ::atoi;
  /external/libdrm/tests/amdgpu/
amdgpu_test.c 151 suite_id = atoi(optarg);
154 test_id = atoi(optarg);

Completed in 1819 milliseconds

<<21222324252627282930>>