HomeSort by relevance Sort by last modified time
    Searched refs:atoll (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /bionic/libc/bionic/
atoll.c 30 long long atoll(const char* s) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 142 long long luser = atoll(sUser);
143 long long lnice = atoll(sNice);
144 long long lsystem = atoll(sSystem);
145 long long lidle = atoll (sIdle);
160 luser = atoll(sUser);
161 lnice = atoll(sNice);
162 lsystem = atoll(sSystem);
163 lidle = atoll (sIdle);
  /external/open-vcdiff/gflags/src/windows/
port.h 79 #define atoll _atoi64 macro
  /external/openfst/src/bin/
fstreplace.cc 49 Label root = atoll(argv[2]);
55 Label lab = atoll(argv[i + 1]);
  /external/openfst/src/extensions/pdt/
pdtreplace.cc 55 Label root = atoll(argv[2]);
61 Label lab = atoll(argv[i + 1]);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 66 using ::atoll;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 138 extern long long atoll (const char *string);
141 # undef atoll
142 # define atoll(s) \
143 (GL_LINK_WARNING ("atoll is unportable - " \
144 "use gnulib module atoll for portability"), \
145 atoll (s))
  /bionic/libstdc++/include/
cstdlib 67 using ::atoll;
  /external/clang/test/Analysis/
taint-tester.c 189 long long atoll(const char *nptr);
200 long long ll = atoll(s); // expected-warning + {{tainted}}
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 66 using ::atoll;
  /ndk/sources/cxx-stl/system/include/
cstdlib 66 using ::atoll;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 63 using ::atoll;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 63 using ::atoll;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 67 using ::atoll;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 67 using ::atoll;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 67 using ::atoll;

Completed in 227 milliseconds

1 2 3 4