HomeSort by relevance Sort by last modified time
    Searched refs:strtoull (Results 51 - 75 of 87) sorted by null

1 23 4

  /ndk/sources/android/libthread_db/gdb-7.1.x/
libthread_db.c 93 *cap = (uint64_t) strtoull(perm+8, &end, 16);
  /external/bluetooth/bluez/src/
sdp-xml.c 574 int64_t val = strtoull(data, &endptr, 0);
586 uint64_t val = strtoull(data, &endptr, 0);
  /bootable/diskinstaller/
installer.c 213 offset = strtoull(tmp, NULL, 0);
  /external/bison/lib/
strtol.c 49 /* Nonzero if we are defining `strtoul' or `strtoull', operating on
99 # define strtol strtoull
119 /* If QUAD is defined, we are defining `strtoll' or `strtoull',
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 364 sdl_check_funcs _uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull
  /system/core/gpttool/
gpttool.c 198 u64 n = strtoull(sz, 0, 10);
  /system/core/libdiskconfig/
diskconfig.c 65 *plen = strtoull(tmp, NULL, 0);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 493 #define SDL_strtoull strtoull
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 12 #define _XOPEN_SOURCE 600 /* for inclusion of strptime() and strtoull */
15 #define STRTOULL strtoull
17 #define STRTOULL strtoul
266 num = STRTOULL(arg, &tmp, 0);
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 771 tmp = strtoull(arg, &end, 0);
  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /external/iproute2/lib/
utils.c 166 res = strtoull(arg, &ptr, base);
  /external/iproute2/tc/
m_ipt.c 129 number = strtoull(s, &end, 0);
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /external/qemu/
qemu-option.c 194 number = strtoull(value, &postfix, 0);
vl-android.c     [all...]
vl.c 1200 nodenr = strtoull(option, NULL, 10);
1206 value = strtoull(option, &endptr, 0);
1220 value = strtoull(option, &endptr, 10);
1226 endvalue = strtoull(endptr+1, &endptr, 10);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 215 extern unsigned long long int strtoull (__const char *__restrict __nptr,
  /system/extras/ext4_utils/
ext4_utils.c 506 u64 num = strtoull(arg, &endptr, 10);
  /external/pcre/
pcrecpp.cc 847 if (str[0] == '-') return false; // strtoull() on a negative number?!
853 unsigned long long r = strtoull(str, &end, radix);

Completed in 632 milliseconds

1 23 4