Home | History | Annotate | Download | only in coders

Lines Matching defs:source

11554     source;
11984 for (source=0; source<8; source++)
11988 if (source == 0)
11991 if (source == 1)
11994 if (source == 2)
11997 if (source == 3)
12000 if (source == 4)
12003 if (source == 5)
12006 if (source == 6)
12009 if (source == 7)
12015 if (source < 4)
12022 if (source == 0 || source == 2)
12025 else if (source == 1 || source == 3)
12028 else if (source == 4 || source == 6)
12031 else /* if (source == 5 || source == 7) */