/external/bluetooth/bluez/tools/ |
csr.h | 29 #define CSR_VARID_PS_CLR_ALL_STORES 0x082d /* uint16 */ 30 #define CSR_VARID_BC01_STATUS 0x2801 /* uint16 */ 31 #define CSR_VARID_BUILDID 0x2819 /* uint16 */ 32 #define CSR_VARID_CHIPVER 0x281a /* uint16 */ 33 #define CSR_VARID_CHIPREV 0x281b /* uint16 */ 34 #define CSR_VARID_INTERFACE_VERSION 0x2825 /* uint16 */ 35 #define CSR_VARID_RAND 0x282a /* uint16 */ 36 #define CSR_VARID_MAX_CRYPT_KEY_LENGTH 0x282c /* uint16 */ 37 #define CSR_VARID_CHIPANAREV 0x2836 /* uint16 */ 38 #define CSR_VARID_BUILDID_LOADER 0x2838 /* uint16 */ [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
splparser.h | 42 uint16 splstr_to_idxs(const char *splstr, uint16 str_len, uint16 splidx[], 43 uint16 start_pos[], uint16 max_size, bool &last_is_pre); 48 uint16 splstr_to_idxs_f(const char *splstr, uint16 str_len, uint16 splidx[], 49 uint16 start_pos[], uint16 max_size, bool &last_is_pre) [all...] |
userdict.h | 44 void reset_milestones(uint16 from_step, MileStoneHandle from_handle); 50 size_t get_lpis(const uint16 *splid_str, uint16 splid_str_len, 53 uint16 get_lemma_str(LemmaIdType id_lemma, char16* str_buf, 54 uint16 str_max); 56 uint16 get_lemma_splids(LemmaIdType id_lemma, uint16 *splids, 57 uint16 splids_max, bool arg_valid); 59 size_t predict(const char16 last_hzs[], uint16 hzs_len, 64 LemmaIdType put_lemma(char16 lemma_str[], uint16 splids[] [all...] |
dicttrie.h | 54 uint16 mark_start; 55 uint16 mark_num; 74 uint16 *splid_le0_index_; 89 uint16 parsing_marks_pos_; 122 uint16 lma_len); 142 bool try_extend(const uint16 *splids, uint16 splid_num, LemmaIdType id_lemma); 171 void convert_to_hanzis(char16 *str, uint16 str_len); 173 void convert_to_scis_ids(char16 *str, uint16 str_len); 184 void reset_milestones(uint16 from_step, MileStoneHandle from_handle) [all...] |
dictlist.h | 94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max); 96 void convert_to_hanzis(char16 *str, uint16 str_len); 98 void convert_to_scis_ids(char16 *str, uint16 str_len); 107 size_t predict(const char16 last_hzs[], uint16 hzs_len, 113 uint16 get_splids_for_hanzi(char16 hanzi, uint16 half_splid, 114 uint16 *splids, uint16 max_splids); 116 LemmaIdType get_lemma_id(const char16 *str, uint16 str_len) [all...] |
spellingtrie.h | 33 uint16 spelling_idx:11; 34 uint16 num_of_son:5; 44 static const uint16 kHalfIdShengmuMask = 0x01; 45 static const uint16 kHalfIdYunmuMask = 0x02; 46 static const uint16 kHalfIdSzmMask = 0x04; 111 uint16 h2f_start_[kFullSplIdStart]; 112 uint16 h2f_num_[kFullSplIdStart]; 115 uint16 *f2h_; 179 bool if_valid_id_update(uint16 *splid) const; 182 bool is_half_id(uint16 splid) const [all...] |
/external/bluetooth/bluez/test/ |
service-did.xml | 11 <uint16 value="0x0102" name="id"/> 15 <uint16 value="0x0a12" name="vendor"/> 19 <uint16 value="0x4711" name="product"/> 23 <uint16 value="0x0000" name="version"/> 31 <uint16 value="0x0002" name="source"/>
|
service-record.dtd | 3 <!ELEMENT attribute (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|nil)+> 6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+> 8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+> 30 <!ELEMENT uint16 EMPTY> 31 <!ATTLIST uint16 value CDATA #REQUIRED> 32 <!ATTLIST uint16 name CDATA>
|
/packages/inputmethods/PinyinIME/jni/share/ |
splparser.cpp | 30 uint16 SpellingParser::splstr_to_idxs(const char *splstr, uint16 str_len, 31 uint16 spl_idx[], uint16 start_pos[], 32 uint16 max_size, bool &last_is_pre) { 43 uint16 str_pos = 0; 44 uint16 idx_num = 0; 54 uint16 id_this = node_this->spelling_idx; 108 uint16 id_this = node_this->spelling_idx; 128 uint16 id_this = node_this->spelling_idx [all...] |
lpicache.cpp | 26 lpi_cache_len_ = new uint16[kFullSplIdStart]; 29 for (uint16 id = 0; id < kFullSplIdStart; id++) 49 bool LpiCache::is_cached(uint16 splid) { 55 size_t LpiCache::put_cache(uint16 splid, LmaPsbItem lpi_items[], 57 uint16 num = kMaxLpiCachePerId; 59 num = static_cast<uint16>(lpi_num); 62 for (uint16 pos = 0; pos < num; pos++) 69 size_t LpiCache::get_cache(uint16 splid, LmaPsbItem lpi_items[], 75 for (uint16 pos = 0; pos < lpi_max; pos++) {
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stun.h | 124 uint16 length() const { return length_; } 148 uint16 type_; 149 uint16 length_; 164 uint16 length() const { return length_; } 175 static StunAttribute* Create(uint16 type, uint16 length); 178 static StunAddressAttribute* CreateAddress(uint16 type); 179 static StunUInt32Attribute* CreateUInt32(uint16 type); 180 static StunByteStringAttribute* CreateByteString(uint16 type); 186 StunAttribute(uint16 type, uint16 length) [all...] |
/external/chromium/net/base/ |
dns_util.h | 37 static const uint16 kDNS_CNAME = 5; 38 static const uint16 kDNS_TXT = 16; 39 static const uint16 kDNS_CERT = 37; 40 static const uint16 kDNS_DS = 43; 41 static const uint16 kDNS_RRSIG = 46; 42 static const uint16 kDNS_DNSKEY = 48; 43 static const uint16 kDNS_ANY = 0xff; 44 static const uint16 kDNS_CAA = 13172; // temporary, not IANA 45 static const uint16 kDNS_TESTING = 0xfffe; // in private use area.
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Functions.h | 50 uint16* memPtrA ); 54 const uint16* memPtrA ); 57 uint32 bbs_memPeek32( const uint16* memPtrA ); 59 /** writes a 16 bit word to memory; returns bbs_SIZEOF16( uint16 ) */ 61 uint16* memPtrA ); 63 /** reads a 16 bit word from memory; returns bbs_SIZEOF16( uint16 ) */ 65 const uint16* memPtrA ); 70 uint32 sizeA, uint16* memPtrA ); 75 uint32 sizeA, const uint16* memPtrA ); 77 /** writes a 16 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint16 ) * sizeA * [all...] |
Functions.c | 40 uint16 bbs_swapBytes( uint16 valA ) 48 uint16* memPtrA ) 53 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 0 ) & 0xFFFF ) ); 54 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 16 ) & 0xFFFF ) ); 67 const uint16* memPtrA ) 86 uint32 bbs_memPeek32( const uint16* memPtrA ) 104 uint16* memPtrA ) 107 *memPtrA++ = bbs_swapBytes( *( uint16* )ptrA ); 109 *memPtrA++ = *( uint16* )ptrA [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
bcmendian.h | 32 ((uint16)((((uint16)(val) & (uint16)0x00ffU) << 8) | \ 33 (((uint16)(val) & (uint16)0xff00U) >> 8))) 83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \ 89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \ 98 uint16 _val = (val); \ 113 uint16 *_buf = (uint16 *)(buf); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmendian.h | 32 ((uint16)((((uint16)(val) & (uint16)0x00ffU) << 8) | \ 33 (((uint16)(val) & (uint16)0xff00U) >> 8))) 83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \ 89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \ 98 uint16 _val = (val); \ 113 uint16 *_buf = (uint16 *)(buf); [all...] |
/external/chromium/base/ |
version.h | 18 // Each component is limited to a uint16. 28 // The version string must be made up of 1 or more uint16's separated 44 const std::vector<uint16>& components() const { return components_; } 50 std::vector<uint16> components_;
|
/external/chromium/net/http/ |
http_version.h | 20 HttpVersion(uint16 major, uint16 minor) : value_(major << 16 | minor) { } 23 uint16 major_value() const { 28 uint16 minor_value() const {
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosmouse_c.h | 40 void FULLSCREEN_WarpWMCursor(_THIS, Uint16 x, Uint16 y); 43 void WIMP_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
bt_amp_hci.h | 30 uint16 opcode; 136 uint16 bredr; 213 uint16 opcode; 218 uint16 opcode; 223 uint16 handle; 234 uint16 len; 246 uint16 PAL_cap; 247 uint16 AMP_ASSOC_len; 254 uint16 llh; 261 uint16 llh [all...] |
802.11.h | 95 uint16 type; 104 uint16 fc; 105 uint16 durid; 109 uint16 seq; 116 uint16 fc; 117 uint16 durid; 124 uint16 fc; 125 uint16 durid; 131 uint16 fc; 132 uint16 durid [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 30 uint16 opcode; 136 uint16 bredr; 213 uint16 opcode; 218 uint16 opcode; 223 uint16 handle; 234 uint16 len; 246 uint16 PAL_cap; 247 uint16 AMP_ASSOC_len; 254 uint16 llh; 261 uint16 llh [all...] |
802.11.h | 95 uint16 type; 104 uint16 fc; 105 uint16 durid; 109 uint16 seq; 116 uint16 fc; 117 uint16 durid; 124 uint16 fc; 125 uint16 durid; 131 uint16 fc; 132 uint16 durid [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
Apple80211.h | 16 UInt16 link_qual; 17 UInt16 comms_qual; 18 UInt16 signal; 19 UInt16 noise; 20 UInt16 port_stat; 21 UInt16 client_mode; 22 UInt16 res1; 23 UInt16 power; 24 UInt16 res2; 36 UInt16 channel [all...] |
/external/wpa_supplicant_8/src/drivers/ |
Apple80211.h | 16 UInt16 link_qual; 17 UInt16 comms_qual; 18 UInt16 signal; 19 UInt16 noise; 20 UInt16 port_stat; 21 UInt16 client_mode; 22 UInt16 res1; 23 UInt16 power; 24 UInt16 res2; 36 UInt16 channel [all...] |