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

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/benchmarks/
mini_bench_shared.cc 32 n_threads = atoi(argv[1]);
34 len = atoi(argv[2]);
  /external/compiler-rt/test/asan/TestCases/Posix/
mmap_limit_mb.cc 23 long total_mb = atoi(argv[1]);
24 long allocation_size = atoi(argv[2]);
  /external/compiler-rt/test/lsan/TestCases/
high_allocator_contention.cc 34 num_threads = atoi(argv[1]);
37 total_num_alloc = atoi(argv[2]);
  /external/compiler-rt/test/tsan/
bench.h 20 bench_nthread = atoi(argv[1]);
23 bench_niter = atoi(argv[2]);
  /external/iw/
cqm.c 26 thold = atoi(argv[0]);
32 hyst = atoi(argv[1]);
  /external/valgrind/drd/tests/
pth_spinlock.c 11 #include <stdlib.h> /* atoi() */
40 s_iterations = argc > 1 ? atoi(argv[1]) : 1000;
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 59 if (atoi(value)) {
63 if (atoi(value)) {
67 if (atoi(value)) {
71 if (atoi(value)) {
75 if (atoi(value)) {
79 if (atoi(value)) {
83 if (atoi(value)) {
87 if (atoi(value)) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7690.go 42 n1, _ := strconv.Atoi(m1[1])
43 n2, _ := strconv.Atoi(m2[1])
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7690.go 42 n1, _ := strconv.Atoi(m1[1])
43 n2, _ := strconv.Atoi(m2[1])
  /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/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_6/
tirpc_svc_6.c 55 printf("Server #%d launched\n", atoi(arg));
56 printf("Server Nb : %d\n", progNum + atoi(arg));
61 err = svc_create(exm_proc, progNum + atoi(arg), VERSNUM, "VISIBLE");
85 int threadNb = atoi(argc[2]);
91 progNum = atoi(argc[1]);
  /hardware/qcom/display/msm8909/libqdutils/
mdp_version.cpp 196 mPanelInfo.mPartialUpdateEnable = atoi(tokens[1]);
202 mPanelInfo.mLeftAlign = atoi(tokens[1]);
206 mPanelInfo.mWidthAlign = atoi(tokens[1]);
210 mPanelInfo.mTopAlign = atoi(tokens[1]);
214 mPanelInfo.mHeightAlign = atoi(tokens[1]);
218 mPanelInfo.mMinROIWidth = atoi(tokens[1]);
222 mPanelInfo.mMinROIHeight = atoi(tokens[1]);
226 mPanelInfo.mNeedsROIMerge = atoi(tokens[1]);
230 mPanelInfo.mDynFpsSupported = atoi(tokens[1]);
235 mPanelInfo.mMinFps = atoi(tokens[1])
    [all...]
  /external/eigen/bench/
benchBlasGemm.cpp 55 M = N = K = atoi(argv[1]);
59 M = N = K = atoi(argv[2]);
67 M = N = K = atoi(argv[1]);
68 nbloops = atoi(argv[2]);
69 nbtries = atoi(argv[3]);
73 M = atoi(argv[1]);
74 N = atoi(argv[2]);
75 K = atoi(argv[3]);
76 nbloops = atoi(argv[4]);
77 nbtries = atoi(argv[5])
    [all...]
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 186 bitRateBps = atoi(optarg);
192 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
201 frameRateFps = atoi(optarg);
207 iFramesIntervalSeconds = atoi(optarg);
213 nFrames = atoi(optarg);
219 width = atoi(optarg);
225 height = atoi(optarg);
231 level = atoi(optarg);
237 profile = atoi(optarg);
243 codec = atoi(optarg)
    [all...]
  /bionic/tests/
fortify_test.cpp 66 int copy_amt = atoi("11");
87 int copy_amt = atoi("11");
153 size_t size = atoi("11");
300 size_t n = atoi("10"); // avoid compiler optimizations
312 size_t n = atoi("10"); // avoid compiler optimizations
321 size_t n = atoi("10"); // avoid compiler optimizations
354 size_t n = atoi("11");
510 size_t size = atoi("11");
528 size_t n = atoi("10"); // avoid compiler optimizations
536 size_t n = atoi("10"); // avoid compiler optimization
    [all...]
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/
tirpc_svc_unreg_mt.c 69 svc_unreg(progNum + atoi(arg), VERSNUM);
70 svc_reg(transp, progNum + atoi(arg), VERSNUM, exm_proc, nconf);
72 svc_unreg(progNum + atoi(arg), VERSNUM);
75 thread_array_result[atoi(arg)] += 1;
94 int threadNb = atoi(argc[3]);
99 progNum = atoi(argc[2]);
100 callNb = atoi(argc[4]);
  /external/tinyalsa/
tinycap.c 103 device = atoi(*argv);
107 channels = atoi(*argv);
111 rate = atoi(*argv);
115 bits = atoi(*argv);
119 card = atoi(*argv);
123 period_size = atoi(*argv);
127 period_count = atoi(*argv);
  /external/ltp/pan/
debug.c 60 db_level = atoi(d_level);
61 db_area = atoi(d_area);
70 db_area = atoi(d_area);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp.c 60 int progNum = atoi(argc[2]);
73 (resultproc_t) eachresult, atoi(argc[3]),
74 atoi(argc[4]), nettype);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPtimeshift.cc 58 uint32_t TSdiff = atoi(argv[3]) - packet.timeStamp();
62 int startSN = atoi(argv[4]);
66 int startTS = atoi(argv[5]);
  /device/huawei/angler/power/
metadata-parser.c 81 video_encode_metadata->hint_id = atoi(value);
88 video_encode_metadata->state = atoi(value);
113 video_decode_metadata->hint_id = atoi(value);
120 video_decode_metadata->state = atoi(value);
  /device/lge/bullhead/power/
metadata-parser.c 81 video_encode_metadata->hint_id = atoi(value);
88 video_encode_metadata->state = atoi(value);
113 video_decode_metadata->hint_id = atoi(value);
120 video_decode_metadata->state = atoi(value);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsbump 27 majorrev = string.atoi(majorrev_re.group(0)) + 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
rpython.py 21 port = string.atoi(port[i+1:])

Completed in 2246 milliseconds

1 23 4 5 6 7 8 91011>>