Searched refs:SDL_memcmp (Results 1 – 9 of 9) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testfile.c | 106 if (SDL_memcmp(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops); in main() 111 if (SDL_memcmp(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops); in main() 126 if (SDL_memcmp(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops); in main() 131 if (SDL_memcmp(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops); in main() 146 if (SDL_memcmp(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops); in main() 151 if (SDL_memcmp(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops); in main() 168 if (SDL_memcmp(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops); in main() 176 if (SDL_memcmp(test_buf,"123456789012345678901234567123",30)) in main()
|
D | testiconv.c | 56 if ( !test[1] || SDL_memcmp(test[1], ucs4, len) != 0 ) { in main()
|
/external/qemu/distrib/sdl-1.2.15/src/main/macos/ |
D | SDL_main.c | 435 if (SDL_memcmp(prefs.video_driver_name+1, "DSp", 3) == 0) in main() 437 else if (SDL_memcmp(prefs.video_driver_name+1, "toolbox", 7) == 0) in main()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_sysevents.cc | 89 if ( SDL_memcmp(keyinfo[0].key_states, keyinfo[1].key_states, 16) != 0 ) { in QT_PumpEvents()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_stdinc.h | 389 #define SDL_memcmp memcmp macro 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/x11/ |
D | SDL_x11image.c | 159 if (SDL_memcmp(line, "cpu", 3) == 0 && line[3] != ' ') { in num_CPU()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_string.c | 301 #ifndef SDL_memcmp 302 int SDL_memcmp(const void *s1, const void *s2, size_t len) in SDL_memcmp() function
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/ |
D | SDL_syscdrom.c | 214 if (SDL_memcmp(checklist[i].name, devent->d_name, name_len) == 0) in SDL_SYS_CDInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_pixels.c | 444 if ( SDL_memcmp(src->colors, dst->colors, src->ncolors* in Map1to1()
|