/third_party/ninja/src/ |
D | util.h | 118 #define strtoull _strtoui64 macro
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
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/ |
D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
/third_party/lz4/tests/ |
D | datagencli.c | 40 #define strtoull _strtoui64 /* https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference… macro
|
/third_party/musl/src/stdlib/ |
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_a/kernel/src/stdlib/ |
D | strtol.c | 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() function
|
/third_party/glslang/glslang/Include/ |
D | Common.h | 86 inline unsigned long long int strtoull (const char* str, char** endptr, int base) in strtoull() function
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 49 #define strtoull _strtoui64 macro
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | options.c | 343 OPT_NUMERIC(ullong, unsigned long long, strtoull) in OPT_NUMERIC() argument
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 341 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/ |
D | mod.rs | 521 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/ |
D | wasi.rs | 552 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/ |
D | mod.rs | 602 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/ |
D | mod.rs | 1131 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/ |
D | mod.rs | 3414 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull() function
|