HomeSort by relevance Sort by last modified time
    Searched defs:cdrom (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_cdrom.c 65 static int CheckInit(int check_cdrom, SDL_CD **cdrom)
70 if ( check_cdrom && (*cdrom == NULL) ) {
71 *cdrom = default_cdrom;
72 if ( *cdrom == NULL ) {
109 struct SDL_CD *cdrom; local
118 cdrom = (SDL_CD *)SDL_malloc(sizeof(*cdrom));
119 if ( cdrom == NULL ) {
123 SDL_memset(cdrom, 0, sizeof(*cdrom));
    [all...]
  /external/quake/quake/src/QW/client/
cd_win.c 37 static byte cdrom; variable
cd_audio.c 218 static byte cdrom; variable
254 regs.x.cx = cdrom;
281 regs.x.cx = cdrom;
312 regs.x.cx = cdrom;
354 regs.x.cx = cdrom;
405 regs.x.cx = cdrom;
436 regs.x.cx = cdrom;
485 regs.x.cx = cdrom;
494 regs.x.cx = cdrom;
550 regs.x.cx = cdrom;
    [all...]
  /external/quake/quake/src/WinQuake/
cd_win.cpp 37 static byte cdrom; variable
cd_audio.cpp 240 static byte cdrom; variable
275 regs.x.cx = cdrom;
299 regs.x.cx = cdrom;
326 regs.x.cx = cdrom;
362 regs.x.cx = cdrom;
410 regs.x.cx = cdrom;
438 regs.x.cx = cdrom;
477 regs.x.cx = cdrom;
486 regs.x.cx = cdrom;
553 regs.x.cx = cdrom;
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 451 bx_bool cdrom; member in struct:__anon11487

Completed in 843 milliseconds