/external/bison/darwin-lib/ |
stdlib.h | 1192 # undef strtoull macro [all...] |
/external/bison/linux-lib/ |
stdlib.h | 1192 # undef strtoull macro [all...] |
/external/bison/lib/ |
stdlib.in.h | 862 _GL_FUNCDECL_SYS (strtoull, unsigned long long, 866 _GL_CXXALIAS_SYS (strtoull, unsigned long long, 868 _GL_CXXALIASWARN (strtoull); 870 # undef strtoull 872 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - " 873 "use gnulib module strtoull for portability");
|
strtol.c | 43 /* Nonzero if we are defining 'strtoul' or 'strtoull', operating on 93 # define strtol strtoull 113 /* If QUAD is defined, we are defining 'strtoll' or 'strtoull',
|
/external/linux-tools-perf/util/ui/browsers/ |
map.c | 86 u64 addr = strtoull(target, NULL, 16);
|
/external/llvm/include/llvm/Config/ |
config.h.cmake | 683 /* Define to a function implementing strtoull */ 684 #cmakedefine strtoull ${strtoull}
|
/external/oprofile/pp/ |
opannotate.cpp | 82 // strtoull must work, assuming unsigned long long can contain a vma 84 bfd_vma vma = strtoull(str_vma.c_str(), NULL, 16); 179 // strtoull must work, assuming unsigned long long can contain a vma 182 bfd_vma vma = strtoull((*sit).c_str(), NULL, 16); 220 bfd_vma prev_vma = strtoull(prev_vma_str.c_str(), NULL, 16); 341 last_symbol_vma = strtoull(str.c_str(), NULL, 16);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_vsync.cpp | 129 timestamp[dpy] = strtoull(vdata + strlen("VSYNC="),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 53 static_assert((std::is_same<decltype(strtoull("", endptr,0)), unsigned long long>::value), "");
|
/sdk/emulator/qtools/ |
read_trace.cpp | 35 startTime = strtoull(optarg, NULL, 0);
|
stack_dump.cpp | 91 dumpTime = strtoull(optarg, NULL, 0);
|
/system/core/toolbox/grep/ |
grep.c | 422 l = strtoull(optarg, &ep, 10); 511 mcount = strtoull(optarg, &ep, 10);
|
/external/chromium/base/ |
linux_util.cc | 108 strtoull(buf + sizeof(kSocketLinkPrefix) - 1, &endptr, 10);
|
/external/chromium/googleurl/src/ |
url_canon_internal.h | 443 // _strtoui64 and strtoull behave the same 446 return strtoull(nptr, endptr, base);
|
/external/chromium_org/base/ |
linux_util.cc | 107 strtoull(buf + sizeof(kSocketLinkPrefix) - 1, &endptr, 10);
|
/external/chromium_org/sandbox/linux/suid/ |
sandbox.c | 445 ino_t inode = strtoull(argv[2], &endptr, 10);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
port.h | 440 inline unsigned long long int strtoull(const char *nptr, char **endptr, function
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
port.h | 436 inline unsigned long long int strtoull(const char *nptr, char **endptr, function
|
/external/chromium_org/url/ |
url_canon_internal.h | 427 // _strtoui64 and strtoull behave the same 430 return strtoull(nptr, endptr, base);
|
/external/e2fsprogs/lib/blkid/ |
read.c | 13 #define _XOPEN_SOURCE 600 /* for inclusion of strtoull */ 31 #define STRTOULL strtoull /* defined in stdlib.h if you try hard enough */ 33 /* FIXME: need to support real strtoull here */ 34 #define STRTOULL strtoul 319 dev->bid_devno = STRTOULL(value, 0, 0); 323 dev->bid_time = STRTOULL(value, 0, 0);
|
/external/e2fsprogs/misc/ |
e2freefrag.c | 271 chunk_info.chunkbytes = strtoull(optarg, &end, 0);
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
libthread_db.c | 97 *cap = (uint64_t) strtoull(perm+8, &end, 16);
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
libthread_db.c | 93 *cap = (uint64_t) strtoull(perm+8, &end, 16);
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
libthread_db.c | 105 *cap = (uint64_t) strtoull(perm+8, &end, 16);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 134 return strtoull(__nptr, __endptr, __base);
|