Home | History | Annotate | Download | only in xbios

Lines Matching refs:j8

255 	int i,j8,j16;
428 j8 = j16 = 0;
433 SDL_modelist[0][j8] = SDL_malloc(sizeof(SDL_Rect));
434 SDL_modelist[0][j8]->x = SDL_modelist[0][j8]->y = 0;
435 SDL_modelist[0][j8]->w = current_mode->width;
436 SDL_modelist[0][j8]->h = current_mode->height;
437 XBIOS_videomodes[0][j8]=current_mode;
438 j8++;
450 SDL_modelist[0][j8] = NULL;