Home
last modified time | relevance | path

Searched refs:error_counts (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/SVM/
Dtest_byte_granularity.cpp77 cl_uint **error_counts = (cl_uint**) malloc(sizeof(void*) * num_devices); in test_svm_byte_granularity() local
80error_counts[i] = (cl_uint*) clSVMAlloc(context, CL_MEM_READ_WRITE | CL_MEM_SVM_FINE_GRAIN_BUFFER,… in test_svm_byte_granularity()
81 *error_counts[i] = 0; in test_svm_byte_granularity()
116 err = clSetKernelArgSVMPointer(k2, 2, error_counts[id]); in test_svm_byte_granularity()
129 if(*error_counts[i] > 0) in test_svm_byte_granularity()
143 for(cl_uint i=0; i < num_devices; i++) clSVMFree(context, error_counts[i]); in test_svm_byte_granularity()
/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c41 int error_counts[ZSTD_error_maxCode]; member
66 int count = stuff->error_counts[error_code]; in print_summary()
271 memset(stuff->error_counts, 0, sizeof(stuff->error_counts)); in init_stuff()
309 stuff->error_counts[code]++; in test_decompress()