Searched refs:uint16_t (Results 1 - 25 of 2198) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/ots/src/
H A Dmaxp.h13 uint16_t num_glyphs;
16 uint16_t max_points;
17 uint16_t max_contours;
18 uint16_t max_c_points;
19 uint16_t max_c_contours;
21 uint16_t max_zones;
22 uint16_t max_t_points;
23 uint16_t max_storage;
24 uint16_t max_fdefs;
25 uint16_t max_idef
[all...]
H A Dkern.h15 uint16_t left;
16 uint16_t right;
21 uint16_t version;
22 uint16_t coverage;
23 uint16_t search_range;
24 uint16_t entry_selector;
25 uint16_t range_shift;
34 uint16_t version;
H A Dgasp.h16 uint16_t version;
18 std::vector<std::pair<uint16_t, uint16_t> > gasp_ranges;
H A Dos2.h13 uint16_t version;
15 uint16_t weight_class;
16 uint16_t width_class;
17 uint16_t type;
35 uint16_t selection;
36 uint16_t first_char_index;
37 uint16_t last_char_index;
41 uint16_t win_ascent;
42 uint16_t win_descent;
47 uint16_t default_cha
[all...]
H A Dhead.h14 uint16_t flags;
15 uint16_t ppem;
22 uint16_t mac_style;
23 uint16_t min_ppem;
H A Dlayout.h18 uint16_t type;
23 uint16_t extension_type;
27 const size_t length, const uint16_t lookup_type) const;
31 const uint16_t num_features);
34 const uint16_t num_lookups,
35 uint16_t *num_features);
40 uint16_t* num_lookups);
43 const uint16_t num_glyphs,
44 const uint16_t num_classes);
47 const uint16_t num_glyph
[all...]
/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dstat.h20 typedef unsigned short uint16_t; typedef
21 typedef uint16_t mode_t;
/external/libmtp/src/
H A Dunicode.h35 int ucs2_strlen(uint16_t const * const);
36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
/external/qemu/android/protocol/
H A Dfb-updates.h30 uint16_t x;
31 uint16_t y;
32 uint16_t w;
33 uint16_t h;
/external/llvm/lib/DebugInfo/
H A DDWARFAttribute.h18 uint16_t Attribute;
19 uint16_t Form;
21 DWARFAttribute(uint16_t attr, uint16_t form)
24 uint16_t getAttribute() const { return Attribute; }
25 uint16_t getForm() const { return Form; }
/external/compiler-rt/lib/ubsan/lit_tests/Integer/
H A Dmul-overflow.cpp9 (void)(uint16_t(0xffff) * int16_t(0x7fff));
10 (void)(uint16_t(0xffff) * uint16_t(0x8000));
13 (void)(uint16_t(0xffff) * uint16_t(0x8001));
H A Dumul-overflow.cpp9 (void)(uint16_t(0xffff) * int16_t(0x7fff));
10 (void)(uint16_t(0xffff) * uint16_t(0x8000));
13 (void)(uint16_t(0xffff) * uint16_t(0x8001));
/external/android-clat/
H A Dnetlink_msg.h22 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa);
23 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi);
24 struct nl_msg *nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt);
26 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks);
H A Dchecksum.h22 uint16_t ip_checksum_finish(uint32_t temp_sum);
23 uint16_t ip_checksum(const void *data, int len);
25 uint32_t ipv6_pseudo_header_checksum(uint32_t current, const struct ip6_hdr *ip6, uint16_t len);
26 uint32_t ipv4_pseudo_header_checksum(uint32_t current, const struct iphdr *ip, uint16_t len);
/external/clang/test/CodeGen/
H A Dstruct-matching-constraint.c3 typedef unsigned short uint16_t; typedef
4 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
/external/kernel-headers/original/linux/
H A Dmt9t013.h102 uint16_t vt_pix_clk_div; /* 0x0300 */
103 uint16_t vt_sys_clk_div; /* 0x0302 */
104 uint16_t pre_pll_clk_div; /* 0x0304 */
105 uint16_t pll_multiplier; /* 0x0306 */
106 uint16_t op_pix_clk_div; /* 0x0308 */
107 uint16_t op_sys_clk_div; /* 0x030A */
108 uint16_t scale_m; /* 0x0404 */
109 uint16_t row_speed; /* 0x3016 */
110 uint16_t x_addr_start; /* 0x3004 */
111 uint16_t x_addr_en
[all...]
H A Dpfkeyv2.h19 uint16_t sadb_msg_len;
20 uint16_t sadb_msg_reserved;
27 uint16_t sadb_ext_len;
28 uint16_t sadb_ext_type;
33 uint16_t sadb_sa_len;
34 uint16_t sadb_sa_exttype;
45 uint16_t sadb_lifetime_len;
46 uint16_t sadb_lifetime_exttype;
55 uint16_t sadb_address_len;
56 uint16_t sadb_address_exttyp
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_program.h34 uint16_t swizzles[MAX_SAMPLERS];
36 uint16_t gl_clamp_mask[3];
41 uint16_t yuvtex_mask;
42 uint16_t yuvtex_swap_mask; /**< UV swaped */
/external/chromium_org/third_party/skia/src/opts/
H A DSkUtils_opts_SSE2.h12 void sk_memset16_SSE2(uint16_t *dst, uint16_t value, int count);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_program.h34 uint16_t swizzles[MAX_SAMPLERS];
36 uint16_t gl_clamp_mask[3];
41 uint16_t yuvtex_mask;
42 uint16_t yuvtex_swap_mask; /**< UV swaped */
/external/skia/src/opts/
H A DSkUtils_opts_SSE2.h12 void sk_memset16_SSE2(uint16_t *dst, uint16_t value, int count);
/external/chromium_org/third_party/libwebp/enc/
H A Dcost.h24 extern const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1];
25 extern const uint16_t VP8EntropyCost[256]; // 8bit fixed-point log(p)
33 extern const uint16_t VP8LevelCodes[MAX_VARIABLE_LEVEL][2];
35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) {
41 extern const uint16_t VP8FixedCostsUV[4];
42 extern const uint16_t VP8FixedCostsI16[4];
43 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
/external/webp/src/enc/
H A Dcost.h24 extern const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1];
25 extern const uint16_t VP8EntropyCost[256]; // 8bit fixed-point log(p)
33 extern const uint16_t VP8LevelCodes[MAX_VARIABLE_LEVEL][2];
35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) {
41 extern const uint16_t VP8FixedCostsUV[4];
42 extern const uint16_t VP8FixedCostsI16[4];
43 extern const uint16_t VP8FixedCostsI4[NUM_BMODES][NUM_BMODES][NUM_BMODES];
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DByteOrder.h46 inline uint16_t bswap16(uint16_t x) { return ((x & 0xff00) >> 8) | ((x & 0x00ff) << 8); }
50 inline uint16_t ntohs(uint16_t x) { return x; }
51 inline uint16_t htons(uint16_t x) { return x; }
55 inline uint16_t ntohs(uint16_t x) { return x; }
56 inline uint16_t htons(uint16_t
[all...]
/external/bluetooth/bluedroid/hci/include/
H A Duserial.h104 uint16_t userial_read(uint16_t msg_id, uint8_t *p_buffer, uint16_t len);
116 uint16_t userial_write(uint16_t msg_id, uint8_t *p_data, uint16_t len);

Completed in 426 milliseconds

1234567891011>>