Home
last modified time | relevance | path

Searched refs:atoi (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/external/libyuv/files/unit_test/
Dunit_test.cc56 benchmark_iterations_ = atoi(repeat); // NOLINT in LibYUVConvertTest()
67 benchmark_width_ = atoi(width); // NOLINT in LibYUVConvertTest()
74 benchmark_height_ = atoi(height); // NOLINT in LibYUVConvertTest()
81 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT in LibYUVConvertTest()
88 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT in LibYUVConvertTest()
115 benchmark_iterations_ = atoi(repeat); // NOLINT in LibYUVColorTest()
126 benchmark_width_ = atoi(width); // NOLINT in LibYUVColorTest()
133 benchmark_height_ = atoi(height); // NOLINT in LibYUVColorTest()
140 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT in LibYUVColorTest()
147 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT in LibYUVColorTest()
[all …]
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c229 vlan_id = atoi(pos); in hostapd_config_read_maclist()
675 attr->type = atoi(value); in hostapd_parse_radius_attr()
717 wpabuf_put_be32(attr->val, atoi(pos)); in hostapd_parse_radius_attr()
972 list[count++] = atoi(pos); in hostapd_parse_intlist()
1029 i = atoi(value); in hostapd_config_read_int10()
1089 queue->aifs = atoi(val); in hostapd_config_tx_queue()
1096 queue->cwmin = atoi(val); in hostapd_config_tx_queue()
1103 queue->cwmax = atoi(val); in hostapd_config_tx_queue()
1524 url->venue_number = atoi(pos); in parse_venue_url()
1658 realm->encoding = atoi(pos); in parse_nai_realm()
[all …]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_complex.c81 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
84 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
87 thread_array_result[atoi(arg)] = in my_thread_process()
88 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
92 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
93 resTbl[atoi(arg)].svcRes); in my_thread_process()
111 int threadNb = atoi(argc[3]); in main()
121 progNum = atoi(argc[2]); in main()
Dtirpc_rpc_call_mt.c61 …rslt = rpc_call(hostname, progNum + atoi(arg), VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&snd… in my_thread_process()
66 thread_array_result[atoi(arg)] = in my_thread_process()
67 thread_array_result[atoi(arg)] + (rslt == RPC_SUCCESS); in my_thread_process()
86 int threadNb = atoi(argc[3]); in main()
92 progNum = atoi(argc[2]); in main()
93 callNb = atoi(argc[4]); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_complex.c93 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
96 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
99 thread_array_result[atoi(arg)] = in my_thread_process()
100 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
104 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
105 resTbl[atoi(arg)].svcRes); in my_thread_process()
123 int threadNb = atoi(argc[3]); in main()
133 progNum = atoi(argc[2]); in main()
Dtirpc_toplevel_clnt_call_mt.c67 thread_array_result[atoi(arg)] = 0; in my_thread_process()
76 thread_array_result[atoi(arg)] = in my_thread_process()
77 thread_array_result[atoi(arg)] + (rslt == RPC_SUCCESS); in my_thread_process()
96 int threadNb = atoi(argc[3]); in main()
101 progNum = atoi(argc[2]); in main()
104 callNb = atoi(argc[4]); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_complex.c104 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
107 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, // xdr_out in my_thread_process()
110 thread_array_result[atoi(arg)] = in my_thread_process()
111 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
115 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
116 resTbl[atoi(arg)].svcRes); in my_thread_process()
134 int threadNb = atoi(argc[3]); in main()
144 progNum = atoi(argc[2]); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_complex.c113 resTbl[atoi(arg)].locRes = vars.a + (vars.b * vars.c); in my_thread_process()
117 (xdrproc_t) xdr_double, (char *)&resTbl[atoi(arg)].svcRes, in my_thread_process()
120 thread_array_result[atoi(arg)] = in my_thread_process()
121 (resTbl[atoi(arg)].svcRes == resTbl[atoi(arg)].locRes) ? 0 : 1; in my_thread_process()
125 atoi(arg), resTbl[atoi(arg)].locRes, in my_thread_process()
126 resTbl[atoi(arg)].svcRes); in my_thread_process()
144 int threadNb = atoi(argc[3]); in main()
154 progNum = atoi(argc[2]); in main()
Dtirpc_rpcb_rmtcall_mt.c83 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf, in my_thread_process()
90 cs = rpcb_rmtcall(nconf, hostname, progNum + atoi(arg), VERSNUM, in my_thread_process()
95 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS); in my_thread_process()
114 int threadNb = atoi(argc[3]); in main()
119 progNum = atoi(argc[2]); in main()
121 callNb = atoi(argc[4]); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_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(argc[2]); in main()
Dtirpc_expertlevel_clnt_call_mt.c81 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf, in my_thread_process()
88 progNum + atoi(arg), VERSNUM, 0, 0); in my_thread_process()
100 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS); in my_thread_process()
119 int threadNb = atoi(argc[3]); in main()
124 progNum = atoi(argc[2]); in main()
126 callNb = atoi(argc[4]); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
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(argc[2]); in main()
Dtirpc_bottomlevel_clnt_call_mt.c83 if (!rpcb_getaddr(progNum + atoi(arg), VERSNUM, nconf, in my_thread_process()
91 progNum + atoi(arg), VERSNUM, 1024, 1024); in my_thread_process()
103 thread_array_result[atoi(arg)] += (cs == RPC_SUCCESS); in my_thread_process()
122 int threadNb = atoi(argc[3]); in main()
127 progNum = atoi(argc[2]); in main()
129 callNb = atoi(argc[4]); in main()
/external/libxaac/test/
Dixheaacd_metadata_read.c44 UWORD32 dec_info_init = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
48 UWORD32 g_track_count = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
54 UWORD32 movie_time_scale = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
60 UWORD32 media_time_scale = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
66 UWORD32 ia_mp4_stsz_entries = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
82 UWORD32 playTimeInSamples = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
89 UWORD32 startOffsetInSamples = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
96 UWORD32 useEditlist = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
103 UWORD32 ia_mp4_stsz_size = atoi(pb_arg_val); in ixheaacd_read_metadata_info()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/
Dtirpc_svc_unreg_mt.c65 svc_unreg(progNum + atoi(arg), VERSNUM); in my_thread_process()
66 svc_reg(transp, progNum + atoi(arg), VERSNUM, exm_proc, nconf); in my_thread_process()
68 svc_unreg(progNum + atoi(arg), VERSNUM); in my_thread_process()
71 thread_array_result[atoi(arg)] += 1; in my_thread_process()
90 int threadNb = atoi(argc[3]); in main()
95 progNum = atoi(argc[2]); in main()
96 callNb = atoi(argc[4]); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/
Dtirpc_rpc_reg_mt.c62 thread_array_result[atoi(arg)] = in my_thread_process()
63 thread_array_result[atoi(arg)] + !rpc_reg(progNum + in my_thread_process()
64 atoi(arg), in my_thread_process()
91 int threadNb = atoi(argc[3]); in main()
97 progNum = atoi(argc[2]); in main()
98 callNb = atoi(argc[4]); in main()
/external/adhd/cras/src/tests/
Dcras_test_client.c725 channel_layout[i++] = atoi(chp); in parse_channel_layout()
1298 post_dsp = atoi(optarg); in main()
1301 block_size = atoi(optarg); in main()
1304 rate = atoi(optarg); in main()
1307 num_channels = atoi(optarg); in main()
1313 int mute = atoi(optarg); in main()
1322 int mute = atoi(optarg); in main()
1331 int volume = atoi(optarg); in main()
1365 int dev_index = atoi(strtok(optarg, ":")); in main()
1366 int node_index = atoi(strtok(NULL, ":")); in main()
[all …]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/
Dtirpc_svc_reg_mt.c65 svc_unreg(progNum + atoi(arg), VERSNUM); in my_thread_process()
66 thread_array_result[atoi(arg)] += in my_thread_process()
67 svc_reg(transp, progNum + atoi(arg), VERSNUM, exm_proc, in my_thread_process()
86 int threadNb = atoi(argc[3]); in main()
91 progNum = atoi(argc[2]); in main()
92 callNb = atoi(argc[4]); in main()
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c70 flag = atoi(argv[1]); in do_shutdown()
173 bs = atoi(argv[1]); in do_write()
180 offset = atoi(argv[2]) * buf_size; in do_write()
187 count = atoi(argv[3]); in do_write()
251 bs = atoi(argv[1]); in do_read()
258 offset = atoi(argv[2]) * buf_size; in do_read()
265 count = atoi(argv[3]); in do_read()
273 print_bytes = atoi(argv[5]); in do_read()
340 offset = atoi(argv[1]); in do_fiemap()
341 count = atoi(argv[2]); in do_fiemap()
[all …]
/external/tinyalsa/
Dtinycap.c106 device = atoi(*argv); in main()
110 channels = atoi(*argv); in main()
114 rate = atoi(*argv); in main()
118 bits = atoi(*argv); in main()
122 card = atoi(*argv); in main()
126 period_size = atoi(*argv); in main()
130 period_count = atoi(*argv); in main()
134 cap_time = atoi(*argv); in main()
/external/eigen/bench/
DbenchBlasGemm.cpp55 M = N = K = atoi(argv[1]); in main()
59 M = N = K = atoi(argv[2]); in main()
67 M = N = K = atoi(argv[1]); in main()
68 nbloops = atoi(argv[2]); in main()
69 nbtries = atoi(argv[3]); in main()
73 M = atoi(argv[1]); in main()
74 N = atoi(argv[2]); in main()
75 K = atoi(argv[3]); in main()
76 nbloops = atoi(argv[4]); in main()
77 nbtries = atoi(argv[5]); in main()
/external/icu/icu4c/source/test/compat/
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()
/external/linux-kselftest/tools/testing/selftests/ptp/
Dtestptp.c191 oneshot = atoi(optarg); in main()
194 periodic = atoi(optarg); in main()
203 extts = atoi(optarg); in main()
206 adjfreq = atoi(optarg); in main()
212 index = atoi(optarg); in main()
216 n_samples = atoi(optarg); in main()
229 perout = atoi(optarg); in main()
232 pps = atoi(optarg); in main()
241 adjtime = atoi(optarg); in main()
245 seconds = atoi(optarg); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_mt.c54 int sndVar = 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()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1050 shell.PVRShellSet(prefWidth, atoi(val)); in Apply()
1054 shell.PVRShellSet(prefHeight, atoi(val)); in Apply()
1058 shell.PVRShellSet(prefAASamples, atoi(val)); in Apply()
1062 shell.PVRShellSet(prefFullScreen, (atoi(val) != 0)); in Apply()
1066 shell.PVRShellSet(prefSoftwareRendering, (atoi(val) != 0)); in Apply()
1070 shell.PVRShellSet(prefQuitAfterFrame, atoi(val)); in Apply()
1078 shell.PVRShellSet(prefPositionX, atoi(val)); in Apply()
1082 shell.PVRShellSet(prefPositionY, atoi(val)); in Apply()
1086 shell.PVRShellSet(prefSwapInterval, atoi(val)); in Apply()
1090 shell.PVRShellSet(prefPowerSaving, (atoi(val) != 0)); in Apply()
[all …]

12345678910>>...49