Home
last modified time | relevance | path

Searched refs:atoll (Results 1 - 25 of 59) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A 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(st in atoll_1000()
[all...]
/third_party/libwebsockets/lib/plat/windows/
H A 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/
H A 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/ltp/tools/genload/
H A 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()
H A 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()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/musl/src/stdlib/
H A Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcompat.h80 #define atoll _atoi64 macro
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
H A 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/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress07.c122 holesize = atoll(argv[2]);
136 sparseoff = atoll(argv[4]);
/third_party/f2fs-tools/mkfs/
H A Df2fs_format_main.c259 c.device_size = atoll(optarg); in f2fs_parse_options()
350 c.wanted_total_sectors = atoll(argv[optind+1]); in f2fs_parse_options()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A 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/libwebsockets/lib/system/fault-injection/
H A 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/porting/liteos_m/kernel/include/
H A Dstdlib.h23 long long atoll (const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h23 long long atoll (const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h25 long long atoll (const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h23 long long atoll (const char *);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c35 {long long(*p)(const char*) = atoll;} in f()
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
H A Dgles_conformance_tests.cpp92 size_t failureCount = atoll(log.c_str() + offset); in RunConformanceTest()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h25 long long atoll (const char *);
/third_party/musl/include/
H A Dstdlib.h25 long long atoll (const char *);
/third_party/cups-filters/filter/
H A Dbannertopdf.c206 time = (time_t)atoll(timestamp); in info_line_time()
222 time = (time_t)atoll(timestamp); in human_time()
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp1085 logln("Testing atoll");
1086 // atoll
1093 LLAssert(llong::atoll(empty) == llong(0, 0));
1094 LLAssert(llong::atoll(zero) == llong(0, 0));
1095 LLAssert(llong::atoll(neg_one) == llong(0xffffffff, 0xffffffff));
1096 LLAssert(llong::atoll(neg_12345) == -llong(0, 12345));
1097 LLAssert(llong::atoll(big1, 16) == llong(0x12345678, 0x9abcdef0));
1098 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c749 if ((s = strafter(buf, "\nVmLck:"))) slot[SLOT_vmlck] = atoll(s)*1024; in get_ps()
750 if ((s = strafter(buf, "\nVmSwap:"))) slot[SLOT_swap] = atoll(s)*1024; in get_ps()
759 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s); in get_ps()
760 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s); in get_ps()
761 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = atoll(s); in get_ps()
762 if ((s = strafter(buf, "write_bytes:"))) slot[SLOT_wbytes] = atoll(s); in get_ps()

Completed in 16 milliseconds

123