Searched defs:correct_count (Results 1 – 4 of 4) sorted by relevance
60 cl_int correct_count; in verify_linked_lists_on_host() local135 cl_int correct_count = *pNumCorrect; in verify_linked_lists_on_device() local
94 cl_int correct_count = *pNumCorrect; in test_svm_pointer_passing() local
48 cl_int correct_count = *pNumCorrect; in verify_linked_lists_on_device_no_map() local
250 fn correct_count<I, F>(get_it: F) -> bool in correct_count() function