HomeSort by relevance Sort by last modified time
    Searched refs:strtoq (Results 1 - 9 of 9) sorted by null

  /external/gflags/src/
windows_port.h 122 #define strtoq _strtoi64 macro
util.h 60 // Work properly if either strtoll or strtoq is on this system.
65 # define strto64 strtoq
67 // Neither strtoll nor strtoq are defined. I hope strtol works!
  /bionic/libc/bionic/
strtol.cpp 190 extern "C" long long strtoq(const char* s, char** end, int base) { function
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 305 strtoq(const char *, char **, int);
  /external/gflags/
CMakeLists.txt 306 check_cxx_symbol_exists (strtoq stdlib.h HAVE_STRTOQ)
  /external/pcre/pcrecpp/
pcrecpp.cc 626 long long r = strtoq(str, &end, radix);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 196 extern long long int strtoq (__const char *__restrict __nptr,
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 67 extern long long int strtoq (__const char *__restrict __nptr,
    [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]

Completed in 176 milliseconds