Home
last modified time | relevance | path

Searched refs:xors (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysmouse.c48 Uint8 *xors; member
99 if ( cursor->xors != NULL ) in WIN_FreeWMCursor()
100 SDL_free(cursor->xors); in WIN_FreeWMCursor()
141 cursor->xors = NULL; in WIN_CreateWMCursor()
147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y); in WIN_CreateWMCursor()
177 cursor->ands, cursor->xors); in WIN_CreateWMCursor()
/external/llvm/test/CodeGen/X86/
Dclz.ll119 ; Don't generate any xors when a 'ctlz' intrinsic is actually used to compute