Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 25 of 74) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
Datoll.c37 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 …]
Dtest_src_functionalext_supplement_stdlib.gni31 "atoll",
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h85 #define atoll _atoi64 macro
87 #warning No atoll or _atoi64 available, using atoi
88 #define atoll atoi macro
/third_party/libwebsockets/lib/misc/
Dlws-struct-sqlite.c77 *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/
Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/ltp/tools/genload/
Dgenload.c142 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()
Dstress.c142 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/
Dcompat.h80 #define atoll _atoi64 macro
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress07.c122 holesize = atoll(argv[2]);
136 sparseoff = atoll(argv[4]);
/third_party/e2fsprogs/contrib/android/
Dbase_fs.c72 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/
Dmain.c74 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/
Dmain.c209 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/
Df2fs_format_main.c201 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/
DArgument.cpp110 value = atoll(lpArgNext); in UnsignedIntArgument()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgles_conformance_tests.cpp92 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgles_conformance_tests.cpp92 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
/third_party/libwebsockets/lib/system/fault-injection/
Dfault-injection.c366 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/
Dstdlib.h23 long long atoll (const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h23 long long atoll (const char *);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h23 long long atoll (const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h23 long long atoll (const char *);
/third_party/musl/include/
Dstdlib.h23 long long atoll (const char *);
/third_party/musl/porting/linux/user/include/
Dstdlib.h23 long long atoll (const char *);

123