Searched refs:res_cnt (Results 1 - 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
H A D | tfsmalls.cpp | 271 int32_t i, res_cnt; local 272 const Formattable* res_array = ft_arr.getArray( res_cnt ); 273 if (res_cnt == ft_cnt) { 275 for (i = 0; i < res_cnt; i++ ) { 282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); 292 it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt); 295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR); 297 if (res_cnt == 0 && res_array == NULL){
|
/external/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 721 int res_cnt, amdgpu_bo_handle *resources, 732 amdgpu_bo_handle *all_res = alloca(sizeof(resources[0]) * (res_cnt + 1)); 762 memcpy(all_res, resources, sizeof(resources[0]) * res_cnt); 763 all_res[res_cnt] = ib_result_handle; 765 r = amdgpu_bo_list_create(device_handle, res_cnt+1, all_res, 718 amdgpu_test_exec_cs_helper(amdgpu_context_handle context_handle, unsigned ip_type, int instance, int pm4_dw, uint32_t *pm4_src, int res_cnt, amdgpu_bo_handle *resources, struct amdgpu_cs_ib_info *ib_info, struct amdgpu_cs_request *ibs_request) argument
|
Completed in 189 milliseconds