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

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
annotate_smart_pointer.cpp 31 #include <stdlib.h> // atoi()
308 const int nthreads = std::max(argc > 1 ? atoi(argv[1]) : 1, 1);
309 const int iterations = std::max(argc > 2 ? atoi(argv[2]) : 1, 1);
310 s_enable_annotations = argc > 3 ? !!atoi(argv[3]) : true;
hold_lock.c 37 interval = atoi(optarg);
pth_barrier_thr_cr.c 28 int barriers = argc > 1 ? atoi(argv[1]) : 20;
pth_create_chain.c 37 thread_count = argc > 1 ? atoi(argv[1]) : 50;
pth_broadcast.c 133 s_signal_count = argc > optind ? atoi(argv[optind]) : 10;
134 thread_count = argc > optind + 1 ? atoi(argv[optind + 1]) : 10;
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan_periodic.c 29 interval = atoi(params);
ctrl_iface.c 308 atoi(value), -1, -1, -1);
311 -1, atoi(value), -1, -1);
314 -1, -1, atoi(value), -1);
317 -1, -1, -1, atoi(value));
320 atoi(value)))
325 atoi(value)))
328 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value)))
331 wpa_s->wps_fragment_size = atoi(value);
348 wps_testing_dummy_cred = atoi(value);
353 if (wpa_drv_ampdu(wpa_s, atoi(value)) < 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 84 param->sampleRate = atoi(*argv);
90 param->nChannels = atoi(*argv);
96 param->bitRate = atoi(*argv);
102 param->adtsUsed = atoi(*argv);
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 43 return (RtlDebugLevel) atoi(property);
  /frameworks/rs/tests/cppallocation/
compute.cpp 15 int tempNumElems = atoi(argv[1]);
  /system/core/toolbox/
setenforce.c 29 rc = security_setenforce(atoi(argv[1]));
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 183 return(atoi(str));
221 dstbpp = atoi(argv[++i]);
231 dstw = atoi(argv[++i]);
233 dsth = atoi(argv[++i]);
237 srcbpp = atoi(argv[++i]);
247 srcw = atoi(argv[++i]);
249 srch = atoi(argv[++i]);
253 testSeconds = atoi(argv[++i]);
319 srcalpha = atoi(argv[++i]);
321 dstalpha = atoi(argv[++i])
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.re 168 "{" [0-9]+ "}" { yylval.extop.minsize = atoi((char *)s->tok+1);
169 yylval.extop.maxsize = atoi((char *)s->tok+1);
172 "{" [0-9]+ "," [0-9]+ "}" { yylval.extop.minsize = atoi((char *)s->tok+1);
173 yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)s->tok, ',')+1));
176 "{" [0-9]+ ",}" { yylval.extop.minsize = atoi((char *)s->tok+1);
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 159 number_frames_to_code = atoi(optarg);
162 width = atoi(optarg);
165 height = atoi(optarg);
168 timebase_num = atoi(optarg);
171 timebase_den = atoi(optarg);
174 bitrate = atoi(optarg);
177 number_frames_to_skip = atoi(optarg);
180 number_spatial_layers = atoi(optarg);
183 key_period = atoi(optarg);
  /bionic/tests/
fortify_test.cpp 45 int copy_amt = atoi("11");
107 size_t size = atoi("11");
231 size_t n = atoi("10"); // avoid compiler optimizations
244 size_t n = atoi("10"); // avoid compiler optimizations
254 size_t n = atoi("10"); // avoid compiler optimizations
291 size_t n = atoi("11");
415 size_t size = atoi("11");
436 size_t n = atoi("10"); // avoid compiler optimizations
445 size_t n = atoi("10"); // avoid compiler optimizations
462 size_t n = atoi("10")
    [all...]
  /art/jdwpspy/
Main.cpp 128 int connectPort = atoi(argv[1]);
132 listenPort = atoi(argv[2]);
  /external/chromium/net/tools/flip_server/
loadtime_measurement.h 55 int num = atoi(action.substr(b + 1).c_str());
80 loadtimes_[url[1]] = atoi(loadtime[1].c_str());
  /external/chromium_org/net/tools/flip_server/
loadtime_measurement.h 54 int num = atoi(action.substr(b + 1).c_str());
79 loadtimes_[url[1]] = atoi(loadtime[1].c_str());
  /external/eigen/bench/btl/data/
regularize.cxx 48 int start_cut_size=atoi(argv[2]);
49 int stop_cut_size=atoi(argv[3]);
  /external/llvm/test/Transforms/SCCP/
2006-10-23-IPSCCP-Crash.ll 64 %tmp229 = call i32 @atoi( ) ; <i32> [#uses=1]
93 declare i32 @atoi()
  /external/tinyalsa/
tinypcminfo.c 51 card = atoi(*argv);
56 device = atoi(*argv);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 61 frameSizeMsec = atoi(argv[3]);
67 audioOffset = atoi(argv[4]);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 74 if(atoi(property) == 1)
79 if(atoi(property) == 1)
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_vsync.cpp 74 if(atoi(property) == 1)
79 if(atoi(property) == 1)
  /hardware/ril/rild/
radiooptions.c 59 const int option = atoi(argv[1]);
71 const int option = atoi(argv[1]);

Completed in 353 milliseconds

1 2 34 5 6 7 8 91011>>