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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11dga.c 49 use_dgamouse = SDL_atoi(env_use_dgamouse);
SDL_x11modes.c 368 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);
    [all...]
SDL_x11video.c 700 this->hidden->allow_screensaver = ( (env && SDL_atoi(env)) ? 1 : 0 );
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 338 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);
SDL_fbevents.c 365 pid = SDL_atoi(entry->d_name);
SDL_fbvideo.c 562 finfo.accel = SDL_atoi(fb_accel);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 271 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/
SDL_diskaudio.c 100 this->hidden->write_delay = (envr) ? SDL_atoi(envr) : DISKDEFAULT_WRITEDELAY;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv.c 56 (!yuv_hwaccel || (SDL_atoi(yuv_hwaccel) > 0)) ) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 507 #define SDL_atoi atoi
509 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 507 #define SDL_atoi atoi
509 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 507 #define SDL_atoi atoi
509 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 507 #define SDL_atoi atoi
509 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 909 cp = SDL_atoi(buff);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 391 this->hidden->allow_screensaver = ( (env && SDL_atoi(env)) ? 1 : 0 );
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 188 allow_screensaver = ( env && SDL_atoi(env) ) ? YES : NO;
    [all...]

Completed in 56 milliseconds