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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
2007-11-26-AttributeOverload.ll 3 declare i32 @atoi(i8*) nounwind readonly
4 declare i32 @atoi(i8*)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-2.c 8 int d = atoi (argv[1]);
  /external/clang/test/Analysis/
redefined_system.c 13 char atoi();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
  /external/libyuv/files/unit_test/
unit_test.cc 42 benchmark_iterations_ = atoi(repeat); // NOLINT
53 benchmark_width_ = atoi(width); // NOLINT
60 benchmark_height_ = atoi(height); // NOLINT
67 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
74 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT
94 benchmark_iterations_ = atoi(repeat); // NOLINT
105 benchmark_width_ = atoi(width); // NOLINT
112 benchmark_height_ = atoi(height); // NOLINT
119 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT
126 benchmark_cpu_info_ = atoi(cpu_flags); // NOLIN
    [all...]
  /device/google/contexthub/util/sensortest/
sensortest.cpp 113 if ((sensorIndex = findSensorTypeInSensorList(atoi(argv[currArgumentIndex+1]))) < 0) {
114 printf ("No sensor found with type \"%d\"\n", atoi(argv[currArgumentIndex+1]));
118 existingSensorConfigIndex = findSensorTypeInConfigList(atoi(argv[currArgumentIndex+1]));
121 printf("Replacing previous config for sensor type %d\n", atoi(argv[currArgumentIndex+1]));
124 .type = atoi(argv[currArgumentIndex+1]),
125 .rate = atoi(argv[currArgumentIndex+2]),
132 .type = atoi(argv[currArgumentIndex+1]),
133 .rate = atoi(argv[currArgumentIndex+2]),
146 if ((sensorIndex = findSensorTypeInSensorList(atoi(argv[currArgumentIndex+1]))) < 0) {
147 printf ("No sensor found with type \"%d\"\n", atoi(argv[currArgumentIndex+1]))
    [all...]
  /external/clang/test/CodeGen/
debug-line-1.c 9 extern int atoi(const char *);
12 int x = atoi(arg);
  /external/compiler-rt/test/tsan/
bench_shadow_flush.cc 21 mem_size = (uptr)atoi(argv[1]) << 20;
24 stride = (uptr)atoi(argv[2]) << 10;
27 niter = atoi(argv[3]);
30 stride2 = atoi(argv[4]);
  /external/f2fs-tools/mkfs/
f2fs_format_main.c 51 config.heap = atoi(optarg);
56 config.dbg_lv = atoi(optarg);
73 config.overprovision = atoi(optarg);
75 atoi(optarg));
78 config.segs_per_sec = atoi(optarg);
80 atoi(optarg));
83 config.secs_per_zone = atoi(optarg);
84 MSG(0, "Info: Sections per zone = %d\n", atoi(optarg));
87 config.trim = atoi(optarg);
  /external/opencv3/apps/traincascade/
traincascade.cpp 65 numPos = atoi( argv[++i] );
69 numNeg = atoi( argv[++i] );
73 numStages = atoi( argv[++i] );
77 precalcValBufSize = atoi( argv[++i] );
81 precalcIdxBufSize = atoi( argv[++i] );
89 numThreads = atoi(argv[++i]);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug262.go 40 m[f()], *g() = strconv.Atoi(h())
48 *i(), mm[f()] = strconv.Atoi(h())
  /prebuilts/go/linux-x86/test/fixedbugs/
bug262.go 40 m[f()], *g() = strconv.Atoi(h())
48 *i(), mm[f()] = strconv.Atoi(h())
  /external/llvm/test/Integer/
undefined_bt.ll 9 declare i32 @"atoi"(i8 *)
  /external/tlsdate/src/test/
emit.c 13 unsigned int t = argc > 1 ? (unsigned int) atoi(argv[1]) :
sleep-wrap.c 17 sleep (atoi (argv[1]));
  /external/llvm/test/CodeGen/X86/
2009-05-23-available_externally.ll 8 %call = tail call fastcc i32 @atoi(i8* %x) nounwind readonly ; <i32> [#uses=1]
13 ; CHECK: {{atoi.+PLT}}
15 define available_externally fastcc i32 @atoi(i8* %__nptr) nounwind readonly {
  /external/valgrind/drd/tests/
omp_printf.c 6 #include <stdlib.h> // atoi()
34 case 'i': num_iterations = atoi(optarg); break;
36 case 't': num_threads = atoi(optarg); break;
  /system/core/toolbox/
sendevent.c 33 event.type = atoi(argv[2]);
34 event.code = atoi(argv[3]);
35 event.value = atoi(argv[4]);
ps.c 99 ppid = atoi(nexttok(&ptr));
110 utime = atoi(nexttok(&ptr));
111 stime = atoi(nexttok(&ptr));
118 prio = atoi(nexttok(&ptr));
119 nice = atoi(nexttok(&ptr));
139 psr = atoi(nexttok(&ptr)); // processor
140 rtprio = atoi(nexttok(&ptr)); // rt_priority
141 sched = atoi(nexttok(&ptr)); // scheduling policy
252 int tid = atoi(de->d_name);
285 ppid_filter = atoi(argv[2])
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 191 vlan_id = atoi(pos);
581 attr->type = atoi(value);
623 wpabuf_put_be32(attr->val, atoi(pos));
834 list[count++] = atoi(pos);
891 i = atoi(value);
951 queue->aifs = atoi(val);
958 queue->cwmin = atoi(val);
965 queue->cwmax = atoi(val);
    [all...]
  /device/google/marlin/power/
metadata-parser.c 81 cam_preview_metadata->hint_id = atoi(value);
88 cam_preview_metadata->state = atoi(value);
113 video_encode_metadata->hint_id = atoi(value);
120 video_encode_metadata->state = atoi(value);
145 video_decode_metadata->hint_id = atoi(value);
152 video_decode_metadata->state = atoi(value);
  /external/icu/icu4c/source/test/compat/
tzdate.c 51 year = atoi(argv[1]);
52 month = atoi(argv[2]);
53 day = atoi(argv[3]);
54 hour = atoi(argv[4]);
55 minute = atoi(argv[5]);
56 useCurrentTime = atoi(argv[6]);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 130 bw_info->pipe_bw_limit[kBwDefault] = UINT32(atoi(tokens[1]));
132 bw_info->pipe_bw_limit[kBwCamera] = UINT32(atoi(tokens[1]));
134 bw_info->pipe_bw_limit[kBwVFlip] = UINT32(atoi(tokens[1]));
136 bw_info->pipe_bw_limit[kBwHFlip] = UINT32(atoi(tokens[1]));
138 bw_info->total_bw_limit[kBwDefault] = UINT32(atoi(tokens[1]));
140 bw_info->total_bw_limit[kBwCamera] = UINT32(atoi(tokens[1]));
142 bw_info->total_bw_limit[kBwVFlip] = UINT32(atoi(tokens[1]));
144 bw_info->total_bw_limit[kBwHFlip] = UINT32(atoi(tokens[1]));
173 hw_resource->hw_revision = UINT32(atoi(tokens[1])); // HW Rev, v1/v2
181 hw_resource->num_blending_stages = UINT8(atoi(tokens[1]))
    [all...]
  /external/valgrind/memcheck/tests/
thread_alloca.c 50 if ( argc == 2 && atoi(argv[1]) > 0) {
57 sprintf(more_env, "N%d=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ", atoi(argv[1]));
67 sprintf (n, "%d", atoi(argv[1]) - 1);
  /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/llvm/test/Feature/
undefined.ll 7 declare i32 @atoi(i8*)

Completed in 634 milliseconds

1 2 3 4 5 6 7 8 91011>>