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

<<21222324252627282930>>

  /external/tinyalsa/
tinypcminfo.c 117 card = atoi(*argv);
122 device = atoi(*argv);
  /external/valgrind/gdbserver_tests/
sleepers.c 143 loops = atoi(argv[1]);
146 sleepms = atoi(argv[2]);
  /external/wpa_supplicant_8/src/common/
wpa_helpers.c 245 return atoi(res);
274 return atoi(res);
  /frameworks/av/drm/mediacas/plugins/clearkey/
JsonAssetLoader.cpp 97 asset->set_id(atoi(value.string()));
119 asset->set_cas_type((Asset_CasType)atoi(value.string()));
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 180 sKernelMax = atoi(kernelMax);
239 ret = atoi(kHz);
  /hardware/intel/common/libmix/mix_common/src/
mixlog.c 66 g_mix_log_level = atoi(mix_log_level);
215 mix_log_level_threhold = atoi(env_mix_log_level);
  /hardware/intel/img/psb_video/src/android/
psb_HDMIExtMode.c 109 hdmi_extvideo_prop->ExtVideoMode_XRes = (unsigned short)atoi(hdmi_crtc->mode.name);
110 hdmi_extvideo_prop->ExtVideoMode_YRes = (unsigned short)atoi(strHeight + 1);
  /packages/services/Car/tools/bootio/
bootio.cpp 79 timeout = atoi(components.at(LOG_TIMEOUT_INDEX).c_str());
80 samples = atoi(components.at(LOG_SAMPLES_INDEX).c_str());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdlib 84 #undef atoi
130 using ::atoi;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdlib 84 #undef atoi
130 using ::atoi;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib 84 #undef atoi
130 using ::atoi;
  /prebuilts/go/darwin-x86/src/runtime/
export_test.go 35 var Atoi = atoi
  /prebuilts/go/darwin-x86/test/ken/
rob2.go 237 func atoi() int { // BUG: uses tokenbuf; should take argument) func
262 slist = atom(atoi())
  /prebuilts/go/linux-x86/src/runtime/
export_test.go 35 var Atoi = atoi
  /prebuilts/go/linux-x86/test/ken/
rob2.go 237 func atoi() int { // BUG: uses tokenbuf; should take argument) func
262 slist = atom(atoi())
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib 84 #undef atoi
130 using ::atoi;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 36 int atoi (const char* nptr);
104 using ::atoi;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib 84 #undef atoi
130 using ::atoi;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 36 int atoi (const char* nptr);
104 using ::atoi;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib 84 #undef atoi
130 using ::atoi;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
cstdlib 36 int atoi (const char* nptr);
101 using ::atoi;
  /system/core/fastboot/
usbtest.cpp 156 arg_count = atoi(arg + 6);
158 arg_size = atoi(arg + 5);
  /system/vold/
vdc.cpp 160 int code = atoi(strtok(res, " "));
162 int seq = atoi(strtok(nullptr, " "));
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 388 width = (uint32_t)atoi(argv[2]);
389 height = (uint32_t)atoi(argv[3]);
390 input_yuv_stride = (uint32_t)atoi(argv[4]);
391 offset = (uint32_t)atoi(argv[5]);
392 format = (uint32_t)atoi(argv[6]);
  /device/lge/bullhead/power/
power.c 109 int soc_id = atoi(buf);
398 saved_dcvs_cpu0_slack_max = atoi(tmp_str);
408 saved_dcvs_cpu0_slack_min = atoi(tmp_str);
418 saved_mpdecision_slack_max = atoi(tmp_str);
428 saved_mpdecision_slack_min = atoi(tmp_str);

Completed in 1800 milliseconds

<<21222324252627282930>>