HomeSort by: relevance | last modified time | path
    Searched refs:Uint32 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c 38 int (*Init) (Uint32 flags);
44 void (*GetRGB) (Uint32 pixel, const SDL_PixelFormat * const fmt, Uint8 *r, Uint8 *g, Uint8 *b);
45 Uint32 (*MapRGB) (const SDL_PixelFormat * const format, const Uint8 r, const Uint8 g, const Uint8 b);
46 SDL_Surface *(*SetVideoMode) (int width, int height, int bpp, Uint32 flags);
48 void (*UpdateRect) (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
50 void (*GetRGB) (Uint32 pixel, const SDL_PixelFormat *fmt, Uint8 *r, Uint8 *g, Uint8 *b);
51 Uint32 (*MapRGB) (const SDL_PixelFormat *format, Uint8 r, Uint8 g, Uint8 b);
52 SDL_Window *(*CreateWindow) (const char *title, int x, int y, int w, int h, Uint32 flags);
54 SDL_PixelFormat *(*AllocFormat) (Uint32 pixel_format)
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
gui.c 38 int (*Init) (Uint32 flags);
44 void (*GetRGB) (Uint32 pixel, const SDL_PixelFormat * const fmt, Uint8 *r, Uint8 *g, Uint8 *b);
45 Uint32 (*MapRGB) (const SDL_PixelFormat * const format, const Uint8 r, const Uint8 g, const Uint8 b);
46 SDL_Surface *(*SetVideoMode) (int width, int height, int bpp, Uint32 flags);
48 void (*UpdateRect) (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
50 void (*GetRGB) (Uint32 pixel, const SDL_PixelFormat *fmt, Uint8 *r, Uint8 *g, Uint8 *b);
51 Uint32 (*MapRGB) (const SDL_PixelFormat *format, Uint8 r, Uint8 g, Uint8 b);
52 SDL_Window *(*CreateWindow) (const char *title, int x, int y, int w, int h, Uint32 flags);
54 SDL_PixelFormat *(*AllocFormat) (Uint32 pixel_format)
    [all...]
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
algorithms.bench.cpp 17 enum class ValueType { Uint32, Uint64, Pair, Tuple, String };
20 "uint32", "uint64", "pair<uint32, uint32>",
21 "tuple<uint32, uint64, uint32>", "string"};
26 V() == ValueType::Uint32, uint32_t,

Completed in 17 milliseconds