/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/dbus/tools/ |
dbus-send.c | 91 uint64 = strtoull (value, NULL, 0);
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 364 sdl_check_funcs _uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull
|
/frameworks/base/media/libstagefright/ |
HTTPDataSource.cpp | 242 mContentLength = strtoull(value.c_str(), &end, 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/e2fsprogs/debugfs/ |
set_fields.c | 12 #define _XOPEN_SOURCE 600 /* for inclusion of strptime() and strtoull */ 15 #define STRTOULL strtoull 17 #define STRTOULL strtoul 256 num = STRTOULL(arg, &tmp, 0);
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 705 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/qemu/hw/ |
goldfish_nand.c | 501 dev_size = strtoull(value, &ep, 0);
|
/bionic/libc/ |
Android.mk | 173 stdlib/strtoull.c \
|
/external/qemu/ |
vl-android.c | [all...] |
vl.c | [all...] |
/external/iptables/ |
ip6tables.c | 971 number = strtoull(s, &end, 0); [all...] |
iptables.c | 1003 number = strtoull(s, &end, 0); [all...] |
/external/e2fsprogs/ |
configure | [all...] |