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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
strto-1.ll 19 declare i64 @strtoll(i8* %s, i8** %endptr, i32 %base)
20 ; CHECK: declare i64 @strtoll(i8* readonly, i8** nocapture, i32)
58 call i64 @strtoll(i8* %x, i8** null, i32 10)
59 ; CHECK-NEXT: call i64 @strtoll(i8* nocapture %x, i8** null, i32 10)
  /external/qemu/include/qapi/
opts-visitor.h 28 * parser relies on strtoll() instead of strtoull(). Consequences:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstdlib 153 #undef strtoll
188 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
194 using ::strtoll;
217 using ::__gnu_cxx::strtoll;
236 using std::strtoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 153 #undef strtoll
188 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
194 using ::strtoll;
217 using ::__gnu_cxx::strtoll;
236 using std::strtoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 155 #undef strtoll
190 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
196 using ::strtoll;
219 using ::__gnu_cxx::strtoll;
238 using std::strtoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 153 #undef strtoll
188 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
194 using ::strtoll;
217 using ::__gnu_cxx::strtoll;
236 using std::strtoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 155 #undef strtoll
190 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
196 using ::strtoll;
219 using ::__gnu_cxx::strtoll;
238 using std::strtoll;
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 27 long long int strtoll(const char *nptr, char **endptr, int base);
115 long int t22(char **x) { return strtoll("1234", x, 10); }
117 // CHECK: strtoll
  /bionic/libc/bionic/
strtoll_l.cpp 32 return strtoll(nptr, endptr, base);
  /external/chromium_org/sdch/open-vcdiff/testdata/
configure.ac.v0.1 47 AC_CHECK_FUNCS([strtoll strtoq])
configure.ac.v0.2 47 AC_CHECK_FUNCS([strtoll strtoq])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdlib 191 #undef strtoll
223 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoll;
251 using ::__gnu_cxx::strtoll;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib 191 #undef strtoll
223 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoll;
251 using ::__gnu_cxx::strtoll;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 152 #undef strtoll
185 (strtoll)(const char * restrict, char ** restrict, int);
191 using ::strtoll;
213 using ::__gnu_cxx::strtoll;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 152 #undef strtoll
185 (strtoll)(const char * restrict, char ** restrict, int);
191 using ::strtoll;
213 using ::__gnu_cxx::strtoll;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 152 #undef strtoll
185 (strtoll)(const char * restrict, char ** restrict, int);
191 using ::strtoll;
213 using ::__gnu_cxx::strtoll;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib 152 #undef strtoll
185 (strtoll)(const char * restrict, char ** restrict, int);
191 using ::strtoll;
213 using ::__gnu_cxx::strtoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib 191 #undef strtoll
223 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoll;
251 using ::__gnu_cxx::strtoll;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib 191 #undef strtoll
223 (strtoll)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoll;
251 using ::__gnu_cxx::strtoll;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 345 extern long long strtoll (const char *string, char **endptr, int base);
348 # undef strtoll
349 # define strtoll(s,e,b) \
350 (GL_LINK_WARNING ("strtoll is unportable - " \
351 "use gnulib module strtoll for portability"), \
352 strtoll (s, e, b))
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atoll.c 37 return(strtoll(str, (char **)NULL, 10));
  /ndk/sources/android/support/include/
stdlib.h 41 long long strtoll(const char*, char**, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
cstdlib 54 using std::strtoll;
stdlib.h 39 using std::tr1::strtoll;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cstdlib 54 using std::strtoll;

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011>>