OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_memcmp
(Results
1 - 12
of
12
) sorted by null
/external/qemu/distrib/sdl-1.2.15/test/
testfile.c
106
if (
SDL_memcmp
(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops);
111
if (
SDL_memcmp
(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops);
126
if (
SDL_memcmp
(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops);
131
if (
SDL_memcmp
(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops);
146
if (
SDL_memcmp
(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops);
151
if (
SDL_memcmp
(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops);
168
if (
SDL_memcmp
(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops);
176
if (
SDL_memcmp
(test_buf,"123456789012345678901234567123",30))
testiconv.c
56
if ( !test[1] ||
SDL_memcmp
(test[1], ucs4, len) != 0 ) {
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
389
#define
SDL_memcmp
memcmp
391
extern DECLSPEC int SDLCALL
SDL_memcmp
(const void *s1, const void *s2, size_t len);
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c
435
if (
SDL_memcmp
(prefs.video_driver_name+1, "DSp", 3) == 0)
437
else if (
SDL_memcmp
(prefs.video_driver_name+1, "toolbox", 7) == 0)
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
389
#define
SDL_memcmp
memcmp
391
extern DECLSPEC int SDLCALL
SDL_memcmp
(const void *s1, const void *s2, size_t len);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
389
#define
SDL_memcmp
memcmp
391
extern DECLSPEC int SDLCALL
SDL_memcmp
(const void *s1, const void *s2, size_t len);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
389
#define
SDL_memcmp
memcmp
391
extern DECLSPEC int SDLCALL
SDL_memcmp
(const void *s1, const void *s2, size_t len);
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysevents.cc
89
if (
SDL_memcmp
(keyinfo[0].key_states, keyinfo[1].key_states, 16) != 0 ) {
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c
159
if (
SDL_memcmp
(line, "cpu", 3) == 0 && line[3] != ' ') {
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c
214
if (
SDL_memcmp
(checklist[i].name, devent->d_name, name_len) == 0)
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c
301
#ifndef
SDL_memcmp
302
int
SDL_memcmp
(const void *s1, const void *s2, size_t len)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c
444
if (
SDL_memcmp
(src->colors, dst->colors, src->ncolors*
Completed in 400 milliseconds