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

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 4 The atoi, atol, and atoll functions convert the initial portion of the string
7 - atoi: (int)strtol(nptr, (char **)NULL, 10)
30 /** The atoi function converts the initial portion of the string pointed to by
35 @return The atoi function returns the converted value.
38 atoi(const char *nptr) function
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 196 $start = atoi($startStr);
197 $end = atoi($endStr);
210 sub atoi { subroutine
  /bionic/libc/bionic/
strtol.cpp 165 int atoi(const char* s) { function
  /external/python/cpython3/Lib/
locale.py 29 "str", "atof", "atoi", "format", "format_string", "currency",
328 def atoi(string): function
336 print(s1, "is", atoi(s1))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
318 def atoi(str): function
326 print s1, "is", atoi(s1)
    [all...]
string.py 394 def atoi(s , base=10): function
395 """atoi(s [,base]) -> int
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 29 "str", "atof", "atoi", "format", "format_string", "currency",
312 def atoi(str): function
320 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/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 380 INTERCEPT_LIBRARY_FUNCTION(atoi); variable
  /external/python/cpython2/Lib/
locale.py 39 "str", "atof", "atoi", "format", "format_string", "currency",
320 def atoi(str): function
328 print s1, "is", atoi(s1)
    [all...]
stringold.py 210 def atoi(*args): function
211 """atoi(s [,base]) -> int
string.py 394 def atoi(s , base=10): function
395 """atoi(s [,base]) -> int
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 283 #define atoi(nptr) AsciiStrDecimalToUintn(nptr) macro

Completed in 615 milliseconds