Home
last modified time | relevance | path

Searched refs:atoi (Results 1 - 25 of 1170) sorted by relevance

12345678910>>...47

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c227 vlan_id = atoi(pos); in hostapd_config_read_maclist()
905 list[count++] = atoi(pos); in hostapd_parse_intlist()
1243 bitpos = atoi(pos); in hostapd_parse_he_srg_bitmap()
1377 url->venue_number = atoi(pos); in parse_venue_url()
1511 realm->encoding = atoi(pos); in parse_nai_realm()
1552 eap->eap_method = atoi(pos); in parse_nai_realm()
1562 eap->auth_id[eap->num_auths] = atoi(pos); in parse_nai_realm()
1567 eap->auth_val[eap->num_auths] = atoi(pos); in parse_nai_realm()
1618 infoid = atoi(buf); in parse_anqp_elem()
1668 val = atoi(po in parse_qos_map_set()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c221 vlan_id = atoi(pos); in hostapd_config_read_maclist()
895 list[count++] = atoi(pos); in hostapd_parse_intlist()
952 i = atoi(value); in hostapd_config_read_int10()
1012 queue->aifs = atoi(val); in hostapd_config_tx_queue()
1019 queue->cwmin = atoi(val); in hostapd_config_tx_queue()
1026 queue->cwmax = atoi(val); in hostapd_config_tx_queue()
1447 url->venue_number = atoi(pos); in parse_venue_url()
1581 realm->encoding = atoi(pos); in parse_nai_realm()
1622 eap->eap_method = atoi(pos); in parse_nai_realm()
1632 eap->auth_id[eap->num_auths] = atoi(po in parse_nai_realm()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Datoi.c36 int32_t fptr = atoi(str); in atoi_0100()
48 int32_t fptr = atoi(str); in atoi_0200()
60 int32_t fptr = atoi(str); in atoi_0300()
72 int32_t fptr = atoi(str); in atoi_0400()
84 int32_t fptr = atoi(str); in atoi_0500()
96 int32_t fptr = atoi(str); in atoi_0600()
108 int32_t fptr = atoi(str); in atoi_0700()
120 int32_t fptr = atoi(str); in atoi_0800()
132 int32_t fptr = atoi(str); in atoi_0900()
144 int32_t fptr = atoi(st in atoi_1000()
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
H A Dtirpc_toplevel_clnt_call_complex.c94 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
97 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
100 thread_array_result[atoi(arg)] = in my_thread_process()
101 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
105 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
106 resTbl[atoi(arg)].svcRes); in my_thread_process()
124 int threadNb = atoi(argc[3]); in main()
134 progNum = atoi(arg in main()
[all...]
H A Dtirpc_toplevel_clnt_call_mt.c68 thread_array_result[atoi(arg)] = 0; in my_thread_process()
77 thread_array_result[atoi(arg)] = in my_thread_process()
78 thread_array_result[atoi(arg)] + (rslt == RPC_SUCCESS); in my_thread_process()
97 int threadNb = atoi(argc[3]); in main()
102 progNum = atoi(argc[2]); in main()
105 callNb = atoi(argc[4]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
H A Dtirpc_bottomlevel_clnt_call_complex.c122 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
125 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
128 thread_array_result[atoi(arg)] = in my_thread_process()
129 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
133 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
134 resTbl[atoi(arg)].svcRes); in my_thread_process()
152 int threadNb = atoi(argc[3]); in main()
162 progNum = atoi(arg in main()
[all...]
H A Dtirpc_bottomlevel_clnt_call_mt.c84 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf, in my_thread_process()
92 progNum + atoi(arg), VERSNUM, 1024, 1024); in my_thread_process()
104 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS); in my_thread_process()
123 int threadNb = atoi(argc[3]); in main()
128 progNum = atoi(argc[2]); in main()
130 callNb = atoi(argc[4]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
H A Dtirpc_rpcb_rmtcall_complex.c114 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
118 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, in my_thread_process()
121 thread_array_result[atoi(arg)] = in my_thread_process()
122 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
126 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
127 resTbl[atoi(arg)].svcRes); in my_thread_process()
145 int threadNb = atoi(argc[3]); in main()
155 progNum = atoi(arg in main()
[all...]
H A Dtirpc_rpcb_rmtcall_mt.c84 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf, in my_thread_process()
91 cs = rpcb_rmtcall(nconf, hostname, progNum + atoi(arg), VERSNUM, in my_thread_process()
96 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS); in my_thread_process()
115 int threadNb = atoi(argc[3]); in main()
120 progNum = atoi(argc[2]); in main()
122 callNb = atoi(argc[4]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
H A Dtirpc_interlevel_clnt_call_complex.c105 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
108 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
111 thread_array_result[atoi(arg)] = in my_thread_process()
112 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
116 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
117 resTbl[atoi(arg)].svcRes); in my_thread_process()
135 int threadNb = atoi(argc[3]); in main()
145 progNum = atoi(arg in main()
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
H A Dtirpc_rpc_call_complex.c82 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
85 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
88 thread_array_result[atoi(arg)] = in my_thread_process()
89 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
93 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
94 resTbl[atoi(arg)].svcRes); in my_thread_process()
112 int threadNb = atoi(argc[3]); in main()
122 progNum = atoi(arg in main()
[all...]
H A Dtirpc_rpc_call_mt.c62 rslt = rpc_call(hostname, progNum + atoi(arg), VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in in my_thread_process()
67 thread_array_result[atoi(arg)] = in my_thread_process()
68 thread_array_result[atoi(arg)] + (rslt == RPC_SUCCESS); in my_thread_process()
87 int threadNb = atoi(argc[3]); in main()
93 progNum = atoi(argc[2]); in main()
94 callNb = atoi(argc[4]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
H A Dtirpc_expertlevel_clnt_call_complex.c123 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
126 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
129 thread_array_result[atoi(arg)] = in my_thread_process()
130 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
134 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
135 resTbl[atoi(arg)].svcRes); in my_thread_process()
153 int threadNb = atoi(argc[3]); in main()
163 progNum = atoi(arg in main()
[all...]
H A Dtirpc_expertlevel_clnt_call_mt.c82 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf, in my_thread_process()
89 progNum + atoi(arg), VERSNUM, 0, 0); in my_thread_process()
101 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS); in my_thread_process()
120 int threadNb = atoi(argc[3]); in main()
125 progNum = atoi(argc[2]); in main()
127 callNb = atoi(argc[4]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/
H A Dtirpc_svc_unreg_mt.c66 svc_unreg(progNum + atoi(arg), VERSNUM); in my_thread_process()
67 svc_reg(transp, progNum + atoi(arg), VERSNUM, exm_proc, nconf); in my_thread_process()
69 svc_unreg(progNum + atoi(arg), VERSNUM); in my_thread_process()
72 thread_array_result[atoi(arg)] += 1; in my_thread_process()
91 int threadNb = atoi(argc[3]); in main()
96 progNum = atoi(argc[2]); in main()
97 callNb = atoi(argc[4]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/
H A Dtirpc_rpc_reg_mt.c63 thread_array_result[atoi(arg)] = in my_thread_process()
64 thread_array_result[atoi(arg)] + !rpc_reg(progNum + in my_thread_process()
65 atoi(arg), in my_thread_process()
92 int threadNb = atoi(argc[3]); in main()
98 progNum = atoi(argc[2]); in main()
99 callNb = atoi(argc[4]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
H A Dtirpc_svc_reg_mt.c66 svc_unreg(progNum + atoi(arg), VERSNUM); in my_thread_process()
67 thread_array_result[atoi(arg)] += in my_thread_process()
68 svc_reg(transp, progNum + atoi(arg), VERSNUM, exm_proc, in my_thread_process()
87 int threadNb = atoi(argc[3]); in main()
92 progNum = atoi(argc[2]); in main()
93 callNb = atoi(argc[4]); in main()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_util.c38 int major = atoi(PACKAGE_VERSION); in vk_get_driver_version()
39 int minor = minor_string ? atoi(minor_string + 1) : 0; in vk_get_driver_version()
40 int patch = patch_string ? atoi(patch_string + 1) : 0; in vk_get_driver_version()
64 int major = atoi(str); in vk_get_version_override()
65 int minor = minor_str ? atoi(minor_str + 1) : 0; in vk_get_version_override()
66 int patch = patch_str ? atoi(patch_str + 1) : 0; in vk_get_version_override()
/third_party/icu/icu4c/source/test/compat/
H A Dtzdate.c53 year = atoi(argv[1]); in main()
54 month = atoi(argv[2]); in main()
55 day = atoi(argv[3]); in main()
56 hour = atoi(argv[4]); in main()
57 minute = atoi(argv[5]); in main()
58 useCurrentTime = atoi(argv[6]); in main()
/third_party/libwebsockets/lib/roles/http/
H A Ddate.c110 tm->tm_mday = atoi(b + 5); in lws_http_date_parse()
111 n = atoi(b + 12); in lws_http_date_parse()
116 n = atoi(b + 17); in lws_http_date_parse()
121 n = atoi(b + 20); in lws_http_date_parse()
126 n = atoi(b + 23); in lws_http_date_parse()
179 u = ((lws_usec_t)(time_t)atoi(p)) * LWS_USEC_PER_SEC; in lws_http_check_retry_after()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
H A Dtirpc_rpc_broadcast_mt.c55 int sndVar = atoi(arg); in my_thread_process()
69 thread_array_result[atoi(arg)] += (rslt == RPC_SUCCESS); in my_thread_process()
88 int threadNb = atoi(argc[3]); in main()
94 progNum = atoi(argc[2]); in main()
95 callNb = atoi(argc[4]); in main()
/third_party/skia/src/core/
H A DSkUtils.cpp70 std::atoi(OHOS::system::GetParameter("sys.graphic.vma.blockSize", "48").c_str()), in SkGetVmaBlockSizeMB()
87 std::atoi(OHOS::system::GetParameter("sys.graphic.vma.minCachedSize", "9000000").c_str()), in SkGetNeedCachedMemroySize()
123 std::atoi(OHOS::system::GetParameter("sys.graphic.vma.preAllocDelay", "250").c_str()), in SkGetPreAllocDelay()
137 std::atoi(OHOS::system::GetParameter("sys.graphic.vma.maxBlockCount", "10").c_str()), in SkGetVmaBlockCountMax()
149 GetBoolParamWithFlag(std::atoi(OHOS::system::GetParameter("sys.graphic.vma.debug", "0").c_str()) != 0); in SkGetVmaDebugFlag()
/third_party/backends/backend/escl/
H A Descl_capabilities.c262 scanner->caps[type].SupportedResolutions = int_to_array(scanner->caps[type].SupportedResolutions, &scanner->caps[type].SupportedResolutionsSize, atoi((const char *)xmlNodeGetContent(node))); in find_valor_of_array_variables()
283 scanner->caps[type].MinWidth = atoi((const char*)xmlNodeGetContent(node)); in find_value_of_int_variables()
285 MaxWidth = atoi((const char*)xmlNodeGetContent(node)); in find_value_of_int_variables()
287 scanner->caps[type].MaxWidth = atoi((const char *)xmlNodeGetContent(node)); in find_value_of_int_variables()
290 scanner->caps[type].MinHeight = atoi((const char*)xmlNodeGetContent(node)); in find_value_of_int_variables()
292 MaxHeight = atoi((const char*)xmlNodeGetContent(node)); in find_value_of_int_variables()
294 scanner->caps[type].MaxHeight = atoi((const char *)xmlNodeGetContent(node)); in find_value_of_int_variables()
297 scanner->caps[type].MaxScanRegions = atoi((const char *)xmlNodeGetContent(node)); in find_value_of_int_variables()
299 scanner->caps[type].MaxOpticalXResolution = atoi((const char *)xmlNodeGetContent(node)); in find_value_of_int_variables()
301 scanner->caps[type].RiskyLeftMargin = atoi((cons in find_value_of_int_variables()
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
H A Dtirpc_rpc_broadcast_exp_stress.c57 int progNum = atoi(argc[2]); in main()
62 int nbCall = atoi(argc[5]); in main()
75 atoi(argc[3]), atoi(argc[4]), nettype); in main()
/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c756 ssid = atoi(ans); in main()
760 tsid = atoi(ans); in main()
765 tclass = atoi(ans); in main()
828 ssid = atoi(ans); in main()
873 ssid = atoi(ans); in main()
876 tsid = atoi(ans); in main()
881 tclass = atoi(ans); in main()
996 port = atoi(ans); in main()
1086 tclass = atoi(ans); in main()
1114 ssid = atoi(an in main()
[all...]

Completed in 16 milliseconds

12345678910>>...47