Searched refs:strtoll (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 49 return strtoll(s, end_ptr, base); in strtoll_l()
|
D | strtol.cpp | 184 return strtoll(s, nullptr, 10); in atoll() 203 long long strtoll(const char* s, char** end, int base) { in strtoll() function
|
D | libc_init_static.cpp | 320 timed_upgrade = strtoll(env, &endptr, 10); in __libc_init_mte()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 133 FUNCTION(strtoll, long long (*f)(const char*, char**, int)); in stdlib_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_089.S | 183 CALL(strtoll)
|
D | liblinker_reloc_bench_065.S | 175 CALL(strtoll)
|
D | liblinker_reloc_bench_006.S | 624 CALL(strtoll)
|
D | liblinker_reloc_bench_003.S | 1158 CALL(strtoll)
|
D | liblinker_reloc_bench_028.S | 7100 CALL(strtoll)
|
D | liblinker_reloc_bench_063.S | 11275 CALL(strtoll)
|
D | liblinker_reloc_bench_000.S | 8259 CALL(strtoll)
|
D | liblinker_reloc_bench_030.S | 18428 CALL(strtoll)
|
/bionic/benchmarks/ |
D | stdlib_benchmark.cpp | 227 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_strtoll, strtoll(" -123", nullptr, 0));
|
/bionic/libc/include/ |
D | stdlib.h | 72 long long strtoll(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
|
/bionic/libc/tzcode/ |
D | strptime.c | 633 secs = strtoll(*buf, &ep, 10); in epoch_to_tm()
|
D | private.h | 306 # define strtoimax strtoll
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1028 strtoll
|
/bionic/tests/ |
D | stdlib_test.cpp | 927 CheckStrToInt(strtoll); in TEST()
|
/bionic/libc/ |
D | libc.map.txt | 1038 strtoll;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1038 strtoll;
|