HomeSort by relevance Sort by last modified time
    Searched refs:strtoll (Results 176 - 200 of 202) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 653 __MINGW_EXTENSION long long __cdecl strtoll(const char * __restrict__, char ** __restrict, int);
  /system/core/adb/
adb.cpp     [all...]
sockets.cpp 668 transport_id = strtoll(service, &service, 10);
commandline.cpp     [all...]
  /system/libhidl/transport/
ServiceManagement.cpp 257 pid_t pid = strtoll(dp->d_name, nullptr, 0);
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 563 long long int ret = strtoll(nptr, &tmp_endptr, base);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 130 case LibFunc::strtoll:
    [all...]
SimplifyLibCalls.cpp     [all...]
  /system/core/toolbox/
newfs_msdos.c     [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c     [all...]
  /external/libevent/
evutil.c 451 return (ev_int64_t)strtoll(s, endptr, base);
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 516 case LibFunc::strtoll:
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 309 v.i64val = strtoll(cur, (char**)pcur, 0);
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.h 158 #define _mpd_strtossize strtoll
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 440 // before calling strtoll().
442 *val = strtoll(s, &end, 10);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 81 extern long long int strtoll (__const char *__restrict __nptr,
    [all...]
tinycc.c 5376 #define strtoll macro
    [all...]

Completed in 1217 milliseconds

1 2 3 4 5 6 78 9