Searched defs:c1 (Results 1 – 4 of 4) sorted by relevance
45 float c1 = -0.38f; in makeGLWorld() local
168 public MenuItem setShortcut(char c, char c1) { in setShortcut()
130 int c1 = colors[i+1]; in interpColor() local
17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) argument