/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
D | atoll.c | 37 num = atoll(str); in atoll_0100() 50 num = atoll(str); in atoll_0200() 63 num = atoll(str); in atoll_0300() 76 num = atoll(str); in atoll_0400() 89 num = atoll(str); in atoll_0500() 102 num = atoll(str); in atoll_0600() 115 num = atoll(str); in atoll_0700() 128 num = atoll(str); in atoll_0800() 141 num = atoll(str); in atoll_0900() 154 num = atoll(str); in atoll_1000() [all …]
|
D | test_src_functionalext_supplement_stdlib.gni | 31 "atoll",
|
/third_party/libwebsockets/lib/plat/windows/ |
D | private-lib-plat-windows.h | 85 #define atoll _atoi64 macro 87 #warning No atoll or _atoi64 available, using atoi 88 #define atoll atoi macro
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-sqlite.c | 77 *pi = (int)atoll(cv[n]); /* 32-bit OS */ in lws_struct_sq3_deser_cb() 83 *pl = (long)atoll(cv[n]); /* 32-bit OS */ in lws_struct_sq3_deser_cb() 89 *pll = atoll(cv[n]); in lws_struct_sq3_deser_cb() 121 *pll = (unsigned long long)atoll(cv[n]); in lws_struct_sq3_deser_cb()
|
/third_party/musl/src/stdlib/ |
D | atoll.c | 4 long long atoll(const char *s) in atoll() function
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | atoll.c | 4 long long atoll(const char *s) in atoll() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | atoll.c | 4 long long atoll(const char *s) in atoll() function
|
/third_party/ltp/tools/genload/ |
D | genload.c | 142 global_retry = atoll(arg); in main() 147 global_backoff = atoll(arg); in main() 413 factor = atoll(nptr) * factor; in atoll_b() 460 factor = atoll(nptr) * factor; in atoll_s()
|
D | stress.c | 142 global_retry = atoll(arg); in main() 147 global_backoff = atoll(arg); in main() 413 factor = atoll(nptr) * factor; in atoll_b() 460 factor = atoll(nptr) * factor; in atoll_s()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | compat.h | 80 #define atoll _atoi64 macro
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress07.c | 122 holesize = atoll(argv[2]); 136 sparseoff = atoll(argv[4]);
|
/third_party/e2fsprogs/contrib/android/ |
D | base_fs.c | 72 range_start = atoll(block); in basefs_readline() 74 range_end = block ? atoll(block) : range_start; in basefs_readline()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/ |
D | main.c | 74 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() 143 latency_us = now_us - ((uint64_t)atoll(numbuf) * LWS_US_PER_MS); in binance_rx()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
D | main.c | 209 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() 263 ((uint64_t)atoll(numbuf) * LWS_US_PER_MS); in callback_minimal()
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format_main.c | 201 c.device_size = atoll(optarg); in f2fs_parse_options() 292 c.wanted_total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/ |
D | Argument.cpp | 110 value = atoll(lpArgNext); in UnsignedIntArgument()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
D | gles_conformance_tests.cpp | 92 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
|
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
D | gles_conformance_tests.cpp | 92 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
|
/third_party/libwebsockets/lib/system/fault-injection/ |
D | fault-injection.c | 366 fi.pre = (uint64_t)atoll(ts.token); in lws_fi_deserialize() 380 fi.count = (uint64_t)atoll( in lws_fi_deserialize()
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 23 long long atoll (const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 23 long long atoll (const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 23 long long atoll (const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 23 long long atoll (const char *);
|
/third_party/musl/include/ |
D | stdlib.h | 23 long long atoll (const char *);
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 23 long long atoll (const char *);
|