HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 301 - 325 of 2060) sorted by null

<<11121314151617181920>>

  /external/iptables/extensions/
libip6t_DNAT.c 84 port = atoi(colon+1);
102 maxport = atoi(dash + 1);
libip6t_SNAT.c 84 port = atoi(colon+1);
102 maxport = atoi(dash + 1);
  /external/libcxx/include/
cstdlib 36 int atoi (const char* nptr);
104 using ::atoi;
  /external/libdrm/tests/amdgpu/
amdgpu_test.c 151 suite_id = atoi(optarg);
154 test_id = atoi(optarg);
  /external/libmicrohttpd/src/examples/
https_fileserver_example.c 180 MHD_USE_SSL, atoi (argv[1]), NULL, NULL, &http_ahc,
199 printf ("MHD daemon listening on port %d\n", atoi (argv[1]));
  /external/libopus/celt/tests/
test_unit_dft.c 144 test1d(atoi(argv[k]),0);
145 test1d(atoi(argv[k]),1);
test_unit_mdct.c 176 test1d(atoi(argv[k]),0);
177 test1d(atoi(argv[k]),1);
  /external/libselinux/src/
booleans.c 134 if (atoi(&buf[1]))
151 if (atoi(buf))
  /external/netcat/
netcat.c 173 iflag = atoi(optarg);
225 timeout = atoi(optarg);
248 Iflag = atoi(optarg);
258 Oflag = atoi(optarg);
477 ntohs(atoi(portlist[i])),
873 hi = atoi(n);
880 lo = atoi(p);
916 hi = atoi(p);
  /external/skia/tools/lua/
lua_pictures.cpp 112 moduloRemainder = atoi(FLAGS_modulo[0]);
113 moduloDivisor = atoi(FLAGS_modulo[1]);
  /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/hostapd/
ctrl_iface.c 163 timeout = atoi(timeout_txt);
204 pin_val = atoi(pin);
455 timeout = atoi(pos);
477 timeout = atoi(pos);
628 code = atoi(pos);
634 reauth_delay = atoi(pos);
678 val = atoi(pos);
776 disassoc_timer = atoi(cmd + 17);
813 disassoc_timer = atoi(timerstr);
858 disassoc_timer = atoi(pos)
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_helpers.c 245 return atoi(res);
274 return atoi(res);
  /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/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
example_xma.c 111 h = atoi(argv[++i]);
116 w = atoi(argv[++i]);
  /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);
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 582 p_test->width = atoi(optarg);
586 p_test->height = atoi(optarg);
590 p_test->col_fmt = color_formats[atoi(optarg)];
602 p_test->tmb_width = atoi(optarg);
606 p_test->tmb_height = atoi(optarg);
610 p_test->main_quality = atoi(optarg);
614 p_test->thumb_quality = atoi(optarg);
628 p_test->client_cnt = atoi(optarg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 36 int atoi (const char* nptr);
104 using ::atoi;
  /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/
runtime-gdb_test.go 34 major, err1 := strconv.Atoi(string(matches[1]))
35 minor, err2 := strconv.Atoi(string(matches[2]))
  /prebuilts/go/darwin-x86/src/strconv/
atoi.go 198 // Atoi is shorthand for ParseInt(s, 10, 0).
199 func Atoi(s string) (i int, err error) {

Completed in 1489 milliseconds

<<11121314151617181920>>