nrc               345 drivers/input/input-mt.c static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu)
nrc               349 drivers/input/input-mt.c 	for (k = 0; k < nrc; k++) {
nrc               351 drivers/input/input-mt.c 			adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu);
nrc               353 drivers/input/input-mt.c 		for (i = 0; i < nrc; i += nr)
nrc               443 drivers/input/input-mt.c 	int nrc;
nrc               452 drivers/input/input-mt.c 	nrc = input_mt_set_matrix(mt, pos, num_pos, mu);
nrc               453 drivers/input/input-mt.c 	find_reduced_matrix(mt->red, num_pos, nrc / num_pos, nrc, mu);
nrc               467 tools/perf/util/header.c 	u32 nrc, nra;
nrc               470 tools/perf/util/header.c 	nrc = cpu__max_present_cpu();
nrc               478 tools/perf/util/header.c 	ret = do_write(ff, &nrc, sizeof(nrc));