nr_diffs 640 drivers/media/tuners/xc4000.c unsigned int nr_diffs; nr_diffs 646 drivers/media/tuners/xc4000.c nr_diffs = hweight64(id_diff_mask) + hweight32(type_diff_mask); nr_diffs 647 drivers/media/tuners/xc4000.c if (!nr_diffs) /* Supports all the requested standards */ nr_diffs 650 drivers/media/tuners/xc4000.c if (nr_diffs < best_nr_diffs) { nr_diffs 651 drivers/media/tuners/xc4000.c best_nr_diffs = nr_diffs;