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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
debug-line-1.c 9 extern int atoi(const char *);
12 int x = atoi(arg);
  /bionic/libc/bionic/
atoi.c 30 int atoi(const char* s) function
  /external/clang/test/Analysis/
redefined_system.c 13 char atoi();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
  /external/compiler-rt/SDKs/darwin/usr/include/
stdlib.h 25 int atoi(const char *);
  /external/quake/quake/src/QW/client/
buildnum.c 54 d += atoi( &buildDate[4] ) - 1;
56 y = atoi( &buildDate[7] ) - 1900;
  /external/compiler-rt/SDKs/linux/usr/include/
stdlib.h 25 int atoi(const char *) __attribute__((__nothrow__));
  /external/libyuv/files/unit_test/
unit_test.cc 26 benchmark_iterations_ = atoi(repeat); // NOLINT
version_test.cc 33 int svn_revision = atoi(ver); // NOLINT
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 43 return (RtlDebugLevel) atoi(property);
  /hardware/ti/wlan/mac80211/ti-utils/
plt.c 95 prms.band = (unsigned char)atoi(argv[0]);
96 prms.channel = (unsigned char)atoi(argv[1]);
133 prms.ref_detector = atoi(argv[0]);
134 prms.ref_power = atoi(argv[1]);
135 prms.sub_band = atoi(argv[2]);
238 prms.sub_band_mask |= (atoi(argv[i]) & 0x1)<<i;
281 prms.power = atoi(argv[0]);
282 prms.tone_type = atoi(argv[1]);
322 atoi(argv[0]), atoi(argv[1]), atoi(argv[2]), atoi(argv[3])
    [all...]
  /external/icu4c/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]);
  /system/vold/
DirectVolume.cpp 100 int major = atoi(evt->findParam("MAJOR"));
101 int minor = atoi(evt->findParam("MINOR"));
150 mDiskMajor = atoi(evt->findParam("MAJOR"));
151 mDiskMinor = atoi(evt->findParam("MINOR"));
155 mDiskNumParts = atoi(tmp);
183 int major = atoi(evt->findParam("MAJOR"));
184 int minor = atoi(evt->findParam("MINOR"));
191 part_num = atoi(tmp);
239 int major = atoi(evt->findParam("MAJOR"));
240 int minor = atoi(evt->findParam("MINOR"))
    [all...]
  /system/core/toolbox/
ps.c 88 ppid = atoi(nexttok(&ptr));
91 tty = atoi(nexttok(&ptr));
100 utime = atoi(nexttok(&ptr));
101 stime = atoi(nexttok(&ptr));
108 prio = atoi(nexttok(&ptr));
109 nice = atoi(nexttok(&ptr));
129 psr = atoi(nexttok(&ptr)); // processor
130 rtprio = atoi(nexttok(&ptr)); // rt_priority
131 sched = atoi(nexttok(&ptr)); // scheduling policy
133 tty = atoi(nexttok(&ptr))
    [all...]
ionice.c 21 if (!(pid = atoi(argv[1]))) {
48 ioprio = atoi(argv[3]);
  /external/wpa_supplicant_8/hostapd/
config_file.c 168 vlan_id = atoi(pos);
514 attr->type = atoi(value);
556 wpabuf_put_be32(attr->val, atoi(pos));
741 list[count++] = atoi(pos);
796 i = atoi(value);
854 queue->aifs = atoi(val);
861 queue->cwmin = atoi(val);
868 queue->cwmax = atoi(val);
    [all...]
  /external/ppp/pppd/plugins/radius/
util.c 48 tm->tm_mday = atoi (&valstr[4]);
51 tm->tm_year = atoi (&valstr[7]) - 1900;
  /external/valgrind/main/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/init/
watchdogd.c 43 interval = atoi(argv[1]);
46 margin = atoi(argv[2]);
  /hardware/libhardware/tests/camera2/
TestSettings.cpp 55 mForkingDisabled = atoi(env);
60 mDeviceId = atoi(env);
101 mForkingDisabled = atoi(arg);
105 mDeviceId = atoi(optarg);
  /system/core/sh/
mystring.c 116 return atoi(s);
  /cts/suite/audio_quality/lib/src/task/
TaskSound.cpp 79 int amplitude = atoi(tokens->at(1).string());
80 int freq = atoi(tokens->at(2).string());
81 int time = atoi(tokens->at(3).string());
90 int amplitude = atoi(tokens->at(1).string());
91 int time = atoi(tokens->at(2).string());
  /external/qemu/distrib/sdl-1.2.15/test/
testcdrom.c 119 drive = atoi(argv[i++]);
145 strack = atoi(argv[++i]);
149 sframe = atoi(argv[++i]);
153 ntrack = atoi(argv[++i]);
157 nframe = atoi(argv[++i]);
196 SDL_Delay(atoi(argv[++i]));
197 printf("Delayed %d milliseconds\n", atoi(argv[i]));
  /external/tinyalsa/
tinycap.c 102 device = atoi(*argv);
106 channels = atoi(*argv);
110 rate = atoi(*argv);
114 bits = atoi(*argv);
118 card = atoi(*argv);
122 period_size = atoi(*argv);
126 period_count = atoi(*argv);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 174 bitRateBps = atoi(optarg);
180 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
189 frameRateFps = atoi(optarg);
195 iFramesIntervalSeconds = atoi(optarg);
201 nFrames = atoi(optarg);
207 width = atoi(optarg);
213 height = atoi(optarg);
219 level = atoi(optarg);
225 profile = atoi(optarg);
231 codec = atoi(optarg)
    [all...]
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 78 n_threads = atoi(argv[1]);
80 n_garbage_threads = atoi(argv[2]);
82 n_iterations = atoi(argv[3]);

Completed in 681 milliseconds

1 2 3 4 5 6 7 8 91011>>