HomeSort by relevance Sort by last modified time
    Searched refs:j16 (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 255 int i,j8,j16; local
428 j8 = j16 = 0;
441 SDL_modelist[1][j16] = SDL_malloc(sizeof(SDL_Rect));
442 SDL_modelist[1][j16]->x = SDL_modelist[1][j16]->y = 0;
443 SDL_modelist[1][j16]->w = current_mode->width;
444 SDL_modelist[1][j16]->h = current_mode->height;
445 XBIOS_videomodes[1][j16]=current_mode;
446 j16++;
451 SDL_modelist[1][j16] = NULL
    [all...]
  /external/v8/
Makefile 33 TESTJOBS ?= -j16

Completed in 33 milliseconds