Home
last modified time | relevance | path

Searched refs:atol (Results 51 - 75 of 129) sorted by relevance

123456

/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dcgroup_util.c141 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 Dhttpread.c168 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 Dhttpread.c168 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 Davcodec_audio_avbuffer_decoder_demo.cpp145 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 Dcj_text_clock_ffi.cpp151 const std::string& value) -> void { lambda(std::atol(value.c_str())); }; in FfiOHOSAceFrameworkTextClockOnChange()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp130 size_t devLen = static_cast<size_t>(atol(deviceLen.c_str())); in ConvertNetwork()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp127 size_t devLen = static_cast<size_t>(atol(deviceLen.c_str())); in ConvertNetwork()
/third_party/elfutils/tests/
H A Daddsections.c326 sec_size = atol (argv[argn++]); in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A Dminimal-secure-streams.c403 hugeurl_size = (size_t)atol(p); in main()
/third_party/musl/libc-test/src/functional/
H A Dstrtol.c31 TEST(l, atol("2147483647"), 2147483647L, "max 32bit signed %ld != %ld"); in main()
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem.c115 /* 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 Dmem.c112 /* 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 Djws.c1252 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 Dmock_netsys_native_client.cpp249 long infBytes = atol(buf); in GetInterfaceTrafficByType()
343 return atol(buf); in GetUidTrafficFromBpf()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c684 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 Dps.c727 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 Dserial.c299 *pLong = atol(szTmp); in ReadLong()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-stress.c439 bytes = atol(argv[2]) * 1024 * 1024; in main()
/third_party/elfutils/libelf/
H A Delf_getarsym.c180 size_t index_size = atol (tmpbuf); in elf_getarsym()
H A Delf_begin.c766 /* 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 Davcodec_audio_avbuffer_encoder_demo.cpp133 bitrate = atol(bitStr.c_str()); in GetParamsByName()
144 bitrate = atol(bitStr.c_str()); in GetParamsByName()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c362 *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 Dsh.c1054 i = ss ? atol(ss) : 0; in run_function()
1060 i = atol(ss); in run_function()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx601 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 Ddownloader.cpp409 info->contentLen = atol(contLen); in RxHeaderData()

Completed in 30 milliseconds

123456