Searched
full:uint16 (Results
251 -
275 of
723) sorted by null
<<11121314151617181920>>
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_mouse.c | 170 void ph_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysmouse.c | 209 void WIN_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_syswm.c | 71 Uint16 biPlanes; 72 Uint16 biBitCount; 229 Uint16 *lpsz = SDL_iconv_utf8_ucs2(title);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11mouse.c | 170 void X11_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_x11events.c | 228 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max_length) { 231 Uint16 *p = utf16; 232 Uint16 const *const max_ptr = utf16 + utf16_max_length; 255 *p++ = (Uint16)(0xCF80 + (c << 6) + utf8[1]); 262 *p++ = (Uint16)(0xDF80 + (c << 12) + (utf8[1] << 6) + utf8[2]); 275 *p++ = (Uint16)(0xDF80 + (utf8[1] << 12) + (utf8[2] << 6) + utf8[3]); 282 *p++ = (Uint16)(0xE5B8 + (c << 8) + (utf8[1] << 2) + (utf8[2] >> 4)); 283 *p++ = (Uint16)(0xDB80 + ((utf8[2] & 0x0F) << 6) + utf8[3]); 586 Uint16 utf16buf[32]; 587 Uint16 *utf16data = utf16buf [all...] |
/external/qemu/gdb-xml/ |
arm-neon.xml | 10 <vector id="neon_uint16x4" type="uint16" count="4"/> 22 <vector id="neon_uint16x8" type="uint16" count="8"/>
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_mouse.h | 68 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_mouse.h | 68 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mouse.h | 72 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_mouse.h | 68 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.m | 252 void QZ_WarpWMCursor (_THIS, Uint16 x, Uint16 y) { 468 pixels[index + 0] = (Uint16)pixels[index + 0]*pixels[index + 3]/255; 469 pixels[index + 1] = (Uint16)pixels[index + 1]*pixels[index + 3]/255; 470 pixels[index + 2] = (Uint16)pixels[index + 2]*pixels[index + 3]/255;
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.c | 71 int CGX_SetGammaRamp(_THIS, Uint16 *ramp) 1145 Uint16 *t=(Uint16 *)c; 1152 Uint16 *t=(Uint16 *)c; 1159 Uint16 *t=(Uint16 *)c; 1166 Uint16 *t=(Uint16 *)c; [all...] |
/external/chromium/crypto/ |
rsa_private_key.h | 178 static RSAPrivateKey* Create(uint16 num_bits); 184 static RSAPrivateKey* CreateSensitive(uint16 num_bits); 244 static RSAPrivateKey* CreateWithParams(uint16 num_bits,
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanner.h | 90 /** work image (two pixels per uint16)*/ 210 const struct bbf_LocalScanner* ptrA, uint16* memPtrA ); 215 const uint16* memPtrA,
|
Scanner.h | 80 /** work image (two pixels per uint16)*/ 228 const struct bbf_Scanner* ptrA, uint16* memPtrA ); 233 const uint16* memPtrA,
|
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16ByteImage.h | 125 uint16* memPtrA ); 130 const uint16* memPtrA, 138 uint16 valueA );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Vec.h | 89 uint16 bts_Flt16Vec_maxAbs( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA ); 113 uint16* memPtrA ); 118 const uint16* memPtrA,
|
/external/svox/pico/lib/ |
picokpdf.c | 52 - Numframes: 1 uint16 62 - numframes: 1 uint16 65 - numframesperstate: numstates uint16
|
/external/bluetooth/bluez/compat/ |
sdp.c | 238 req->vendor = pdlist ? pdlist->val.uint16 : 0x0000; 241 req->product = pdlist ? pdlist->val.uint16 : 0x0000; 244 req->version = pdlist ? pdlist->val.uint16 : 0x0000; 271 req->parser = pdlist ? pdlist->val.uint16 : 0x0100;
|
/external/bzip2/ |
bzlib_private.h | 47 typedef unsigned short UInt16; 218 UInt16* mtfv; 384 UInt16 *ll16; 468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
|
/external/chromium/base/third_party/icu/ |
icu_utf.h | 356 uint16 __c2; \ 379 (s)[(i)++]=(uint16)(c); \ 381 (s)[(i)++]=(uint16)(((c)>>10)+0xd7c0); \ 382 (s)[(i)++]=(uint16)(((c)&0x3ff)|0xdc00); \
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_api_win.cc | 85 speech_synthesizer_->SetVolume(static_cast<uint16>(volume * 100));
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.cc | 32 uint16 items,
|
/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_factory.cc | 26 uint16 default_port) {
|
/external/chromium/googleurl/base/ |
basictypes.h | 7 typedef unsigned short uint16; typedef
|
Completed in 601 milliseconds
<<11121314151617181920>>