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

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 81 int mapped_memlen; member in struct:SDL_PrivateVideoData
127 #define mapped_memlen (this->hidden->mapped_memlen) macro
SDL_fbvideo.c 582 mapped_memlen = finfo.smem_len+mapped_offset;
583 mapped_mem = do_mmap(NULL, mapped_memlen,
628 MAP_SHARED, console_fd, mapped_memlen);
788 shadow_mem = (char *)SDL_malloc(mapped_memlen);
    [all...]

Completed in 254 milliseconds