HomeSort by relevance Sort by last modified time
    Searched refs:uint16 (Results 26 - 50 of 834) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/inputmethods/PinyinIME/jni/include/
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...]
  /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_org/chrome/browser/usb/
usb_device.h 29 uint16 vendor_id() const { return vendor_id_; }
30 uint16 product_id() const { return product_id_; }
54 uint16 vendor_id,
55 uint16 product_id);
66 uint16 vendor_id_;
67 uint16 product_id_;
usb_service.h 43 const uint16 vendor_id,
44 const uint16 product_id,
63 const uint16 vendor_id,
64 const uint16 product_id);
69 const uint16 vendor_id,
70 const uint16 product_id,
79 const uint16 vendor_id,
80 const uint16 product_id,
  /external/chromium_org/net/dns/
record_parsed.h 30 uint16 type() const { return type_; }
31 uint16 klass() const { return klass_; }
48 RecordParsed(const std::string& name, uint16 type, uint16 klass,
53 const uint16 type_;
54 const uint16 klass_;
record_rdata.h 31 virtual uint16 Type() const = 0;
46 static const uint16 kType = dns_protocol::kTypeSRV;
53 virtual uint16 Type() const OVERRIDE;
55 uint16 priority() const { return priority_; }
56 uint16 weight() const { return weight_; }
57 uint16 port() const { return port_; }
64 uint16 priority_;
65 uint16 weight_;
66 uint16 port_;
77 static const uint16 kType = dns_protocol::kTypeA
    [all...]
  /external/chromium_org/sync/test/
local_sync_test_server.h 24 LocalSyncTestServer(uint16 port, uint16 xmpp_port);
42 uint16 xmpp_port_;
  /external/chromium_org/ui/base/resource/
resource_data_dll_win.h 21 virtual bool HasResource(uint16 resource_id) const OVERRIDE;
22 virtual bool GetStringPiece(uint16 resource_id,
25 uint16 resource_id) const OVERRIDE;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmeth.h 94 uint16 subtype; /* Vendor specific..32769 */
95 uint16 length;
99 uint16 usr_subtype;
ethernet.h 121 uint16 ether_type;
152 #define eacmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \
153 (((const uint16 *)(a))[1] ^ ((const uint16 *)(b))[1]) | \
154 (((const uint16 *)(a))[2] ^ ((const uint16 *)(b))[2]))
161 ((uint16 *)(d))[0] = ((const uint16 *)(s))[0]; \
162 ((uint16 *)(d))[1] = ((const uint16 *)(s))[1];
    [all...]
  /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/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider.h 28 uint16 low_entropy_source,
41 virtual uint16 GetPermutedValue(uint32 randomization_seed) const OVERRIDE;
50 void AddToCache(uint32 randomization_seed, uint16 value) const;
54 bool FindValue(uint32 randomization_seed, uint16* value) const;
  /external/chromium_org/content/common/
content_constants_internal.cc 11 const uint16 kMaxPluginSideLength = 1 << 15;
  /external/chromium_org/courgette/
types_win_pe.h 26 uint16 number_of_relocations; // Always zero in an image.
27 uint16 number_of_line_numbers; // Always zero in an image.
57 const uint16 kImageNtOptionalHdr32Magic = 0x10b;
58 const uint16 kImageNtOptionalHdr64Magic = 0x20b;
  /external/chromium_org/device/bluetooth/
bluetooth_profile.h 45 uint16 channel;
49 uint16 psm;
66 uint16 version;
70 uint16 features;
  /external/chromium_org/net/http/
http_version.h 19 HttpVersion(uint16 major, uint16 minor) : value_(major << 16 | minor) { }
22 uint16 major_value() const {
27 uint16 minor_value() const {
  /frameworks/ex/variablespeed/jni/
integral_types.h 29 typedef unsigned short uint16; // NOLINT typedef
  /packages/inputmethods/PinyinIME/jni/share/
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/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...]
  /external/chromium_org/cloud_print/gcp20/prototype/
command_line_reader.h 14 uint16 ReadHttpPort(uint16 default_value);
  /external/chromium_org/net/ssl/
ssl_cipher_suite_names.h 26 uint16 cipher_suite);
47 uint16* cipher_suite);
  /external/chromium_org/third_party/re2/re2/
unicode_groups.h 27 uint16 lo;
28 uint16 hi;
  /external/openfst/src/extensions/compact/
compact16_acceptor-fst.cc 27 CompactFst<StdArc, AcceptorCompactor<StdArc>, uint16> >
30 CompactFst<LogArc, AcceptorCompactor<LogArc>, uint16> >

Completed in 3123 milliseconds

12 3 4 5 6 7 8 91011>>