HomeSort by relevance Sort by last modified time
    Searched refs:SDL_static_cast (Results 1 - 8 of 8) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_endian.h 102 return SDL_static_cast(Uint16, ((x<<8)|(x>>8)));
137 return SDL_static_cast(Uint32, ((x<<24)|((x<<8)&0x00FF0000)|((x>>8)&0x0000FF00)|(x>>24)));
168 lo = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
170 hi = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
SDL_stdinc.h 85 #define SDL_static_cast(type, expression) static_cast<type>(expression)
88 #define SDL_static_cast(type, expression) ((type)(expression))
269 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, len)) \
278 Uint32 *_p = SDL_static_cast(Uint32 *, dst); \
309 : "0" (SDL_static_cast(unsigned, len)/4), "q" (len), "1" (dst),"2" (src) \
334 : "0" (SDL_static_cast(unsigned, len)), "1" (dst), "2" (src) \
346 char *dstp = SDL_static_cast(char *, dst); \
347 char *srcp = SDL_static_cast(char *, src); \
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 102 return SDL_static_cast(Uint16, ((x<<8)|(x>>8)));
137 return SDL_static_cast(Uint32, ((x<<24)|((x<<8)&0x00FF0000)|((x>>8)&0x0000FF00)|(x>>24)));
168 lo = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
170 hi = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
SDL_stdinc.h 85 #define SDL_static_cast(type, expression) static_cast<type>(expression)
88 #define SDL_static_cast(type, expression) ((type)(expression))
269 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, len)) \
278 Uint32 *_p = SDL_static_cast(Uint32 *, dst); \
309 : "0" (SDL_static_cast(unsigned, len)/4), "q" (len), "1" (dst),"2" (src) \
334 : "0" (SDL_static_cast(unsigned, len)), "1" (dst), "2" (src) \
346 char *dstp = SDL_static_cast(char *, dst); \
347 char *srcp = SDL_static_cast(char *, src); \
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 102 return SDL_static_cast(Uint16, ((x<<8)|(x>>8)));
137 return SDL_static_cast(Uint32, ((x<<24)|((x<<8)&0x00FF0000)|((x>>8)&0x0000FF00)|(x>>24)));
168 lo = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
170 hi = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
SDL_stdinc.h 85 #define SDL_static_cast(type, expression) static_cast<type>(expression)
88 #define SDL_static_cast(type, expression) ((type)(expression))
269 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, len)) \
278 Uint32 *_p = SDL_static_cast(Uint32 *, dst); \
309 : "0" (SDL_static_cast(unsigned, len)/4), "q" (len), "1" (dst),"2" (src) \
334 : "0" (SDL_static_cast(unsigned, len)), "1" (dst), "2" (src) \
346 char *dstp = SDL_static_cast(char *, dst); \
347 char *srcp = SDL_static_cast(char *, src); \
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 102 return SDL_static_cast(Uint16, ((x<<8)|(x>>8)));
137 return SDL_static_cast(Uint32, ((x<<24)|((x<<8)&0x00FF0000)|((x>>8)&0x0000FF00)|(x>>24)));
168 lo = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
170 hi = SDL_static_cast(Uint32, x & 0xFFFFFFFF);
SDL_stdinc.h 85 #define SDL_static_cast(type, expression) static_cast<type>(expression)
88 #define SDL_static_cast(type, expression) ((type)(expression))
269 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, len)) \
278 Uint32 *_p = SDL_static_cast(Uint32 *, dst); \
309 : "0" (SDL_static_cast(unsigned, len)/4), "q" (len), "1" (dst),"2" (src) \
334 : "0" (SDL_static_cast(unsigned, len)), "1" (dst), "2" (src) \
346 char *dstp = SDL_static_cast(char *, dst); \
347 char *srcp = SDL_static_cast(char *, src); \

Completed in 284 milliseconds