Home
last modified time | relevance | path

Searched refs:atol (Results 26 - 50 of 140) sorted by relevance

123456

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
H A Dminimal-secure-streams-smd.c272 how_many_msg = (unsigned int)atol(p); in main()
275 usec_interval = (unsigned int)atol(p); in main()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Dpngpixel.c153 long x = atol(argv[1]); in main()
154 long y = atol(argv[2]); in main()
/third_party/libunwind/libunwind/tests/
H A Dforker.c42 count = atol (argv[1]); in main()
H A DGtest-exc.c159 depth = atol (argv[1]); in main()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c543 bind_cpu_0 = bind_cpu_1 = atol(tok); in parse_setup_cpu_list()
546 bind_cpu_0 = atol(tok); in parse_setup_cpu_list()
547 bind_cpu_1 = atol(tok_end + 1); in parse_setup_cpu_list()
553 step = atol(tok_step + 1); in parse_setup_cpu_list()
565 bind_len = atol(tok_len + 1); in parse_setup_cpu_list()
573 mul = atol(tok_mul + 1); in parse_setup_cpu_list()
679 bind_node_0 = bind_node_1 = atol(tok); in parse_setup_node_list()
682 bind_node_0 = atol(tok); in parse_setup_node_list()
683 bind_node_1 = atol(tok_end + 1); in parse_setup_node_list()
689 step = atol(tok_ste in parse_setup_node_list()
[all...]
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c571 bind_cpu_0 = bind_cpu_1 = atol(tok); in parse_setup_cpu_list()
574 bind_cpu_0 = atol(tok); in parse_setup_cpu_list()
575 bind_cpu_1 = atol(tok_end + 1); in parse_setup_cpu_list()
581 step = atol(tok_step + 1); in parse_setup_cpu_list()
593 bind_len = atol(tok_len + 1); in parse_setup_cpu_list()
601 mul = atol(tok_mul + 1); in parse_setup_cpu_list()
718 bind_node_0 = bind_node_1 = atol(tok); in parse_setup_node_list()
721 bind_node_0 = atol(tok); in parse_setup_node_list()
722 bind_node_1 = atol(tok_end + 1); in parse_setup_node_list()
728 step = atol(tok_ste in parse_setup_node_list()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeStablityTest.cpp106 bitrate = atol(bitStr.c_str()); in GetParamsByName()
117 bitrate = atol(bitStr.c_str()); in GetParamsByName()
128 bitrate = atol(bitStr.c_str()); in GetParamsByName()
139 bitrate = atol(bitStr.c_str()); in GetParamsByName()
657 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
746 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
788 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c589 a->curr[LTY_METRICS].m->us_decay_unit = (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
664 a->curr[LTY_POLICY].p->proxy_buflen = (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
669 (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
673 (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
677 a->curr[LTY_POLICY].p->client_buflen = (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
682 (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
686 (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
/test/xts/acts/kernel_lite/util_posix/src/
H A DActsUtilConvertApiTest.cpp383 * @tc.name test atol api with string
391 returnVal = atol(paraChar); in HWTEST_F()
392 LOGD(" atol c:='%s', returnVal:='%ld'\n", paraChar, returnVal); in HWTEST_F()
393 ASSERT_TRUE(0 == returnVal) << "ErrInfo: atol returnVal:='" << returnVal << "'"; in HWTEST_F()
398 * @tc.name test atol api with empty string
406 returnVal = atol(paraChar); in HWTEST_F()
407 LOGD(" atol c:='%s', returnVal:='%ld'\n", paraChar, returnVal); in HWTEST_F()
408 ASSERT_TRUE(0 == returnVal) << "ErrInfo: atol returnVal:='" << returnVal << "'"; in HWTEST_F()
413 * @tc.name test atol api with digit9
421 returnVal = atol(paraCha in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dmap_hugetlb.c78 length = atol(argv[1]) << 20; in main()
/kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/memcpy_thread/
H A Dmemcpy_thread.c60 thr = atol(argv[2]); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmap_hugetlb.c73 length = atol(argv[1]) << 20; in main()
/third_party/mindspore/test/utils/
H A Dmodel_utils.cpp141 void CompareResult(OH_AI_TensorHandleArray outputs, std::string modelName, float atol, float rtol) { in CompareResult() argument
155 bool result = compFp32WithTData(outputData, outputFile, atol, rtol, false); in CompareResult()
/third_party/cups-filters/cupsfilters/
H A Draster.c507 h->MediaWeight = atol(val); in cupsRasterParseIPPOptions()
551 h->NumCopies = atol(val); in cupsRasterParseIPPOptions()
674 size = atol(val) * 72.0 / 2540.0; in cupsRasterParseIPPOptions()
688 size = atol(val) * 72.0 / 2540.0; in cupsRasterParseIPPOptions()
702 size = atol(val) * 72.0 / 2540.0; in cupsRasterParseIPPOptions()
714 size = atol(val) * 72.0 / 2540.0; in cupsRasterParseIPPOptions()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstdlib.h70 long atol (const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h22 long atol (const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h22 long atol (const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h24 long atol (const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h22 long atol (const char *);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c34 {long(*p)(const char*) = atol;} in f()
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c853 a->info->ssl_options_set |= atol(ctx->buf); in lejp_vhosts_cb()
856 a->info->ssl_options_clear |= atol(ctx->buf); in lejp_vhosts_cb()
861 a->info->ssl_client_options_set |= atol(ctx->buf); in lejp_vhosts_cb()
864 a->info->ssl_client_options_clear |= atol(ctx->buf); in lejp_vhosts_cb()
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H A Dparam_test.c1398 loop_cnt[argv[i][1] - '0'] = atol(argv[i + 1]); in main()
1406 opt_modulo = atol(argv[i + 1]); in main()
1418 opt_sleep = atol(argv[i + 1]); in main()
1439 opt_disable_mod = atol(argv[i + 1]); in main()
1451 opt_threads = atol(argv[i + 1]); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Dparam_test.c1470 loop_cnt[argv[i][1] - '0'] = atol(argv[i + 1]); in main()
1478 opt_modulo = atol(argv[i + 1]); in main()
1490 opt_sleep = atol(argv[i + 1]); in main()
1511 opt_disable_mod = atol(argv[i + 1]); in main()
1523 opt_threads = atol(argv[i + 1]); in main()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dtraffic_manager.cpp95 return atol(buf); in GetInterfaceTrafficByType()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h24 long atol (const char *);

Completed in 23 milliseconds

123456