/prebuilt/windows/sdl/include/SDL/ |
SDL_endian.h | 60 static __inline__ Uint16 SDL_Swap16(Uint16 x) 66 static __inline__ Uint16 SDL_Swap16(Uint16 x) 72 static __inline__ Uint16 SDL_Swap16(Uint16 x) 74 Uint16 result; 80 static __inline__ Uint16 SDL_Swap16(Uint16 x) 86 static __inline__ Uint16 SDL_Swap16(Uint16 x) [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stun.cc | 170 uint16 attr_type, attr_length; 205 StunAttribute::StunAttribute(uint16 type, uint16 length) 209 StunAttribute* StunAttribute::Create(uint16 type, uint16 length) { 261 StunAddressAttribute* StunAttribute::CreateAddress(uint16 type) { 279 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) { 293 StunByteStringAttribute* StunAttribute::CreateByteString(uint16 type) { 322 StunAddressAttribute::StunAddressAttribute(uint16 type) 346 StunUInt32Attribute::StunUInt32Attribute(uint16 type [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Memory.c | 59 uint16* dstL = ( uint16* )dstA; 60 const uint16* srcL = ( uint16* )srcA; 61 uint16 iL; 73 *( uint16* ) ( ( int32 ) dstA + iL ) = *( uint16* ) ( ( int32 ) srcA + iL ); 78 uint16* dstL = ( uint16* )dstA; 79 const uint16* srcL = ( uint16* )srcA [all...] |
DynMemManager.c | 90 uint16* pL = ( uint16* )ptrA->memPtrE; 94 pL = *( uint16** )pL; 125 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA, 130 uint16* pL = NULL; 131 bbs_DEF_fNameL( "uint16* bbs_DynMemManager_alloc( struct bbs_DynMemManager* ptrA, uint32 sizeA )" ) 147 uint16** ppL = ( uint16** )ptrA->memPtrE; 148 while( *ppL != NULL ) ppL = ( uint16** )*ppL; 170 uint16* memPtrA [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
searchutility.h | 26 typedef uint16 PoolPosType; 29 typedef uint16 MileStoneHandle; 35 uint16 psb; // The score, the lower psb, the higher possibility. 51 uint16 his_len; // The length of the history used to do the prediction. 79 uint16 splids[kMaxSearchSteps]; 83 uint16 splids_extended; 87 uint16 ext_len; 96 uint16 step_no; 104 uint16 id_start; 108 uint16 id_num [all...] |
atomdictbase.h | 109 virtual void reset_milestones(uint16 from_step, 139 virtual size_t get_lpis(const uint16 *splid_str, uint16 splid_str_len, 150 virtual uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, 151 uint16 str_max) = 0; 165 virtual uint16 get_lemma_splids(LemmaIdType id_lemma, uint16 *splids, 166 uint16 splids_max, bool arg_valid) = 0; 181 virtual size_t predict(const char16 last_hzs[], uint16 hzs_len, 194 virtual LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[] [all...] |
/external/chromium/net/base/ |
dnsrr_resolver.h | 35 uint16 rrtype_requested); 99 Handle Resolve(const std::string& name, uint16 rrtype, 100 uint16 flags, CompletionCallback* callback, 114 void HandleResult(const std::string& name, uint16 rrtype, int result, 120 std::map<std::pair<std::string, uint16>, RRResponse> cache_; 123 std::map<std::pair<std::string, uint16>, RRResolverJob*> inflight_;
|
dnssec_keyset.h | 35 uint16 rrtype, 40 static uint16 DNSKEYToKeyID(const base::StringPiece& dnskey); 56 std::vector<uint16> keyids_;
|
/external/chromium/chrome/browser/ui/gtk/importer/ |
import_progress_dialog_gtk.h | 27 uint16 items, 36 uint16 items, 74 uint16 items_;
|
/external/bluetooth/bluez/test/ |
service-ftp.xml | 29 <uint16 value="0x0100" name="version"/>
|
/external/chromium/net/http/ |
http_alternate_protocols.h | 39 uint16 port; 54 bool HasAlternateProtocolFor(const std::string& host, uint16 port) const; 59 const std::string& host, uint16 port) const; 64 uint16 alternate_port,
|
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | 119 uint16 lmt16 = (uint16)lmt; 126 inline int64 UserDict::utf16le_atoll(uint16 *s, int len) { 132 const uint16 * endp = s + len; 147 inline int UserDict::utf16le_lltoa(int64 v, uint16 *s, int size) { 150 uint16 *endp = s + size; 158 uint16 *b = s; 193 inline uint16 * UserDict::get_lemma_spell_ids(uint32 offset) { 195 return (uint16 *)(lemmas_ + offset + 2); 198 inline uint16 * UserDict::get_lemma_word(uint32 offset) [all...] |
/external/chromium/chrome/browser/importer/ |
external_process_importer_host.h | 35 uint16 items, 48 uint16 items_;
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysmouse_c.h | 31 extern void BE_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_amigamouse_c.h | 31 extern void amiga_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemmouse_c.h | 32 extern void GEM_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macmouse_c.h | 31 extern void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
SDL_macwm_c.h | 38 extern int Mac_SetGammaRamp(_THIS, Uint16 *ramp); 39 extern int Mac_GetGammaRamp(_THIS, Uint16 *ramp);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmouse_c.h | 28 extern void NX_WarpWMCursor (_THIS, Uint16 x, Uint16 y) ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_mouse_c.h | 35 extern void ph_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysmouse.cc | 51 void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_sysmouse_c.h | 31 extern void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglmouse.c | 52 void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_vglmouse_c.h | 31 extern void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysmouse_c.h | 31 extern void WIN_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|