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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
dmStringUtil.h 37 #define DmAtoll(source) atoll(source)
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmStringUtil.h 39 #define DmAtoll(source) atoll(source)
  /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/
cstdlib 152 #undef atoll
186 extern "C" long long int (atoll)(const char *) throw ();
193 using ::atoll;
215 using ::__gnu_cxx::atoll;
235 using std::atoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 152 #undef atoll
186 extern "C" long long int (atoll)(const char *) throw ();
193 using ::atoll;
215 using ::__gnu_cxx::atoll;
235 using std::atoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 154 #undef atoll
188 extern "C" long long int (atoll)(const char *) throw ();
195 using ::atoll;
217 using ::__gnu_cxx::atoll;
237 using std::atoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 152 #undef atoll
186 extern "C" long long int (atoll)(const char *) throw ();
193 using ::atoll;
215 using ::__gnu_cxx::atoll;
235 using std::atoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 154 #undef atoll
188 extern "C" long long int (atoll)(const char *) throw ();
195 using ::atoll;
217 using ::__gnu_cxx::atoll;
237 using std::atoll;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdlib 190 #undef atoll
221 extern "C" long long int (atoll)(const char *) throw ();
228 using ::atoll;
249 using ::__gnu_cxx::atoll;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib 190 #undef atoll
221 extern "C" long long int (atoll)(const char *) throw ();
228 using ::atoll;
249 using ::__gnu_cxx::atoll;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 151 #undef atoll
183 extern "C" long long int (atoll)(const char *);
190 using ::atoll;
211 using ::__gnu_cxx::atoll;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 151 #undef atoll
183 extern "C" long long int (atoll)(const char *);
190 using ::atoll;
211 using ::__gnu_cxx::atoll;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 151 #undef atoll
183 extern "C" long long int (atoll)(const char *);
190 using ::atoll;
211 using ::__gnu_cxx::atoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib 151 #undef atoll
183 extern "C" long long int (atoll)(const char *);
190 using ::atoll;
211 using ::__gnu_cxx::atoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib 190 #undef atoll
221 extern "C" long long int (atoll)(const char *) throw ();
228 using ::atoll;
249 using ::__gnu_cxx::atoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib 190 #undef atoll
221 extern "C" long long int (atoll)(const char *) throw ();
228 using ::atoll;
249 using ::__gnu_cxx::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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
cstdlib 53 using std::atoll;
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/
cstdlib 53 using std::atoll;
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/
cstdlib 53 using std::atoll;
stdlib.h 38 using std::tr1::atoll;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 38 using std::tr1::atoll;

Completed in 1564 milliseconds

1 2 3 4 5 6 7 8 91011>>