HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 26 - 50 of 1260) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Linux/
heavy_uar_test.cc 39 int n_iter = argc >= 2 ? atoi(argv[1]) : 1000;
40 int depth = argc >= 3 ? atoi(argv[2]) : 500;
  /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;
pth_barrier.c 118 nthread = (argc > 1) ? atoi(argv[1]) : 2;
119 iterations = (argc > 2) ? atoi(argv[2]) : 3;
120 s_silent = (argc > 3) ? atoi(argv[3]) : 0;
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 58 if (atoi(value)) {
62 if (atoi(value)) {
66 if (atoi(value)) {
70 if (atoi(value)) {
74 if (atoi(value)) {
78 if (atoi(value)) {
82 if (atoi(value)) {
86 if (atoi(value)) {
  /system/core/init/
watchdogd.c 43 interval = atoi(argv[1]);
46 margin = atoi(argv[2]);
  /system/core/toolbox/
ionice.c 21 if (!(pid = atoi(argv[1]))) {
48 ioprio = atoi(argv[3]);
mknod.c 86 major = atoi(argv[3]);
87 minor = atoi(argv[4]);
ps.c 92 ppid = atoi(nexttok(&ptr));
103 utime = atoi(nexttok(&ptr));
104 stime = atoi(nexttok(&ptr));
111 prio = atoi(nexttok(&ptr));
112 nice = atoi(nexttok(&ptr));
132 psr = atoi(nexttok(&ptr)); // processor
133 rtprio = atoi(nexttok(&ptr)); // rt_priority
134 sched = atoi(nexttok(&ptr)); // scheduling policy
235 int tid = atoi(de->d_name);
272 pidfilter = atoi(argv[1])
    [all...]
renice.c 112 print_prio(atoi(optarg));
125 prio = atoi(argv[0]);
135 pid = atoi(argv[0]);
  /external/libunwind/src/arm/
Gglobal.c 56 unwi_unwind_method = atoi (str);
  /hardware/libhardware/tests/camera2/
TestSettings.cpp 55 mForkingDisabled = atoi(env);
60 mDeviceId = atoi(env);
101 mForkingDisabled = atoi(arg);
105 mDeviceId = atoi(optarg);
  /hardware/qcom/display/msm8084/libqdutils/
mdp_version.cpp 175 mPanelInfo.mPartialUpdateEnable = atoi(tokens[1]);
181 mPanelInfo.mLeftAlign = atoi(tokens[1]);
185 mPanelInfo.mWidthAlign = atoi(tokens[1]);
189 mPanelInfo.mTopAlign = atoi(tokens[1]);
193 mPanelInfo.mHeightAlign = atoi(tokens[1]);
197 mPanelInfo.mMinROIWidth = atoi(tokens[1]);
201 mPanelInfo.mMinROIHeight = atoi(tokens[1]);
205 mPanelInfo.mNeedsROIMerge = atoi(tokens[1]);
252 mMdpRev = atoi(tokens[1]);
255 mRGBPipes = (uint8_t)atoi(tokens[1])
    [all...]
  /hardware/ril/rild/
radiooptions.c 68 const int option = atoi(argv[1]);
80 const int option = atoi(argv[1]);
103 modem_socket_type = atoi(argv[(num_socket_args-1)]);
104 sim_id = atoi(argv[(num_socket_args-2)]);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPtimeshift.cc 66 uint32_t TSdiff = atoi(argv[3]) - packet.timeStamp();
71 int startSN = atoi(argv[4]);
76 int startTS = atoi(argv[5]);
  /external/valgrind/main/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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
divworst.c 64 dmax = atoi (argv[1]);
65 n = atoi (argv[2]);
66 p = argc == 3 ? n : atoi (argv[3]);
  /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]));
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 179 bitRateBps = atoi(optarg);
185 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
194 frameRateFps = atoi(optarg);
200 iFramesIntervalSeconds = atoi(optarg);
206 nFrames = atoi(optarg);
212 width = atoi(optarg);
218 height = atoi(optarg);
224 level = atoi(optarg);
230 profile = atoi(optarg);
236 codec = atoi(optarg)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 71 channels = atoi(argv[2]);
72 frame_size = atoi(argv[3]);
80 bytes_per_packet = atoi(argv[4]);
124 complexity=atoi(argv[5]);
148 if (rand()%atoi(argv[8])==0)
166 if (argc==9 && rand()%1000<atoi(argv[argc-3]))
  /external/libopus/celt/
opus_custom_demo.c 71 channels = atoi(argv[2]);
72 frame_size = atoi(argv[3]);
80 bytes_per_packet = atoi(argv[4]);
124 complexity=atoi(argv[5]);
148 if (rand()%atoi(argv[8])==0)
166 if (argc==9 && rand()%1000<atoi(argv[argc-3]))
  /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]);
  /external/wpa_supplicant_8/hostapd/
config_file.c 189 vlan_id = atoi(pos);
558 attr->type = atoi(value);
600 wpabuf_put_be32(attr->val, atoi(pos));
785 list[count++] = atoi(pos);
842 i = atoi(value);
900 queue->aifs = atoi(val);
907 queue->cwmin = atoi(val);
914 queue->cwmax = atoi(val);
1371 realm->encoding = atoi(pos);
1412 eap->eap_method = atoi(pos)
    [all...]
  /external/compiler-rt/SDKs/linux/usr/include/
stdlib.h 26 int atoi(const char *) __attribute__((__nothrow__));

Completed in 1170 milliseconds

12 3 4 5 6 7 8 91011>>