Searched refs:little (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/media/go7007/
H A Dgo7007-fw.c1282 static int relative_prime(int big, int little) argument
1286 while (little != 0) {
1287 remainder = big % little;
1288 big = little;
1289 little = remainder;
/drivers/video/console/
H A DKconfig182 If the standard 8x16 font is a little too big for you, say Y.

Completed in 10 milliseconds