HomeSort by relevance Sort by last modified time
    Searched defs:atoi (Results 1 - 15 of 15) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atoi.c 1 /* $OpenBSD: atoi.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
34 atoi(const char *str) function
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 194 $start = atoi($startStr);
195 $end = atoi($endStr);
208 sub atoi { subroutine
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 194 $start = atoi($startStr);
195 $end = atoi($endStr);
208 sub atoi { subroutine
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 48 #define atoi(_str) VG_(strtoll10)((_str), NULL) macro
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 308 INTERCEPT_LIBRARY_FUNCTION(atoi); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 148 extern int atoi (__const char *__nptr)
284 __NTH (atoi (__const char *__nptr)) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 148 extern int atoi (__const char *__nptr)
284 __NTH (atoi (__const char *__nptr)) function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
318 def atoi(str): function
326 print s1, "is", atoi(s1)
    [all...]
stringold.py 210 def atoi(*args): function
211 """atoi(s [,base]) -> int
string.py 392 def atoi(s , base=10): function
393 """atoi(s [,base]) -> int
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
318 def atoi(str): function
326 print s1, "is", atoi(s1)
    [all...]
stringold.py 210 def atoi(*args): function
211 """atoi(s [,base]) -> int
string.py 392 def atoi(s , base=10): function
393 """atoi(s [,base]) -> int
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 14 from string import atoi namespace
116 def stringtohex(str): return atoi(str, 16)
395 return atoi(keysym[1:], 16)
397 return atoi(keysym[2:], 16)
412 return atoi(keysym[1:], 16)
414 return atoi(keysym[2:], 16)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 147 /// int atoi(const char *str);
148 atoi, enumerator in enum:llvm::LibFunc::Func

Completed in 502 milliseconds