HomeSort by relevance Sort by last modified time
    Searched refs:atoll (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /frameworks/native/cmds/installd/
installd.cpp 321 return free_cache(parse_null(arg[0]), (int64_t)atoll(arg[1])); /* uuid, free_size */
  /bootable/recovery/updater/
install.cpp 366 int status = make_ext4fs(location, atoll(fs_size), mount_point, sehandle);
376 if (asprintf(&num_sectors, "%lld", atoll(fs_size) / 512) <= 0) {
    [all...]
  /external/elfutils/libelf/
elf_begin.c 906 atoll depending on the size of the types. We are also prepared
925 elf_ar_hdr->FIELD = (__typeof (elf_ar_hdr->FIELD)) atoll (string); \
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 279 TLI.setUnavailable(LibFunc::atoll);
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 212 imsi = atoll(imsi_txt);
  /frameworks/base/core/jni/
android_os_Debug.cpp 753 mem[i] = atoll(num);
    [all...]
android_util_Process.cpp 627 mem += atoll(num) * 1024;
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /bionic/libc/
Android.mk 524 upstream-openbsd/lib/libc/stdlib/atoll.c \
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 42 __extension__ extern long long int atoll (__const char *__nptr)
    [all...]
  /external/ImageMagick/
configure     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 486 milliseconds

1 2 3 45