HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 201 - 225 of 718) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/zlib/examples/
enough.c 472 syms = atoi(argv[1]);
474 root = atoi(argv[2]);
476 max = atoi(argv[3]);
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 172 if (atoi(property) == 0) {
236 mDpiX = mDpiY = atoi(property);
238 mDensity = atoi(property) * (1.0f/160.0f);
  /system/media/wilhelm/tests/examples/
slesTestEqFdPath.cpp 324 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]),
327 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
slesTestEqOutputPath.cpp 326 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]),
329 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
slesTestSendToPresetReverb.cpp 380 TestSendToPresetReverb(sl, argv[i], atoi(argv[i+1]), (SLmillibel)atoi(argv[i+2]),
381 (SLmillibel)atoi(argv[i+3]), alwaysOn, useFd, loop);
  /system/media/wilhelm/tests/sandbox/
multiplay.c 125 numPlayers = atoi(&arg[2]);
127 mixVolumeLevel = atoi(&arg[2]);
129 playTimeInMilliseconds = atoi(&arg[2]) * 1000;
playbq.c 132 framesPerBuffer = atoi(&arg[2]);
134 numBuffers = atoi(&arg[2]);
136 rate = atoi(&arg[2]);
  /bionic/libc/netbsd/net/
getservent_r.c 110 sp->s_port = htons((u_short)atoi(p));
  /build/tools/rgb2565/
to565.c 137 to_565_raw_dither(atoi(argv[2]));
  /external/bluetooth/bluez/src/
rfkill.c 127 id = atoi(sysname + 3);
  /external/bluetooth/glib/tests/
child-test.c 156 int ttl = atoi (argv[1] + 2);
  /external/bluetooth/hcidump/src/
hcidump.c 676 datagram = create_datagram(atoi(dump_port));
913 device = atoi(optarg + 3);
919 snap_len = atoi(optarg);
923 defpsm = atoi(optarg);
927 defcompid = atoi(optarg);
966 set_proto(0, atoi(optarg), 0, SDP_UUID_CMTP);
970 set_proto(0, atoi(optarg), 0, SDP_UUID_HARDCOPY_CONTROL_CHANNEL);
974 set_proto(0, 0, atoi(optarg), SDP_UUID_OBEX);
978 set_proto(0, 0, atoi(optarg), SDP_UUID_LAN_ACCESS_PPP);
  /external/e2fsprogs/e2fsck/
iscan.c 72 inode_buffer_blocks = atoi(optarg);
  /external/grub/grub/
main.c 171 hold = atoi (optarg);
  /external/icu4c/tools/ctestfw/
dbgutil.cpp 120 return atoi(ch);
  /external/icu4c/tools/toolutil/
dbgutil.cpp 122 return atoi(ch);
  /external/ppp/pppd/plugins/radius/
radrealms.c 123 s->port[s->max] = atoi(p);
  /external/stlport/stlport/stl/
_cstdlib.h 77 using _STLP_VENDOR_CSTD::atoi;
  /external/tinyalsa/
tinyplay.c 82 device = atoi(*argv);
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 48 #define atoi(_str) VG_(strtoll10)((_str), NULL) macro
  /frameworks/base/opengl/libs/EGL/
egl_tls.cpp 80 if (atoi(value)) {
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 131 uProcId = atoi(optarg);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 77 using _STLP_VENDOR_CSTD::atoi;
  /ndk/sources/host-tools/make-3.81/
arscan.c 589 name = namemap + atoi (name + 1);
596 int namesize = atoi (name + 3);
625 atoi (member_header.ar_uid),
626 atoi (member_header.ar_gid),

Completed in 1092 milliseconds

1 2 3 4 5 6 7 891011>>