Searched refs:firsttime (Results 1 – 13 of 13) sorted by relevance
113 int firsttime = 1; in main() local133 if (firsttime) { in main()140 firsttime = 0; in main()
224 static boolean firsttime = 1; in tgsi_get_opcode_info() local226 if (firsttime) { in tgsi_get_opcode_info()228 firsttime = 0; in tgsi_get_opcode_info()
319 static int firsttime = 1; in radeonEmitArrays() local321 if (firsttime) { in radeonEmitArrays()323 firsttime = 0; in radeonEmitArrays()
848 static int firsttime = 1; in radeonInitSwtcl() local850 if (firsttime) { in radeonInitSwtcl()852 firsttime = 0; in radeonInitSwtcl()
293 static boolean firsttime = 1; in xlib_sw_display() local298 if (firsttime) { in xlib_sw_display()300 firsttime = 0; in xlib_sw_display()
109 punycode_uint delta, punycode_uint numpoints, int firsttime ) in adapt() argument113 delta = firsttime ? delta / damp : delta >> 1; in adapt()
196 static boolean firsttime = TRUE; in vmw_ioctl_command() local199 if (firsttime) { in vmw_ioctl_command()207 firsttime = FALSE; in vmw_ioctl_command()
119 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() argument122 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
120 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() argument123 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
1117 static boolean firsttime = 1, no_rast = 0; in glXMakeContextCurrent() local1119 if (firsttime) { in glXMakeContextCurrent()1121 firsttime = 0; in glXMakeContextCurrent()1382 static boolean firsttime = 1, no_rast = 0; in glXSwapBuffers() local1384 if (firsttime) { in glXSwapBuffers()1386 firsttime = 0; in glXSwapBuffers()
311 static int firsttime = 1; local313 if (firsttime) {318 firsttime = 0;
921 static int firsttime = 1; in r200InitSwtcl() local923 if (firsttime) { in r200InitSwtcl()925 firsttime = 0; in r200InitSwtcl()
1275 static int firsttime = 1; in intelInitTriFuncs() local1277 if (firsttime) { in intelInitTriFuncs()1279 firsttime = 0; in intelInitTriFuncs()