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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 214 unsigned long value=strtoul(s, &end, 10);
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringutils.h 78 // strchr, vsnprintf, strtoul, tolowercase
118 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { function
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_strnid.c 104 mask = strtoul(p + 5, &end, 0);
  /external/e2fsprogs/e2fsck/
e2fsck.c 39 context->now = strtoul(time_env, NULL, 0);
  /external/e2fsprogs/lib/blkid/
read.c 34 #define STRTOULL strtoul
  /external/e2fsprogs/lib/et/
error_message.c 213 debug_mask = strtoul(dstr, &tmp, 0);
  /external/e2fsprogs/misc/
util.c 222 journal_size = strtoul(arg, &p, 0);
  /external/e2fsprogs/tests/progs/
test_icount.c 55 *ino = strtoul(str, &tmp, 0);
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 220 unsigned long value=strtoul(s, &end, 10);
  /external/iproute2/misc/
lnstat_util.c 56 unsigned long f = strtoul(ptr, &ptr, 16);
  /external/iptables/extensions/
libxt_u32.c 95 number = strtoul(*s, &end, 0);
  /external/libmtp/examples/
pathutils.c 70 item_id = strtoul(path, &rest, 0);
  /external/openssl/crypto/asn1/
a_strnid.c 104 mask = strtoul(p + 5, &end, 0);
  /external/qemu/hw/
goldfish_nand.c 724 page_size = strtoul(value, &ep, 0);
730 extra_size = strtoul(value, &ep, 0);
736 erase_pages = strtoul(value, &ep, 0);
872 uint64_t val = strtoul( value, &end, 0 );
smbios.c 207 unsigned long type = strtoul(buf, NULL, 0);
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 146 /* strtol and strtoul supports base 16 or else assumes it is base 10 */
150 #define strtoul(s,r,b) ((b) == 16 ? \ macro
  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp 219 unsigned long x = strtoul(portString.c_str(), &end, 10);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 139 return strtoul(__nptr, __endptr, __base);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 52 static_assert((std::is_same<decltype(std::strtoul("", endptr,0)), unsigned long>::value), "");
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 307 address = strtoul(pc_address, &eptr, 16);
  /system/core/fastboot/
protocol.c 92 unsigned dsize = strtoul((char*) status + 4, 0, 16);
  /system/core/liblog/
event_tag_map.c 345 val = strtoul(startp, &endp, 10);
  /system/extras/showslab/
showslab.c 282 nr_rows = (unsigned int) strtoul(argv[2], NULL, 0);
284 perror("strtoul");
  /external/ppp/pppd/
sys-linux.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp     [all...]

Completed in 1422 milliseconds

1 2 3 4 5 6 7 891011>>