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

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11events.c230 /* p moves over the output buffer. max_ptr points to the next to the last slot of the buffer. */
232 Uint16 const *const max_ptr = utf16 + utf16_max_length; local
238 if (p >= max_ptr) {
278 if (p + 1 >= max_ptr) {

Completed in 36 milliseconds