Searched defs:strtoll (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/musl/src/stdlib/ |
D | strtol.c | 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() function
|
/third_party/glslang/glslang/Include/ |
D | Common.h | 82 inline long long int strtoll (const char* str, char** endptr, int base) in strtoll() function
|
/third_party/ninja/src/ |
D | build_log.cc | 41 #define strtoll _strtoi64 macro
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 48 #define strtoll _strtoi64 macro
|