HomeSort by relevance Sort by last modified time
    Searched full:atoll (Results 226 - 250 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.functions.txt 174 atoll
libc.so.versions.txt 184 atoll;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.functions.txt 234 atoll
libc.so.versions.txt 247 atoll;
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libc.so.functions.txt 174 atoll
libc.so.versions.txt 184 atoll;
  /external/libcxx/include/support/win32/
support.h 49 #define atoll _atoi64 macro
  /external/libdrm/tests/proptest/
proptest.c 248 value = atoll(argv[3]);
  /frameworks/native/cmds/service/
service.cpp 157 data.writeInt64(atoll(argv[optind++]));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 46 #define atoll _atoi64 macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 46 #define atoll _atoi64 macro
  /system/extras/tests/ext4/
rand_emmc_perf.c 239 max_blocks = atoll(argv[optind]) * ((1024*1024) / TST_BLK_SIZE);
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 318 /// long long atoll(const char *nptr);
319 TLI_DEFINE_ENUM_INTERNAL(atoll)
320 TLI_DEFINE_STRING_INTERNAL("atoll")
    [all...]
  /external/toybox/toys/posix/
ps.c 620 if ((s = strafter(buf, "\nVmLck:"))) slot[SLOT_vmlck] = atoll(s);
621 if ((s = strafter(buf, "\nVmSwap:"))) slot[SLOT_swap] = atoll(s);
630 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s);
631 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s);
632 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = atoll(s);
633 if ((s = strafter(buf, "write_bytes:"))) slot[SLOT_wbytes] = atoll(s);
    [all...]
  /bionic/libc/
libc.mips.brillo.map 248 atoll;
libc.x86.brillo.map 247 atoll;
  /development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.versions.txt 229 atoll;
  /development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.versions.txt 227 atoll;
  /development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.versions.txt 226 atoll;
  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.versions.txt 250 atoll;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.versions.txt 248 atoll;
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/
libclang_rt.asan-x86_64.a.syms     [all...]
  /external/blktrace/btreplay/
btrecord.c 425 max_bunch_tm = (__u64)atoll(optarg);
435 max_pkts_per_bunch = (__u64)atoll(optarg);
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 639 __MINGW_EXTENSION long long __cdecl atoll (const char *);
650 __MINGW_EXTENSION __CRT_INLINE long long __cdecl atoll (const char * _c) { return _atoi64 (_c); } function

Completed in 1766 milliseconds

1 2 3 4 5 6 7 8 91011>>