/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 141 return atol(buf); in cg_read_long() 156 return atol(ptr + strlen(key)); in cg_read_key_long()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | httpread.c | 168 h->content_length = atol(hbp); in httpread_hdr_option_analyze() 221 h->reply_code = atol(hbp); in httpread_hdr_analyze()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | httpread.c | 168 h->content_length = atol(hbp); in httpread_hdr_option_analyze() 221 h->reply_code = atol(hbp); in httpread_hdr_analyze()
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 145 bitrate = atol(bitStr.c_str()); in GetParamsByName() 156 bitrate = atol(bitStr.c_str()); in GetParamsByName() 167 bitrate = atol(bitStr.c_str()); in GetParamsByName()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_text_clock_ffi.cpp | 151 const std::string& value) -> void { lambda(std::atol(value.c_str())); }; in FfiOHOSAceFrameworkTextClockOnChange()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | device_convertor.cpp | 130 size_t devLen = static_cast<size_t>(atol(deviceLen.c_str())); in ConvertNetwork()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | device_convertor.cpp | 127 size_t devLen = static_cast<size_t>(atol(deviceLen.c_str())); in ConvertNetwork()
|
/third_party/elfutils/tests/ |
H A D | addsections.c | 326 sec_size = atol (argv[argn++]); in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
H A D | minimal-secure-streams.c | 403 hugeurl_size = (size_t)atol(p); in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | strtol.c | 31 TEST(l, atol("2147483647"), 2147483647L, "max 32bit signed %ld != %ld"); in main()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem.c | 115 /* Get the count (atol will stop at the @ if there), and percentage */ in parseit() 116 md_count = atol(md_failstring); in parseit()
|
/third_party/openssl/crypto/ |
H A D | mem.c | 112 /* Get the count (atol will stop at the @ if there), and percentage */ in parseit() 113 md_count = atol(md_failstring); in parseit()
|
/third_party/libwebsockets/lib/jose/jws/ |
H A D | jws.c | 1252 if (!cp || (unsigned long)atol(cp) > now) { in lws_jwt_token_sanity() 1261 exp = (unsigned long)atol(cp); in lws_jwt_token_sanity() 1262 if (!cp || (unsigned long)atol(cp) < now) { in lws_jwt_token_sanity() 1264 cp ? (unsigned long)atol(cp) : 0, now); in lws_jwt_token_sanity()
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | mock_netsys_native_client.cpp | 249 long infBytes = atol(buf); in GetInterfaceTrafficByType() 343 return atol(buf); in GetUidTrafficFromBpf()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 684 slot[SLOT_tid] = *slot = atol(new->name); in get_ps() 746 slot[SLOT_ruid] = s ? atol(s) : new->st.st_uid; in get_ps() 748 slot[SLOT_rgid] = s ? atol(s) : new->st.st_gid; in get_ps() 964 pid = atol(new->name); in get_threads() 1449 human_readable_long(hr[j+!!j], 1024*(run[i] = pos?atol(pos):0), in top_common()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 727 slot[SLOT_tid] = *slot = atol(new->name); in get_ps() 789 slot[SLOT_ruid] = s ? atol(s) : new->st.st_uid; in get_ps() 791 slot[SLOT_rgid] = s ? atol(s) : new->st.st_gid; in get_ps() 1007 pid = atol(new->name); in get_threads() 1593 human_readable_long(hr[j+!!j], 1024*(run[i] = pos?atol(pos):0), in top_common()
|
/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | serial.c | 299 *pLong = atol(szTmp); in ReadLong()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 439 bytes = atol(argv[2]) * 1024 * 1024; in main()
|
/third_party/elfutils/libelf/ |
H A D | elf_getarsym.c | 180 size_t index_size = atol (tmpbuf); in elf_getarsym()
|
H A D | elf_begin.c | 766 /* atol expects to see at least one digit. in read_long_names() 770 len = atol (string); in read_long_names() 925 offset = atol (ar_hdr->ar_name + 1); in __libelf_next_arhdr_wrlock() 973 time_t, uid_t, gid_t, mode_t, and off_t we use either atol or in __libelf_next_arhdr_wrlock() 976 filled in which case we cannot simply use atol/l but instead have in __libelf_next_arhdr_wrlock() 992 elf_ar_hdr->FIELD = (__typeof (elf_ar_hdr->FIELD)) atol (string); \ in __libelf_next_arhdr_wrlock()
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/ |
H A D | avcodec_audio_avbuffer_encoder_demo.cpp | 133 bitrate = atol(bitStr.c_str()); in GetParamsByName() 144 bitrate = atol(bitStr.c_str()); in GetParamsByName()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-lejp.c | 362 *pl = atol(ctx->buf); in lws_struct_default_lejp_cb() 386 *pl = (unsigned long)atol(ctx->buf); in lws_struct_default_lejp_cb()
|
/third_party/toybox/toys/pending/ |
H A D | sh.c | 1054 i = ss ? atol(ss) : 0; in run_function() 1060 i = atol(ss); in run_function()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 601 fdcache_fds = atol (arg); in parse_opt() 604 fdcache_mbs = atol (arg); in parse_opt() 607 fdcache_prefetch = atol (arg); in parse_opt() 610 fdcache_mintmp = atol (arg); in parse_opt() 621 fdcache_prefetch_fds = atol(arg); in parse_opt() 626 fdcache_prefetch_mbs = atol(arg); in parse_opt() 2575 maxsize = atol(maxsize_string); in handler_cb()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | downloader.cpp | 409 info->contentLen = atol(contLen); in RxHeaderData()
|