/third_party/openh264/codec/console/enc/src/ |
D | welsenc.cpp | 153 pDLayer->iVideoWidth = atoi (strTag[1].c_str()); in ParseLayerConfig() 155 pDLayer->iVideoHeight = atoi (strTag[1].c_str()); in ParseLayerConfig() 165 pDLayer->uiProfileIdc = (EProfileIdc)atoi (strTag[1].c_str()); in ParseLayerConfig() 169 pDLayer->iSpatialBitrate = 1000 * atoi (strTag[1].c_str()); in ParseLayerConfig() 183 pDLayer->iMaxSpatialBitrate = 1000 * atoi (strTag[1].c_str()); in ParseLayerConfig() 196 sLayerCtx.iDLayerQp = atoi (strTag[1].c_str()); in ParseLayerConfig() 198 sLayerCtx.sSliceArgument.uiSliceMode = (SliceModeEnum)atoi (strTag[1].c_str()); in ParseLayerConfig() 200 sLayerCtx.sSliceArgument.uiSliceSizeConstraint = atoi (strTag[1].c_str()); in ParseLayerConfig() 203 sLayerCtx.sSliceArgument.uiSliceNum = atoi (strTag[1].c_str()); in ParseLayerConfig() 206 int uiSliceIdx = atoi (&kpString[kiSize]); in ParseLayerConfig() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 223 vlan_id = atoi(pos); in hostapd_config_read_maclist() 901 list[count++] = atoi(pos); in hostapd_parse_intlist() 1237 bitpos = atoi(pos); in hostapd_parse_he_srg_bitmap() 1371 url->venue_number = atoi(pos); in parse_venue_url() 1505 realm->encoding = atoi(pos); in parse_nai_realm() 1546 eap->eap_method = atoi(pos); in parse_nai_realm() 1556 eap->auth_id[eap->num_auths] = atoi(pos); in parse_nai_realm() 1561 eap->auth_val[eap->num_auths] = atoi(pos); in parse_nai_realm() 1612 infoid = atoi(buf); in parse_anqp_elem() 1662 val = atoi(pos); in parse_qos_map_set() [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
D | atoi.c | 36 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(str); in atoi_1000() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 221 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(pos); in parse_nai_realm() [all …]
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
D | tirpc_interlevel_clnt_call_mt.c | 76 thread_array_result[atoi(arg)] = 0; in my_thread_process() 85 thread_array_result[atoi(arg)] += (rslt == RPC_SUCCESS); in my_thread_process() 104 int threadNb = atoi(argc[3]); in main() 109 progNum = atoi(argc[2]); in main() 111 callNb = atoi(argc[4]); in main()
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_util.c | 38 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/ |
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()
|
/third_party/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()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
D | tirpc_rpc_broadcast_exp_stress.c | 57 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/libwebsockets/lib/roles/http/ |
D | date.c | 110 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/kernel/controllers/cpuctl/ |
D | cpuctl_test03.c | 124 && (((test_num = atoi(test_num_p)) <= 8) in main() 125 && ((test_num = atoi(test_num_p)) >= 6))) { in main() 129 mygroup_num = atoi(group_num_p); in main() 130 scriptpid = atoi(script_pid_p); in main() 131 num_cpus = atoi(num_cpus_p); in main() 132 task_num = atoi(task_num_p); in main()
|