big                88 arch/x86/mm/numa_emulation.c 	int big;
big               111 arch/x86/mm/numa_emulation.c 	big = ((size & ~FAKE_NODE_MIN_HASH_MASK) * nr_nodes) /
big               140 arch/x86/mm/numa_emulation.c 			if (nid < big)
big               216 drivers/media/dvb-frontends/stv0299.c 	u64 big = srate;
big               223 drivers/media/dvb-frontends/stv0299.c 	big = big << 20;
big               224 drivers/media/dvb-frontends/stv0299.c 	big += (state->config->mclk-1); // round correctly
big               225 drivers/media/dvb-frontends/stv0299.c 	do_div(big, state->config->mclk);
big               226 drivers/media/dvb-frontends/stv0299.c 	ratio = big << 4;
big               291 drivers/media/dvb-frontends/tda10086.c 	u64 big;
big               337 drivers/media/dvb-frontends/tda10086.c 	big = (1ULL<<21) * ((u64) symbol_rate/1000ULL) * (1ULL<<dfn);
big               338 drivers/media/dvb-frontends/tda10086.c 	big += ((SACLK/1000ULL)-1ULL);
big               339 drivers/media/dvb-frontends/tda10086.c 	do_div(big, (SACLK/1000ULL));
big               340 drivers/media/dvb-frontends/tda10086.c 	bdr = big & 0xfffff;
big              1265 drivers/media/usb/go7007/go7007-fw.c static int relative_prime(int big, int little)
big              1270 drivers/media/usb/go7007/go7007-fw.c 		remainder = big % little;
big              1271 drivers/media/usb/go7007/go7007-fw.c 		big = little;
big              1274 drivers/media/usb/go7007/go7007-fw.c 	return big;
big               446 drivers/video/fbdev/matrox/g450_pll.c 				unsigned int big, small;
big               450 drivers/video/fbdev/matrox/g450_pll.c 					big = pixel_vco;
big               453 drivers/video/fbdev/matrox/g450_pll.c 					big = vco;
big               455 drivers/video/fbdev/matrox/g450_pll.c 				while (big > small) {
big               456 drivers/video/fbdev/matrox/g450_pll.c 					big >>= 1;
big               458 drivers/video/fbdev/matrox/g450_pll.c 				if (big == small) {
big               352 sound/core/oss/pcm_plugin.c 		int big = snd_pcm_format_big_endian(format) > 0;
big               366 sound/core/oss/pcm_plugin.c 			badness += snd_pcm_format_big_endian(f) != big;