/aosp_15_r20/external/pciutils/lib/ |
H A D | sysdep.h | 30 #define strtoull strtoul macro 32 #define strtoull _strtoui64 macro
|
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/ |
H A D | strtoull.c | 48 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/ |
D | strtoull.c | 48 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull() function
|
/aosp_15_r20/external/lz4/tests/ |
H A D | datagencli.c | 43 # define strtoull _strtoui64 /* https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/… macro
|
/aosp_15_r20/external/gflags/src/ |
H A D | windows_port.h | 127 #define strtoull _strtoui64 macro
|
/aosp_15_r20/external/musl/src/stdlib/ |
H A D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
/aosp_15_r20/external/trusty/musl/src/stdlib/ |
D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
/aosp_15_r20/external/libconfig/lib/ |
H A D | wincompat.h | 53 #define strtoull _strtoui64 macro
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/ |
H A D | lame_string.c | 27 unsigned long long int strtoull(const char *nptr, char **endptr, int base) in strtoull() function
|
/aosp_15_r20/external/flac/include/share/ |
H A D | compat.h | 78 #define strtoull _strtoui64 macro
|
/aosp_15_r20/external/capstone/include/ |
H A D | platform.h | 95 #define strtoull _strtoui64 macro
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | windows_frame_info.h | 54 #define strtoull _strtoui64 macro
|
H A D | basic_source_line_resolver.cc | 68 #define strtoull _strtoui64 macro
|
/aosp_15_r20/external/capstone/include/capstone/ |
H A D | platform.h | 107 #define strtoull _strtoui64 macro
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | strtol.cpp | 172 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() function
|
/aosp_15_r20/external/llvm/cmake/ |
H A D | config-ix.cmake | 442 set(strtoull "_strtoui64") variable
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/ |
H A D | string.c | 491 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 D | strutil.h | 49 #define strtoull _strtoui64 macro
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.h | 49 #define strtoull _strtoui64 macro
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/windows/ |
H A D | mod.rs | 345 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 D | mod.rs | 345 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 D | mod.rs | 345 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 D | mod.rs | 345 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 D | mod.rs | 345 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 D | mod.rs | 345 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
|