Searched defs:strtoll (Results 1 – 10 of 10) sorted by relevance
/external/dbus/tools/ |
D | strtoll.c | 65 strtoll(const char * nptr, char ** endptr, int base) in strtoll() function
|
D | dbus-send.c | 31 #define strtoll mystrtoll macro
|
/external/libcxx/include/support/win32/ |
D | support.h | 50 #define strtoll _strtoi64 macro
|
/external/flac/include/share/ |
D | compat.h | 71 #define strtoll _strtoi64 macro
|
/external/llvm/cmake/ |
D | config-ix.cmake | 420 set(strtoll "_strtoi64") variable
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 44 #define strtoll _strtoi64 macro
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 155 #define strtoll(p, e, b) _strtoi64(p, e, b) macro
|
/external/fio/os/windows/ |
D | posix.c | 730 long long strtoll(const char *restrict str, char **restrict endptr, in strtoll() function
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 676 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT in INTERCEPTOR() argument
|
/external/valgrind/perf/ |
D | tinycc.c | 5376 #define strtoll (long long)strtol macro
|