/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysmouse.c | 40 /* For some reason when creating a windows cursor, the ands and xors memory 48 Uint8 *xors; member in struct:WMcursor 99 if ( cursor->xors != NULL ) 100 SDL_free(cursor->xors); 141 cursor->xors = NULL; 147 xptr = cursor->xors = (Uint8 *)SDL_malloc((run+pad)*allowed_y); 177 cursor->ands, cursor->xors);
|
SDL_syswm.c | 46 Win32 applies the mask to the desktop and XORs the icon on.
|
/external/netcat/data/ |
xor.c | 3 With no args, xors stdin against 0xFF to stdout. A single argument is a
|
/external/dropbear/libtomcrypt/notes/ |
tech0004.txt | 71 the sober128_read() function actually XORs against the input buffer you specify. This allows the
|
/external/openssl/crypto/rsa/ |
rsa_pss.c | 239 /* Initial PS XORs with all zeroes which is a NOP so just update
|
/external/openssl/crypto/des/ |
des_locl.h | 397 I first got ~42 operations without xors. When I remembered 398 how to use xors :-) I got it to its final state.
|
/external/qemu/ |
i386-dis.c | 780 { "xorS", { Ev, Gv } }, 782 { "xorS", { Gv, Ev } }, 784 { "xorS", { eAX, Iv } }, [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-objdump | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/ |
objdump | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/ |
libopcodes.a | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/prebuilt/linux-x86/bcc/ |
bcc | |