/external/libyuv/files/unit_test/ |
D | unit_test.cc | 146 benchmark_iterations_ = atoi(repeat); // NOLINT in LibYUVConvertTest() 157 benchmark_width_ = atoi(width); // NOLINT in LibYUVConvertTest() 164 benchmark_height_ = atoi(height); // NOLINT in LibYUVConvertTest() 171 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT in LibYUVConvertTest() 178 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT in LibYUVConvertTest() 202 benchmark_iterations_ = atoi(repeat); // NOLINT in LibYUVColorTest() 213 benchmark_width_ = atoi(width); // NOLINT in LibYUVColorTest() 220 benchmark_height_ = atoi(height); // NOLINT in LibYUVColorTest() 227 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT in LibYUVColorTest() 234 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT in LibYUVColorTest() [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 222 vlan_id = atoi(pos); in hostapd_config_read_maclist() 900 list[count++] = atoi(pos); in hostapd_parse_intlist() 1236 bitpos = atoi(pos); in hostapd_parse_he_srg_bitmap() 1370 url->venue_number = atoi(pos); in parse_venue_url() 1504 realm->encoding = atoi(pos); in parse_nai_realm() 1545 eap->eap_method = atoi(pos); in parse_nai_realm() 1555 eap->auth_id[eap->num_auths] = atoi(pos); in parse_nai_realm() 1560 eap->auth_val[eap->num_auths] = atoi(pos); in parse_nai_realm() 1611 infoid = atoi(buf); in parse_anqp_elem() 1661 val = atoi(pos); in parse_qos_map_set() [all …]
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
D | tirpc_rpc_call_complex.c | 82 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(argc[2]); in main()
|
D | tirpc_rpc_call_mt.c | 62 …rslt = rpc_call(hostname, progNum + atoi(arg), VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&snd… 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()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
D | tirpc_toplevel_clnt_call_complex.c | 94 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(argc[2]); in main()
|
D | tirpc_toplevel_clnt_call_mt.c | 68 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()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
D | tirpc_interlevel_clnt_call_complex.c | 105 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(argc[2]); in main()
|
/external/pdfium/samples/ |
D | pdfium_test_event_helper.cc | 25 int keycode = atoi(tokens[1].c_str()); in SendCharCodeEvent() 37 int keycode = atoi(tokens[1].c_str()); in SendKeyCodeEvent() 62 int x = atoi(tokens[2].c_str()); in SendMouseDownEvent() 63 int y = atoi(tokens[3].c_str()); in SendMouseDownEvent() 82 int x = atoi(tokens[2].c_str()); in SendMouseUpEvent() 83 int y = atoi(tokens[3].c_str()); in SendMouseUpEvent() 101 int x = atoi(tokens[2].c_str()); in SendMouseDoubleClickEvent() 102 int y = atoi(tokens[3].c_str()); in SendMouseDoubleClickEvent() 119 int x = atoi(tokens[1].c_str()); in SendMouseMoveEvent() 120 int y = atoi(tokens[2].c_str()); in SendMouseMoveEvent() [all …]
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
D | tirpc_expertlevel_clnt_call_complex.c | 123 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(argc[2]); in main()
|
D | tirpc_expertlevel_clnt_call_mt.c | 82 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()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
D | tirpc_rpcb_rmtcall_complex.c | 114 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(argc[2]); in main()
|
D | tirpc_rpcb_rmtcall_mt.c | 84 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()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
D | tirpc_bottomlevel_clnt_call_complex.c | 122 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()
|
D | tirpc_bottomlevel_clnt_call_mt.c | 84 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()
|
/external/mesa3d/src/vulkan/util/ |
D | vk_util.c | 34 int major = atoi(PACKAGE_VERSION); in vk_get_driver_version() 35 int minor = minor_string ? atoi(minor_string + 1) : 0; in vk_get_driver_version() 36 int patch = patch_string ? atoi(patch_string + 1) : 0; in vk_get_driver_version() 60 int major = atoi(str); in vk_get_version_override() 61 int minor = minor_str ? atoi(minor_str + 1) : 0; in vk_get_version_override() 62 int patch = patch_str ? atoi(patch_str + 1) : 0; in vk_get_version_override()
|
/external/libxaac/test/ |
D | ixheaacd_metadata_read.c | 44 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/ |
D | tirpc_svc_unreg_mt.c | 66 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()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/ |
D | tirpc_rpc_reg_mt.c | 63 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()
|
/external/usrsctp/programs/ |
D | tsctp_upcall.c | 416 ind.ssb_adaptation_ind = atoi(optarg); in main() 422 local_udp_port = atoi(optarg); in main() 425 fragpoint = atoi(optarg); in main() 431 par_message_length = atoi(optarg); in main() 440 par_messages = atoi(optarg); in main() 443 par_port = atoi(optarg); in main() 446 rcvbufsize = atoi(optarg); in main() 449 sndbufsize = atoi(optarg); in main() 452 par_runtime = atoi(optarg); in main() 459 remote_udp_port = atoi(optarg); in main() [all …]
|
D | tsctp.c | 379 ind.ssb_adaptation_ind = atoi(optarg); 385 length = atoi(optarg); 388 number_of_messages = atoi(optarg); 391 port = atoi(optarg); 394 local_udp_port = atoi(optarg); 397 fragpoint = atoi(optarg); 405 rcvbufsize = atoi(optarg); 408 sndbufsize = atoi(optarg); 411 runtime = atoi(optarg); 418 remote_udp_port = atoi(optarg); [all …]
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/ |
D | tirpc_svc_reg_mt.c | 66 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()
|
/external/tinyalsa_new/utils/ |
D | tinycap.c | 119 device = atoi(opts.optarg); in main() 122 channels = atoi(opts.optarg); in main() 125 rate = atoi(opts.optarg); in main() 128 bits = atoi(opts.optarg); in main() 131 card = atoi(opts.optarg); in main() 134 period_size = atoi(opts.optarg); in main() 137 period_count = atoi(opts.optarg); in main() 140 capture_time = atoi(opts.optarg); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
D | tirpc_rpc_broadcast_mt.c | 55 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()
|
/external/icu/icu4c/source/test/compat/ |
D | tzdate.c | 53 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/tinyalsa/ |
D | tinycap.c | 106 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()
|