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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 4 The atoi, atol, and atoll functions convert the initial portion of the string
7 - atoi: (int)strtol(nptr, (char **)NULL, 10)
30 /** The atoi function converts the initial portion of the string pointed to by
35 @return The atoi function returns the converted value.
38 atoi(const char *nptr) function
  /external/libopus/src/
mlp_train.c 442 nbInputs = atoi(argv[1]);
443 nbHidden = atoi(argv[2]);
444 nbOutputs = atoi(argv[3]);
445 nbSamples = atoi(argv[4]);
446 nbEpoch = atoi(argv[5]);
  /external/ltp/testcases/kernel/fs/dmapi/
dm_test.c 72 dm_StartingVariation = atoi(argv[++i]);
78 dm_StoppingVariation = atoi(argv[++i]);
84 dm_StartingVariation = atoi(argv[++i]);
92 dm_FileLoggingLevel = atoi(argv[++i]);
99 atoi(argv[++i]);
  /frameworks/av/media/libaudioprocessing/tests/
test-resampler.cpp 82 values.editItemAt(0) = atoi(p = optarg);
85 values.editItemAt(i++) = atoi(p);
132 channels = atoi(optarg);
157 input_freq = atoi(optarg);
160 output_freq = atoi(optarg);
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 167 width = atoi(p);
170 height = atoi(p);
225 mFrcRates[mCurrentFrcTab].input_fps = atoi(atts[attIndex + 1]);
279 mDefaultVPPStatus = atoi(atts[attIndex + 3]);
282 mDefaultFRCStatus = atoi(atts[attIndex + 3]);
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 917 BVAL = atoi(optarg);
919 perror("atoi");
921 " ERROR : atoi - errno %d.",
933 DVAL = atoi(optarg);
935 perror("atoi");
937 " ERROR : atoi - errno %d.",
955 TVAL = atoi(optarg);
957 perror("atoi");
959 " ERROR : atoi - errno %d.",
1029 *(envd->eval.vint) = atoi(val.chptr)
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 514 p_test->width = atoi(optarg);
518 p_test->height = atoi(optarg);
522 p_test->col_fmt = color_formats[atoi(optarg)];
534 p_test->tmb_width = atoi(optarg);
538 p_test->tmb_height = atoi(optarg);
542 p_test->main_quality = atoi(optarg);
546 p_test->thumb_quality = atoi(optarg);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 514 p_test->width = atoi(optarg);
518 p_test->height = atoi(optarg);
522 p_test->col_fmt = color_formats[atoi(optarg)];
534 p_test->tmb_width = atoi(optarg);
538 p_test->tmb_height = atoi(optarg);
542 p_test->main_quality = atoi(optarg);
546 p_test->thumb_quality = atoi(optarg);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 623 INTERCEPTOR(int, atoi, const char *nptr) {
625 ASAN_INTERCEPTOR_ENTER(ctx, atoi);
627 if (UNLIKELY(!asan_inited)) return REAL(atoi)(nptr);
631 return REAL(atoi)(nptr);
634 // "man atoi" tells that behavior of atoi(nptr) is the same as
750 ASAN_INTERCEPT_FUNC(atoi);
  /external/iputils/
ping_common.c 263 npackets = atoi(optarg);
306 deadline = atoi(optarg);
313 preload = atoi(optarg);
329 sndbuf = atoi(optarg);
353 datalen = atoi(optarg);
372 ttl = atoi(optarg);
385 lingertime = atoi(optarg);
  /external/llvm/test/Transforms/SampleProfile/
branch.ll 13 ; int limit = atoi(argv[1]);
15 ; double s = 23.041968 * atoi(argv[2]);
23 ; result = atoi(argv[2]);
65 %call = call i32 @atoi(i8* %2) #4, !dbg !31
78 %call4 = call i32 @atoi(i8* %5) #4, !dbg !40
127 %call11 = call i32 @atoi(i8* %17) #4, !dbg !74
147 declare i32 @atoi(i8*) #2
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 271 rxBufCount = atoi(&arg[2]);
278 txBufCount = atoi(&arg[2]);
285 bufSizeInFrames = atoi(&arg[2]);
292 channels = atoi(&arg[2]);
300 sampleRate = atoi(&arg[2]);
319 exitAfterSeconds = atoi(&arg[2]);
325 injectImpulse = atoi(&arg[2]);
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 267 discPacket = atoi(&arg[2]);
270 afterDiscPacket = atoi(&arg[2]);
273 firstPacket = atoi(&arg[2]);
276 formatPacket = atoi(&arg[2]);
282 numPackets = atoi(&arg[2]);
285 pauseMs = atoi(&arg[2]);
288 seekPos = atoi(&arg[2]);
    [all...]
  /hardware/libhardware/tests/vehicle/
vehicle-hal-tool.c 276 vehicle_data.value.boolean_value = atoi(data);
283 vehicle_data.value.int64_value = atoi(data);
304 vehicle_data.value.int32_value = atoi(data);
469 property = atoi(optarg);
472 type = atoi(optarg);
478 wait_time_in_sec = atoi(optarg);
481 sample_rate = atoi(optarg);
  /hardware/qcom/audio/hal/audio_extn/
usb.c 123 ctl = mixer_get_ctl(mixer, atoi(control));
233 min_sr = (uint32_t)atoi(next_sr_string);
239 max_sr = (uint32_t)atoi(next_sr_string);
252 sr = (uint32_t)atoi(next_sr_string);
395 channels_no = atoi(channel_start + strlen(CHANNEL_NUMBER_STR));
798 usb_sidetone_gain = pow(10.0, (float)(atoi(value))/10.0);
896 if (atoi(check_debug_enable)) {
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 141 int requestId = atoi(argv[2]);
425 int requestId = atoi(argv[2]);
437 int requestId = atoi(argv[2]);
440 int port = atoi(argv[5]);
466 int requestId = atoi(argv[2]);
492 int requestId = atoi(argv[2]);
503 int requestId = atoi(argv[2]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
gopher.py 45 port = string.atoi(port)
178 choice = string.atoi(str)
333 port = string.atoi(sys.argv[2])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
version.py 113 self.version = tuple(map(string.atoi, [major, minor, patch]))
115 self.version = tuple(map(string.atoi, [major, minor]) + [0])
118 self.prerelease = (prerelease[0], string.atoi(prerelease_num))
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 339 high = atoi(options[kOptCutover].value);
342 low = atoi(options[kOptCutover].value);
343 high = atoi(comma + 1);
  /external/ipsec-tools/src/racoon/
main.c 328 lcconf->port_isakmp = atoi(optarg);
331 lcconf->port_isakmp_natt = atoi(optarg);
335 lcconf->port_admin = atoi(optarg);
  /external/llvm/test/DebugInfo/X86/
live-debug-values.ll 15 ; n = atoi(argv[1]);
56 %call = tail call i32 (i8*, ...) bitcast (i32 (...)* @atoi to i32 (i8*, ...)*)(i8* %0) #4, !dbg !32
83 declare i32 @atoi(...) #1
  /external/ltp/testcases/kernel/io/direct_io/
diotest5.c 181 if ((bufsize = atoi(optarg)) <= 0) {
197 if ((iter = atoi(optarg)) <= 0) {
203 if ((nvector = atoi(optarg)) <= 0) {
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress07.c 124 holesize = atoi(argv[2]);
130 e_pageskip = atoi(argv[3]);
138 sparseoff = atoi(argv[4]);
  /external/ltp/testcases/kernel/mem/mtest07/
shm_test.c 49 #include <stdlib.h> /* required by exit(), atoi() */
291 if ((num_reps = atoi(optarg)) == 0)
300 if ((num_thrd = atoi(optarg)) == 0)
  /external/selinux/libselinux/src/
booleans.c 238 if (atoi(&buf[1]))
255 if (atoi(buf))
357 *val = atoi(tok);

Completed in 2278 milliseconds

<<21222324252627282930>>