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

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
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;
annotate_barrier.c 12 #include <stdlib.h> /* atoi() */
165 nthread = (argc > 1) ? atoi(argv[1]) : 2;
166 iterations = (argc > 2) ? atoi(argv[2]) : 3;
167 s_silent = (argc > 3) ? atoi(argv[3]) : 0;
pth_detached.c 39 const int count1 = argc > 1 ? atoi(argv[1]) : 100;
40 const int count2 = argc > 2 ? atoi(argv[2]) : 100;
pth_detached_sem.c 43 const int count1 = argc > 1 ? atoi(argv[1]) : 100;
44 const int count2 = argc > 2 ? atoi(argv[2]) : 100;
  /system/core/toolbox/
sendevent.c 71 event.type = atoi(argv[2]);
72 event.code = atoi(argv[3]);
73 event.value = atoi(argv[4]);
smd.c 15 port = atoi(argv[0] + 1);
  /system/vold/
DirectVolume.cpp 105 int major = atoi(evt->findParam("MAJOR"));
106 int minor = atoi(evt->findParam("MINOR"));
155 mDiskMajor = atoi(evt->findParam("MAJOR"));
156 mDiskMinor = atoi(evt->findParam("MINOR"));
160 mDiskNumParts = atoi(tmp);
188 int major = atoi(evt->findParam("MAJOR"));
189 int minor = atoi(evt->findParam("MINOR"));
196 part_num = atoi(tmp);
244 int major = atoi(evt->findParam("MAJOR"));
245 int minor = atoi(evt->findParam("MINOR"))
    [all...]
  /external/libyuv/files/unit_test/
unit_test.cc 26 benchmark_iterations_ = atoi(repeat); // NOLINT
  /frameworks/compile/libbcc/include/bcc/Support/
Properties.h 31 return atoi(buf);
  /hardware/libhardware/tests/camera2/
TestSettings.cpp 55 mForkingDisabled = atoi(env);
60 mDeviceId = atoi(env);
101 mForkingDisabled = atoi(arg);
105 mDeviceId = atoi(optarg);
  /external/ppp/pppd/plugins/radius/
util.c 48 tm->tm_mday = atoi (&valstr[4]);
51 tm->tm_year = atoi (&valstr[7]) - 1900;
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan_exponential.c 32 data->base = atoi(params);
39 data->limit = atoi(pos);
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 178 atoi(atts[3]), atoi(atts[5]), atoi(atts[7]), atoi(atts[9]));
200 atoi(atts[3]), atoi(atts[5]), atoi(atts[7]));
260 atoi(atts[5]), atoi(atts[7]), atoi(atts[9]), atoi(atts[11]), atoi(atts[13])
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
amix.c 40 return mixer_get_nth_control(mixer, atoi(name) - 1);
45 idx = atoi(p);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libthread_db.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libthread_db.so 
  /system/core/init/
watchdogd.c 43 interval = atoi(argv[1]);
46 margin = atoi(argv[2]);
  /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]))
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 172 cycleCounter = atoi(cmd + 1);
263 rotation = atoi(cmd + 1);
290 width = atoi(res);
292 height = atoi(res);
436 camera_index=atoi(cmd+1);
518 width = atoi(res);
520 height = atoi(res);
532 thumbQuality = atoi(cmd + 1);
551 jpegQuality = atoi(cmd + 1);
568 ippIDX_old = atoi(cmd + 1)
    [all...]
  /frameworks/native/cmds/installd/
installd.c 34 return install(arg[0], atoi(arg[1]), atoi(arg[2]), arg[3]); /* pkgname, uid, gid, seinfo */
40 return dexopt(arg[0], atoi(arg[1]), atoi(arg[2]));
55 return uninstall(arg[0], atoi(arg[1])); /* pkgname, userid */
65 return fix_uid(arg[0], atoi(arg[1]), atoi(arg[2])); /* pkgname, uid, gid */
75 return delete_cache(arg[0], atoi(arg[1])); /* pkgname, userid */
87 res = get_size(arg[0], atoi(arg[1]), arg[2], arg[3], arg[4], arg[5],
101 return delete_user_data(arg[0], atoi(arg[1])); /* pkgname, userid *
    [all...]
  /external/skia/tools/
PictureRenderingFlags.cpp 143 xTiles = atoi(FLAGS_tiles[0]);
144 yTiles = atoi(FLAGS_tiles[1]);
167 int minWidth = atoi(widthString);
186 tiledRenderer->setTileWidth(atoi(widthString));
204 tiledRenderer->setTileHeight(atoi(heightString));
242 viewport.fWidth = atoi(FLAGS_viewport[0]);
243 viewport.fHeight = atoi(FLAGS_viewport[1]);
319 int gridWidth = atoi(FLAGS_bbh[1]);
320 int gridHeight = atoi(FLAGS_bbh[2]);
  /external/eigen/bench/
spmv.cpp 51 rows = atoi(argv[i]+1);
55 cols = atoi(argv[i]+1);
59 nnzPerCol = atoi(argv[i]+1);
63 tries = atoi(argv[i]+1);
67 repeats = atoi(argv[i]+1);
  /external/libvorbis/vq/
huffbuild.c 82 loval=atoi(argv[2]);
83 maxval=atoi(dpos+1);
87 begin=atoi(argv[2]);
91 n=atoi(pos+1);
96 subn=atoi(pos+1);
  /external/tinyalsa/
tinymix.c 50 card = atoi(argv[1]);
132 ctl = mixer_get_ctl(mixer, atoi(control));
187 ctl = mixer_get_ctl(mixer, atoi(control));
202 int value = atoi(values[0]);
219 if (mixer_ctl_set_value(ctl, i, atoi(values[i]))) {
  /hardware/qcom/display/msm8960/libqdutils/
profiler.cpp 51 debug_fps_level = atoi(prop);
72 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
76 debug_fps_metadata.time_period = atoi(prop);
79 debug_fps_metadata.period = atoi(prop);
87 debug_fps_metadata.ignorethresh_us = atoi(prop);

Completed in 745 milliseconds

12 3 4 5 6 7 8 91011>>