HomeSort by relevance Sort by last modified time
    Searched refs:uint16 (Results 1 - 25 of 407) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Functions.c 29 const uint16 bbf_bit8TblG[ 256 ] = {
  /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...]
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...]
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...]
dictdef.h 29 typedef unsigned short uint16; typedef in namespace:ime_pinyin
69 typedef uint16 LmaScoreType;
70 typedef uint16 KeyScoreType;
90 uint16 half_splid:5;
91 uint16 full_splid:11;
114 uint16 spl_idx;
115 uint16 num_of_son;
116 uint16 num_of_homo;
124 uint16 son_1st_off_l; // Low bits of the son_1st_off
125 uint16 homo_idx_buf_off_l; // Low bits of the homo_idx_buf_off_
    [all...]
lpicache.h 33 uint16 *lpi_cache_len_;
44 bool is_cached(uint16 splid);
51 size_t put_cache(uint16 splid, LmaPsbItem lpi_items[], size_t lpi_num);
57 size_t get_cache(uint16 splid, LmaPsbItem lpi_items[], size_t lpi_max);
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...]
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...]
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...]
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...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_huff_cw.h 88 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *);
89 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *);
90 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *);
91 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *);
92 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *);
93 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *);
94 uint16 pvmp3_decode_huff_cw_tab7(tmp3Bits *);
95 uint16 pvmp3_decode_huff_cw_tab8(tmp3Bits *);
96 uint16 pvmp3_decode_huff_cw_tab9(tmp3Bits *);
97 uint16 pvmp3_decode_huff_cw_tab10(tmp3Bits *)
    [all...]
pvmp3_tables.h 97 extern const uint16 huffTable_1[];
98 extern const uint16 huffTable_2[];
99 extern const uint16 huffTable_3[];
100 extern const uint16 huffTable_5[];
101 extern const uint16 huffTable_6[];
102 extern const uint16 huffTable_7[];
103 extern const uint16 huffTable_8[];
104 extern const uint16 huffTable_9[];
105 extern const uint16 huffTable_10[];
106 extern const uint16 huffTable_11[]
    [all...]
s_huffcodetab.h 85 uint16(*pdec_huff_tab)(tmp3Bits *);
  /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...]
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...]
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...]
  /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...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bcmeth.h 65 uint16 subtype;
66 uint16 length;
70 uint16 usr_subtype;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmeth.h 65 uint16 subtype;
66 uint16 length;
70 uint16 usr_subtype;
  /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 {
  /frameworks/ex/variablespeed/jni/
integral_types.h 29 typedef unsigned short uint16; // NOLINT typedef

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 91011>>