Home
last modified time | relevance | path

Searched defs:strtoull (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/external/pciutils/lib/
H A Dsysdep.h30 #define strtoull strtoul macro
32 #define strtoull _strtoui64 macro
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dstrtoull.c48 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/
Dstrtoull.c48 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull() function
/aosp_15_r20/external/lz4/tests/
H A Ddatagencli.c43 # define strtoull _strtoui64 /* https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/… macro
/aosp_15_r20/external/gflags/src/
H A Dwindows_port.h127 #define strtoull _strtoui64 macro
/aosp_15_r20/external/musl/src/stdlib/
H A Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/aosp_15_r20/external/trusty/musl/src/stdlib/
Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/aosp_15_r20/external/libconfig/lib/
H A Dwincompat.h53 #define strtoull _strtoui64 macro
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/
H A Dlame_string.c27 unsigned long long int strtoull(const char *nptr, char **endptr, int base) in strtoull() function
/aosp_15_r20/external/flac/include/share/
H A Dcompat.h78 #define strtoull _strtoui64 macro
/aosp_15_r20/external/capstone/include/
H A Dplatform.h95 #define strtoull _strtoui64 macro
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dwindows_frame_info.h54 #define strtoull _strtoui64 macro
H A Dbasic_source_line_resolver.cc68 #define strtoull _strtoui64 macro
/aosp_15_r20/external/capstone/include/capstone/
H A Dplatform.h107 #define strtoull _strtoui64 macro
/aosp_15_r20/bionic/libc/bionic/
H A Dstrtol.cpp172 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() function
/aosp_15_r20/external/llvm/cmake/
H A Dconfig-ix.cmake442 set(strtoull "_strtoui64") variable
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dstring.c491 unsigned long long int strtoull(const char *ptr, char **endptr, int base) in strtoull() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h49 #define strtoull _strtoui64 macro
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h49 #define strtoull _strtoui64 macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs345 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/windows/
H A Dmod.rs345 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs345 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs345 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs345 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/windows/
H A Dmod.rs345 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function

1234