Searched refs:crc_str (Results 1 – 4 of 4) sorted by relevance
67 char *crc_str; in print_crcs() local75 crc_str = igt_crc_to_string(&crc); in print_crcs()77 crc_str); in print_crcs()78 free(crc_str); in print_crcs()
82 char *crc_str; in test_read_crc() local139 crc_str = igt_crc_to_string(&crcs[0]); in test_read_crc()140 igt_debug("CRC for this fb: %s\n", crc_str); in test_read_crc()141 free(crc_str); in test_read_crc()
78 char *crc_str; in test_grab_crc() local103 crc_str = igt_crc_to_string(crc); in test_grab_crc()105 fb_color->green, fb_color->blue, crc_str); in test_grab_crc()106 free(crc_str); in test_grab_crc()
778 static const char crc_str[] = "__crc_"; in kmod_elf_get_symbols() local779 static const size_t crc_strlen = sizeof(crc_str) - 1; in kmod_elf_get_symbols()836 if (strncmp(name, crc_str, crc_strlen) != 0) in kmod_elf_get_symbols()878 if (strncmp(name, crc_str, crc_strlen) != 0) in kmod_elf_get_symbols()