OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_memcmp
(Results
1 - 5
of
5
) sorted by null
/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/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);
/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);
Completed in 34 milliseconds