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

1 2 3 4 5 6 7

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atoll.c 1 /* $OpenBSD: atoll.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
34 atoll(str) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/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))
  /system/extras/f2fs_utils/
make_f2fs_main.c 49 len = atoll(optarg);
  /bionic/libstdc++/include/
cstdlib 64 using ::atoll;
  /external/clang/test/Analysis/
taint-tester.c 176 long long atoll(const char *nptr);
187 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;

Completed in 609 milliseconds

1 2 3 4 5 6 7