Searched refs:SDL_atoi (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11dga.c49 use_dgamouse = SDL_atoi(env_use_dgamouse);
H A DSDL_x11modes.c368 if ( env && !SDL_atoi(env) ) {
391 if ( env && !SDL_atoi(env) ) {
422 if ( env && !SDL_atoi(env) ) {
465 if ( env && !SDL_atoi(env) ) {
519 desired = SDL_atoi(variable);
H A DSDL_x11video.c700 this->hidden->allow_screensaver = ( (env && SDL_atoi(env)) ? 1 : 0 );
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbelo.c338 ELO_MIN_X = SDL_atoi(buffer);
342 ELO_MAX_X = SDL_atoi(buffer);
346 ELO_MIN_Y = SDL_atoi(buffer);
350 ELO_MAX_Y = SDL_atoi(buffer);
H A DSDL_fbevents.c365 pid = SDL_atoi(entry->d_name);
H A DSDL_fbvideo.c562 finfo.accel = SDL_atoi(fb_accel);
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_audio.c271 switch (SDL_atoi(string)) {
420 desired->freq = SDL_atoi(env);
440 desired->channels = (Uint8)SDL_atoi(env);
460 desired->samples = (Uint16)SDL_atoi(env);
/external/qemu/distrib/sdl-1.2.12/src/audio/disk/
H A DSDL_diskaudio.c100 this->hidden->write_delay = (envr) ? SDL_atoi(envr) : DISKDEFAULT_WRITEDELAY;
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_yuv.c56 (!yuv_hwaccel || (SDL_atoi(yuv_hwaccel) > 0)) ) {
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_stdinc.h507 #define SDL_atoi atoi macro
509 #define SDL_atoi(X) SDL_strtol(X, NULL, 0) macro
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_sysevents.c909 cp = SDL_atoi(buff);
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibvideo.c391 this->hidden->allow_screensaver = ( (env && SDL_atoi(env)) ? 1 : 0 );
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m188 allow_screensaver = ( env && SDL_atoi(env) ) ? YES : NO;

Completed in 113 milliseconds