Searched refs:res_cnt (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 271 int32_t i, res_cnt; in test_Formattable() local 272 const Formattable* res_array = ft_arr.getArray( res_cnt ); in test_Formattable() 273 if (res_cnt == ft_cnt) { in test_Formattable() 275 for (i = 0; i < res_cnt; i++ ) { in test_Formattable() 282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); in test_Formattable() 292 …it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft… in test_Formattable() 295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR); in test_Formattable() 297 if (res_cnt == 0 && res_array == NULL){ in test_Formattable()
|
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 721 int res_cnt, amdgpu_bo_handle *resources, in amdgpu_test_exec_cs_helper() argument 732 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); in amdgpu_test_exec_cs_helper() 762 memcpy(all_res, resources, sizeof(resources[0]) * res_cnt); in amdgpu_test_exec_cs_helper() 763 all_res[res_cnt] = ib_result_handle; in amdgpu_test_exec_cs_helper() 765 r = amdgpu_bo_list_create(device_handle, res_cnt+1, all_res, in amdgpu_test_exec_cs_helper()
|