Searched defs:strtoull (Results 1 - 14 of 14) sorted by relevance
| /third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
| H A D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
| /third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
| H A D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
| /third_party/musl/porting/linux/user/src/stdlib/ |
| H A D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
| /third_party/musl/porting/uniproton/kernel/src/stdlib/ |
| H A D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
| /third_party/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
|
| /third_party/ninja/src/ |
| H A D | util.h | 118 #define strtoull _strtoui64 macro
|
| /third_party/lz4/tests/ |
| H A D | datagencli.c | 40 #define strtoull _strtoui64 /* https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strtoui64-wcstoui64-strtoui64-l-wcstoui64-l */ macro
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil.h | 49 #define strtoull _strtoui64 macro
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 341 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
|
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 602 pub fn strtoull(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_ulonglong; in strtoull() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 552 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 521 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1131 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3414 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() functions
|
Completed in 29 milliseconds