HomeSort by relevance Sort by last modified time
    Searched refs:Uint32 (Results 251 - 270 of 270) sorted by null

<<11

  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay.c 327 Uint32 video_flags, overlay_format;
330 Uint32 then, now;
testwm.c 14 static Uint32 video_flags;
testoverlay2.c 288 Uint32 lastftick;
  /external/v8/src/
api.h 194 static inline Local<Uint32> Uint32ToLocal(
284 MAKE_TO_LOCAL(Uint32ToLocal, Object, Uint32)
api.cc     [all...]
runtime.cc 393 // Array index as string (uint32).
403 // Array index (uint32).
407 // Non-uint32 number.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.c 117 static volatile UInt32 running = 0;
119 static volatile Uint32 fill_me = 0;
160 if ( BitAndAtomic (0xFFFFFFFF, (UInt32 *) &need_to_mix) ) {
171 UInt32 play_me;
197 if ( ! BitAndAtomic(0xFFFFFFFF, (UInt32 *) &audio_is_locked) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 49 typedef Uint32 U032;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 82 SDL_Overlay *PS3_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 123 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
124 static SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
458 SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 /*flags*/)
516 int width, int height, int bpp, Uint32 /*flags*/)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 247 Uint32 value = 0;
248 Uint32 *dstp = (Uint32 *)dst;
    [all...]
  /external/v8/include/
v8.h 91 class Uint32;
965 V8EXPORT Local<Uint32> ToUint32() const;
972 V8EXPORT Local<Uint32> ToArrayIndex() const;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer.c 93 void SDL_MixAudio (Uint8 *dst, const Uint8 *src, Uint32 len, int volume)
SDL_audiocvt.c 1439 Uint32 hi_rate, lo_rate;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv.c 71 SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display)
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 82 UInt32 state;
83 UInt32 value;
226 const UInt32 kbdtype = LMGetKbdType();
256 value = (UInt32) buf[0];
812 static Uint32 screensaverTicks;
813 Uint32 nowTicks = SDL_GetTicks();
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 206 v8::Local<v8::Uint32> uintValue = value->ToUint32();
212 // FIXME: v8::Uint32::Value is not defined!
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 897 SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 319 milliseconds

<<11