/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
D | SDL_cpuinfo.c | 421 return SDL_TRUE; 429 return SDL_TRUE; 437 return SDL_TRUE; 445 return SDL_TRUE; 453 return SDL_TRUE; 461 return SDL_TRUE; 469 return SDL_TRUE; 477 return SDL_TRUE;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_gemdosevents.c | 58 use_dev_mouse = (SDL_AtariDevMouse_Open()!=0) ? SDL_TRUE : SDL_FALSE; in AtariGemdos_InitOSKeymap() 92 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in AtariGemdos_PumpEvents() 101 SDL_AtariDevMouse_PostMouseEvents(this, SDL_TRUE); in AtariGemdos_PumpEvents() 103 SDL_AtariXbios_PostMouseEvents(this, SDL_TRUE); in AtariGemdos_PumpEvents()
|
D | SDL_biosevents.c | 56 use_dev_mouse = (SDL_AtariDevMouse_Open()!=0) ? SDL_TRUE : SDL_FALSE; in AtariBios_InitOSKeymap() 91 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in AtariBios_PumpEvents() 100 SDL_AtariDevMouse_PostMouseEvents(this, SDL_TRUE); in AtariBios_PumpEvents() 102 SDL_AtariXbios_PostMouseEvents(this, SDL_TRUE); in AtariBios_PumpEvents()
|
D | SDL_ikbdevents.c | 82 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in AtariIkbd_PumpEvents()
|
D | SDL_atarigl.c | 174 cancel_load = SDL_TRUE; in SDL_AtariGL_LoadLibrary() 179 cancel_load = SDL_TRUE; in SDL_AtariGL_LoadLibrary() 556 gl_upsidedown = SDL_TRUE; in InitOld() 578 gl_upsidedown = SDL_TRUE; in InitOld() 597 gl_upsidedown = SDL_TRUE; in InitOld() 619 gl_upsidedown = SDL_TRUE; in InitOld()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_string.c | 40 negative = SDL_TRUE; in SDL_ScanLong() 143 negative = SDL_TRUE; in SDL_ScanLongLong() 216 negative = SDL_TRUE; in SDL_ScanFloat() 768 suppress = SDL_TRUE; in SDL_sscanf() 799 suppress = SDL_TRUE; in SDL_sscanf() 872 done = SDL_TRUE; in SDL_sscanf() 925 done = SDL_TRUE; in SDL_sscanf() 937 done = SDL_TRUE; in SDL_sscanf() 949 done = SDL_TRUE; in SDL_sscanf() 974 done = SDL_TRUE; in SDL_sscanf() [all …]
|
D | SDL_iconv.c | 335 overlong = SDL_TRUE; in SDL_iconv() 348 overlong = SDL_TRUE; in SDL_iconv() 361 overlong = SDL_TRUE; in SDL_iconv() 374 overlong = SDL_TRUE; in SDL_iconv() 387 overlong = SDL_TRUE; in SDL_iconv()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_bmp.c | 88 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 97 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 102 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 147 topDown = SDL_TRUE; in SDL_LoadBMP_RW() 155 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 219 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 227 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 258 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 293 was_error = SDL_TRUE; in SDL_LoadBMP_RW() 306 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
|
D | SDL_stretch.c | 215 SDL_bool use_asm = SDL_TRUE; in SDL_SoftStretch()
|
/external/qemu/distrib/sdl-1.2.15/src/timer/ |
D | SDL_timer.c | 153 removed = SDL_TRUE; in SDL_ThreadedTimerCheck() 177 list_changed = SDL_TRUE; in SDL_AddTimerInternal() 223 removed = SDL_TRUE; in SDL_RemoveTimer() 224 list_changed = SDL_TRUE; in SDL_RemoveTimer() 262 list_changed = SDL_TRUE; in SDL_SetTimer()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
D | SDL_mintaudio.c | 183 buffers_filled[1]=SDL_TRUE; in SDL_MintAudio_Thread() 192 buffers_filled[0]=SDL_TRUE; in SDL_MintAudio_Thread() 199 SDL_MintAudio_thread_finished = SDL_TRUE; in SDL_MintAudio_Thread() 211 SDL_MintAudio_quit_thread = SDL_TRUE; in SDL_MintAudio_WaitThread()
|
D | SDL_mintaudio_mcsn.c | 304 SDL_MintAudio_thread_finished = SDL_TRUE; in Mint_InitAudio()
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testcursor.c | 145 SDL_bool quit = SDL_FALSE, first_time = SDL_TRUE; in main() 198 quit = SDL_TRUE; in main() 202 quit = SDL_TRUE; in main()
|
D | testplatform.c | 147 SDL_bool verbose = SDL_TRUE; in main()
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
D | SDL_gemwm.c | 47 GEM_refresh_name = SDL_TRUE; in GEM_SetCaption() 52 GEM_refresh_name = SDL_TRUE; in GEM_SetCaption()
|
D | SDL_gemevents.c | 149 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in GEM_PumpEvents() 236 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */ in do_messages() 251 GEM_win_fulled = SDL_TRUE; in do_messages() 255 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */ in do_messages()
|
D | SDL_gemvideo.c | 194 (SDL_AtariDevMouse_Open()!=0) ? SDL_TRUE : SDL_FALSE; in GEM_CreateDevice() 411 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers are setup */ in GEM_VideoInit() 578 GEM_locked=SDL_TRUE; in GEM_LockScreen() 661 use_shadow1=SDL_TRUE; in GEM_SetVideoMode() 665 use_shadow1=SDL_TRUE; in GEM_SetVideoMode() 669 use_shadow2=SDL_TRUE; in GEM_SetVideoMode() 716 GEM_fullscreen = SDL_TRUE; in GEM_SetVideoMode() 1109 SDL_AtariGL_Quit(this, SDL_TRUE); in GEM_VideoQuit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
D | SDL_dspvideo.c | 351 if ( DMGetDisplayIDByGDevice (gDevice, &displayID, SDL_TRUE) != noErr ) { in DSp_BuildModeList() 445 dsp_vram_available = SDL_TRUE; in DSp_IsHWAvailable() 452 dsp_agp_available = SDL_TRUE; in DSp_IsHWAvailable() 586 this->info.hw_available = SDL_TRUE; in DSp_VideoInit() 589 this->info.blit_hw = SDL_TRUE; in DSp_VideoInit() 592 this->info.blit_fill = SDL_TRUE; in DSp_VideoInit() 596 this->info.blit_hw_CC = SDL_TRUE; in DSp_VideoInit() 599 this->info.blit_hw_A = SDL_TRUE; in DSp_VideoInit() 906 use_dsp_back_buffer = SDL_TRUE; in DSp_SetVideoMode() 939 …SDL_Window = NewCWindow(nil, &( (**SDL_Display).gdRect), "\p", SDL_TRUE, plainDBox, (WindowPtr)-1,… in DSp_SetVideoMode() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/ |
D | SDL_systimer.c | 122 read_hz200_from_vbl = SDL_TRUE; in SDL_SYS_TimerInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11video.c | 781 return SDL_TRUE; in X11_WindowPosition() 790 return SDL_TRUE; in X11_WindowPosition() 853 set = SDL_TRUE; in X11_SetSizeHints() 865 set = SDL_TRUE; in X11_SetSizeHints() 877 set = SDL_TRUE; in X11_SetSizeHints() 894 set = SDL_TRUE; in X11_SetSizeHints() 900 set = SDL_TRUE; in X11_SetSizeHints() 906 set = SDL_TRUE; in X11_SetSizeHints()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
D | SDL_syscdrom.c | 201 fakeCD = SDL_TRUE; in SDL_SYS_CDInit() 325 didReadTOC = SDL_TRUE; in SDL_SYS_CDGetTOC()
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/ |
D | SDL_sysjoystick.c | 275 atarijoysticks[num].enabled=SDL_TRUE; \ in SDL_SYS_JoystickInit() 300 atarijoysticks[PORTB_PAD3].enabled = SDL_TRUE; in SDL_SYS_JoystickInit() 360 joypad_ports_enabled=SDL_TRUE; in SDL_SYS_JoystickInit()
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
D | SDL_sysjoystick.c | 613 handled = SDL_TRUE; in JS_ConfigJoystick() 625 handled = SDL_TRUE; in JS_ConfigJoystick() 647 handled = SDL_TRUE; in JS_ConfigJoystick() 682 joystick->hwdata->is_hid = SDL_TRUE; in EV_ConfigJoystick()
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
D | SDL_xbios.c | 471 XBIOS_centscreen = SDL_TRUE; in XBIOS_VideoInit() 574 XBIOS_centscreen = SDL_TRUE; in XBIOS_VideoInit() 1073 SDL_AtariGL_Quit(this, SDL_TRUE); in XBIOS_VideoQuit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzVideo.m | 452 hasMode = SDL_TRUE; 519 return SDL_TRUE; 710 if (video_set == SDL_TRUE) 986 if (video_set == SDL_TRUE) { 1212 video_set = SDL_TRUE; 1223 …const BOOL save_gl = ( (video_set == SDL_TRUE) && ((flags & SDL_OPENGL) == (current->flags & SDL_O… 1492 tmp = SDL_LoadBMP_RW (rw, SDL_TRUE);
|