Home
last modified time | relevance | path

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

123

/interface/sdk_c/third_party/musl/ndk_musl_include/netinet/
H A Dtcp.h118 uint16_t source;
119 uint16_t dest;
123 uint16_t res1:4;
124 uint16_t doff:4;
125 uint16_t fin:1;
126 uint16_t syn:1;
127 uint16_t rst:1;
128 uint16_t psh:1;
129 uint16_t ack:1;
130 uint16_t ur
[all...]
H A Dip_icmp.h15 uint16_t checksum;
18 uint16_t id;
19 uint16_t sequence;
23 uint16_t __unused1;
24 uint16_t mtu;
81 uint16_t icmp_cksum;
86 uint16_t icd_id;
87 uint16_t icd_seq;
92 uint16_t ipm_void;
93 uint16_t ipm_nextmt
[all...]
H A Dicmp6.h27 uint16_t icmp6_cksum;
30 uint16_t icmp6_un_data16[2];
190 uint16_t nd_opt_rh_reserved1;
197 uint16_t nd_opt_mtu_reserved;
218 uint16_t rr_maxdelay;
240 uint16_t rpm_reserved;
271 uint16_t rrr_flags;
289 uint16_t nd_opt_adv_interval_reserved;
296 uint16_t nd_opt_home_agent_info_reserved;
297 uint16_t nd_opt_home_agent_info_preferenc
[all...]
H A Dip.h33 uint16_t tot_len;
34 uint16_t id;
35 uint16_t frag_off;
38 uint16_t check;
52 uint16_t ip_len;
53 uint16_t ip_id;
54 uint16_t ip_off;
57 uint16_t ip_sum;
H A Dudp.h19 uint16_t uh_sport;
20 uint16_t uh_dport;
21 uint16_t uh_ulen;
22 uint16_t uh_sum;
H A Din.h12 typedef uint16_t in_port_t;
26 uint16_t __s6_addr16[8];
69 uint16_t htons(uint16_t);
71 uint16_t ntohs(uint16_t);
/interface/sdk_c/drivers/external_device_manager/usb/
H A Dusb_ddk_types.h58 uint16_t wValue;
62 uint16_t wIndex;
66 uint16_t wLength;
81 uint16_t bcdUSB;
91 uint16_t idVendor;
93 uint16_t idProduct;
95 uint16_t bcdDevice;
121 uint16_t wTotalLength;
178 uint16_t wMaxPacketSize;
/interface/sdk_c/third_party/vulkan-headers/vk_video/
H A Dvulkan_video_codec_h264std_encode.h79 uint16_t abs_diff_pic_num_minus1;
80 uint16_t long_term_pic_num;
85 uint16_t difference_of_pic_nums_minus1;
86 uint16_t long_term_pic_num;
87 uint16_t long_term_frame_idx;
88 uint16_t max_long_term_frame_idx_plus1;
110 uint16_t idr_pic_id;
124 uint16_t long_term_pic_num;
125 uint16_t long_term_frame_idx;
H A Dvulkan_video_codec_h265std.h161 uint16_t elemental_duration_in_tc_minus1[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE];
162 uint16_t reserved[3];
236 uint16_t sar_width;
237 uint16_t sar_height;
246 uint16_t def_disp_win_left_offset;
247 uint16_t def_disp_win_right_offset;
248 uint16_t def_disp_win_top_offset;
249 uint16_t def_disp_win_bottom_offset;
253 uint16_t min_spatial_segmentation_idc;
254 uint16_t reserved
[all...]
H A Dvulkan_video_codec_h265std_encode.h31 uint16_t luma_weight_l0_flag;
32 uint16_t chroma_weight_l0_flag;
33 uint16_t luma_weight_l1_flag;
34 uint16_t chroma_weight_l1_flag;
81 uint16_t reserved1;
119 uint16_t used_by_curr_pic_lt_flag;
H A Dvulkan_video_codec_h264std_decode.h53 uint16_t frame_num;
54 uint16_t idr_pic_id;
67 uint16_t FrameNum;
68 uint16_t reserved;
H A Dvulkan_video_codec_h265std_decode.h45 uint16_t NumBitsForSTRefPicSetInSlice;
46 uint16_t reserved;
H A Dvulkan_video_codec_h264std.h212 uint16_t sar_width;
213 uint16_t sar_height;
248 uint16_t scaling_list_present_mask;
249 uint16_t use_default_scaling_matrix_mask;
/interface/sdk_c/drivers/external_device_manager/hid/
H A Dhid_ddk_types.h54 uint16_t type;
56 uint16_t code;
94 uint16_t vendorId;
96 uint16_t productId;
98 uint16_t version;
100 uint16_t bustype;
104 uint16_t propLength;
499 uint16_t length;
512 uint16_t length;
525 uint16_t lengt
[all...]
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dendian.h19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16()
41 #define htole16(x) (uint16_t)(x)
42 #define le16toh(x) (uint16_t)(x)
48 #define htobe16(x) (uint16_t)(x)
49 #define be16toh(x) (uint16_t)(x)
67 #define letoh16(x) (uint16_t)(x)
71 #define betoh16(x) (uint16_t)(x)
H A Dresolv.h53 uint16_t nscount;
54 uint16_t nsmap[MAXNS];
56 uint16_t nscount6;
57 uint16_t nsinit;
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16()
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
H A Dacct.h14 typedef uint16_t comp_t;
18 uint16_t ac_uid;
19 uint16_t ac_gid;
20 uint16_t ac_tty;
40 uint16_t ac_tty;
H A Dsignalfd.h37 uint16_t ssi_addr_lsb;
38 uint16_t __pad2;
/interface/sdk_c/third_party/musl/ndk_musl_include/arpa/
H A Dinet.h12 uint16_t htons(uint16_t);
14 uint16_t ntohs(uint16_t);
/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_font.h231 OH_Drawing_TextEncoding encoding, uint16_t* glyphs, int maxGlyphCount);
244 void OH_Drawing_FontGetWidths(const OH_Drawing_Font*, const uint16_t* glyphs, int count, float* widths);
515 OH_Drawing_ErrorCode OH_Drawing_FontGetBounds(const OH_Drawing_Font* font, const uint16_t* glyphs, uint32_t count,
532 OH_Drawing_ErrorCode OH_Drawing_FontGetPathForGlyph(const OH_Drawing_Font* font, uint16_t glyph,
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Dumachine.h215 # define UINT16_MAX ((uint16_t)(65535U))
383 * -DUCHAR_TYPE=uint16_t or -DUCHAR_TYPE=wchar_t (if U_SIZEOF_WCHAR_T==2) etc.
385 * This is for transitional use from application code that uses uint16_t or wchar_t for UTF-16.
389 * C++11 defines char16_t as bit-compatible with uint16_t, but as a distinct type.
392 * ICU requires uint_least16_t=uint16_t for data memory mapping.
400 // For configuration testing of UChar=uint16_t temporarily change this to #if 0.
402 // so we only #define it to uint16_t if it is undefined so far.
404 # define UCHAR_TYPE uint16_t
416 typedef uint16_t UChar;
426 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t
[all...]
H A Ducnv_err.h195 uint16_t size; /**< The size of this struct. @stable ICU 2.0 */
211 uint16_t size; /**< The size of this struct @stable ICU 2.0 */
/interface/sdk_c/third_party/libuv/include/uv/
H A Dstdint-msvc2008.h79 typedef unsigned short uint16_t; typedef
86 typedef unsigned __int16 uint16_t; typedef
99 typedef uint16_t uint_least16_t;
109 typedef uint16_t uint_fast16_t;
/interface/sdk_c/third_party/musl/ndk_musl_include/net/
H A Dif_arp.h23 uint16_t ar_hrd;
24 uint16_t ar_pro;
27 uint16_t ar_op;

Completed in 18 milliseconds

123