/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ikbdevents.c | 44 static Uint16 atari_prevmouseb; /* save state of mouse buttons */
|
SDL_xbiosevents.c | 43 static Uint16 atari_prevmouseb; /* buttons */
|
SDL_atarigl.c | 707 Uint16 *dstline, *dstcol; 723 Uint16 dstcolor; 739 Uint16 *dstline, *dstcol; 756 Uint16 dstcolor; 939 Uint16 *dstline, *dstcol; 956 Uint16 dstcolor; 973 Uint16 *dstline, *dstcol; 991 Uint16 dstcolor;
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxvideo.h | 68 Uint16 * GammaRamp_R, * GammaRamp_G, * GammaRamp_B ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.c | 65 void PG_WarpWMCursor(_THIS, Uint16 x, Uint16 y); 357 void PG_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.h | 185 int QZ_SetGammaRamp (_THIS, Uint16 *ramp); 186 int QZ_GetGammaRamp (_THIS, Uint16 *ramp); 202 void QZ_WarpWMCursor (_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosmouse.c | 188 void FULLSCREEN_WarpWMCursor(_THIS, Uint16 x, Uint16 y) 225 void WIMP_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
/external/speex/include/speex/ |
speex_types.h | 55 typedef UInt16 spx_uint16_t;
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
main.m | 62 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved); 65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype); 114 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved) 180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
|
/external/webkit/Source/WebCore/platform/brew/ |
PlatformMouseEventBrew.cpp | 36 PlatformMouseEvent::PlatformMouseEvent(AEEEvent event, uint16 wParam, uint32 dwParam)
|
PlatformTouchEventBrew.cpp | 37 PlatformTouchEvent::PlatformTouchEvent(AEEEvent event, uint16 wParam, uint32 dwParam)
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/ |
m4vh263_decoder_pv_types.h | 28 typedef uint16_t uint16; typedef
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 26 (w) = ((uint16) *(pb + 1) << 8) + *pb; 31 ((uint16) *(pb + 1) << 8) + *pb; 33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16); 174 uint16 wdat;
|
/external/bzip2/ |
blocksort.c | 350 UInt16* quadrant, 356 UInt16 s1, s2; 487 UInt16* quadrant, 623 UInt16* quadrant, 753 UInt16* quadrant, 766 UInt16 s; 776 j = (j >> 8) | ( ((UInt16)block[i]) << 8); 779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8); 782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8); 785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8) [all...] |
/external/bluetooth/bluez/doc/ |
attribute-api.txt | 140 uint16 | Unit: unit of the characteristic 142 uint16 | Description: Description of the characteristic defined
|
/external/bluetooth/bluez/test/ |
test-health | 102 "DataType": dbus.types.UInt16(dtype), 108 "DataType": dbus.types.UInt16(dtype),
|
test-telephony | 78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2])) 93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
|
/external/chromium/chrome/browser/extensions/ |
convert_web_app.cc | 73 double stamp = day_fraction * std::numeric_limits<uint16>::max(); 82 static_cast<uint16>(stamp));
|
/external/chromium/chrome/browser/importer/ |
external_process_importer_client.h | 36 uint16 items, 148 uint16 items_;
|
toolbar_importer.h | 42 uint16 items, 159 uint16 items_to_import_;
|
/external/chromium/crypto/ |
rsa_private_key_mac.cc | 16 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) { 47 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
|
rsa_private_key_win.cc | 25 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) { 42 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socket.h | 177 // Fills in the given uint16 with the current estimate of the MTU along the 179 virtual int EstimateMTU(uint16* mtu) = 0;
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mouse.h | 68 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_yuv.c | 46 Uint16 pitches[3]; 223 overlay->pitches[0] = (Uint16) pitch;
|