Searched refs:n_words (Results 1 – 6 of 6) sorted by relevance
377 int nwords = min(a->n_words, b->n_words); in igt_find_crc_mismatch()389 if (a->n_words != b->n_words) { in igt_find_crc_mismatch()468 char *buf = malloc((field_width+1) * crc->n_words); in igt_crc_to_string_extended()473 for (i = 0; i < crc->n_words - 1; i++) in igt_crc_to_string_extended()751 crc->n_words = i; in pipe_crc_init_from_string()891 for (i = 0; i < crc->n_words; i++) { in crc_sanity_checks()
81 int n_words; member
934 out->n_words = xmlrpc_array_size(&chamelium->env, xml_crc); in crc_from_xml()935 for (i = 0; i < out->n_words; i++) { in crc_from_xml()1806 out->n_words = n; in chamelium_do_calculate_fb_crc()
1166 crc->n_words = 3; in igt_fb_calc_crc()
426 self.n_words = int(self.val["__n_words"])428 if self.n_words == 1:432 for index in range(self.n_words)]448 for word_index in range(self.n_words):
668 return memcmp(a->crc, b->crc, sizeof(a->crc[0]) * a->n_words) == 0; in crc_equal()