Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dutil.h118 #define strtoull _strtoui64 macro
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/lz4/tests/
Ddatagencli.c40 #define strtoull _strtoui64 /* https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference… macro
/third_party/musl/src/stdlib/
Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtol.c21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
/third_party/glslang/glslang/Include/
DCommon.h86 inline unsigned long long int strtoull (const char* str, char** endptr, int base) in strtoull() function
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h49 #define strtoull _strtoui64 macro
/third_party/ltp/tools/sparse/sparse-src/
Doptions.c343 OPT_NUMERIC(ullong, unsigned long long, strtoull) in OPT_NUMERIC() argument
/third_party/rust/crates/libc/src/windows/
Dmod.rs341 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs521 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/third_party/rust/crates/libc/src/
Dwasi.rs552 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs602 pub fn strtoull(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_ulonglong; in strtoull() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1131 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3414 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function