Searched refs:strtoll (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/bionic/ |
D | strtol.cpp | 171 return strtoll(s, nullptr, 10); in atoll() 182 long long strtoll(const char* s, char** end, int base) { in strtoll() function 188 return strtoll(s, end, base); in strtoq()
|
D | stdlib_l.cpp | 49 return strtoll(s, end_ptr, base); in strtoll_l()
|
/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/libc/include/ |
D | stdlib.h | 76 long long strtoll(const char* __s, char** __end_ptr, int __base);
|
/bionic/benchmarks/ |
D | stdlib_benchmark.cpp | 245 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_strtoll, strtoll(" -123", nullptr, 0));
|
/bionic/libc/tzcode/ |
D | private.h | 234 # define strtoimax strtoll
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1028 strtoll
|
/bionic/tests/ |
D | stdlib_test.cpp | 862 CheckStrToInt(strtoll); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1038 strtoll;
|
/bionic/libc/ |
D | libc.map.txt | 1038 strtoll;
|