OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events_c.h
31
#define
EVENT_SIZE
(sizeof(PhEvent_t) + 1000 + PH_EVENT_SAFETY_POOL)
SDL_ph_video.c
365
if (NULL == (phevent = SDL_malloc(
EVENT_SIZE
)))
370
SDL_memset(phevent, 0x00,
EVENT_SIZE
);
SDL_ph_events.c
421
switch(PhEventPeek(phevent,
EVENT_SIZE
))
Completed in 2620 milliseconds