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

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

Completed in 57 milliseconds