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

1234567891011>>

/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/libnfc-nci/halimpl/pn54x/dnld/
H A DphDnldNfc_Utils.h25 extern uint16_t phDnldNfc_CalcCrc16(uint8_t* pBuff, uint16_t wLen);
/external/compiler-rt/test/ubsan/TestCases/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));
H A Dno-recover.cpp10 (void)(uint16_t(0xf0fff) + uint16_t(0x0fff));
/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.h26 uint16_t ip_checksum_finish(uint32_t temp_sum);
27 uint16_t ip_checksum(const void *data, int len);
29 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol);
30 uint32_t ipv4_pseudo_header_checksum(const struct iphdr *ip, uint16_t len);
32 uint16_t ip_checksum_adjust(uint16_t checksum, uint32_t old_hdr_sum, uint32_t new_hdr_sum);
/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/compiler-rt/lib/builtins/
H A Dextendhfsf2.c15 COMPILER_RT_ABI float __extendhfsf2(uint16_t a) {
19 COMPILER_RT_ABI float __gnu_h2f_ieee(uint16_t a) {
H A Dtruncsfhf2.c14 COMPILER_RT_ABI uint16_t __truncsfhf2(float a) {
18 COMPILER_RT_ABI uint16_t __gnu_f2h_ieee(float a) {
H A Dtruncdfhf2.c14 COMPILER_RT_ABI uint16_t __truncdfhf2(double a) {
/external/libnfc-nci/halimpl/pn54x/hal/
H A DphNxpNciHal_dta.h25 uint16_t dta_pattern_no;
29 void phNxpEnable_DtaMode (uint16_t pattern_no);
33 NFCSTATUS phNxpNHal_DtaUpdate(uint16_t *cmd_len, uint8_t *p_cmd_data,
34 uint16_t *rsp_len, uint8_t *p_rsp_data);
H A DphNxpNciHal_ext.h24 NFCSTATUS phNxpNciHal_process_ext_rsp (uint8_t *p_ntf, uint16_t *p_len);
25 NFCSTATUS phNxpNciHal_send_ext_cmd(uint16_t cmd_len, uint8_t *p_cmd);
26 NFCSTATUS phNxpNciHal_write_ext(uint16_t *cmd_len, uint8_t *p_cmd_data,
27 uint16_t *rsp_len, uint8_t *p_rsp_data);
/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/tcpdump/
H A Dopenflow.h36 const uint8_t, const uint16_t, const uint32_t);
/external/google-breakpad/src/common/
H A Dstring_conversion.h47 void UTF8ToUTF16(const char *in, vector<uint16_t> *out);
53 int UTF8ToUTF16Char(const char *in, int in_length, uint16_t out[2]);
57 void UTF32ToUTF16(const wchar_t *in, vector<uint16_t> *out);
61 void UTF32ToUTF16Char(wchar_t in, uint16_t out[2]);
64 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap);
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DMachRegisterStatesI386.h45 uint16_t __invalid : 1;
46 uint16_t __denorm : 1;
47 uint16_t __zdiv : 1;
48 uint16_t __ovrfl : 1;
49 uint16_t __undfl : 1;
50 uint16_t __precis : 1;
51 uint16_t __PAD1 : 2;
52 uint16_t __pc : 2;
53 uint16_t __rc : 2;
54 uint16_t __PAD
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Drle.h40 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status);
57 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status);
63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status);
68 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status);
/external/toybox/toys/
H A De2fs.h24 uint16_t mnt_count; // Mount count
25 uint16_t max_mnt_count; // Maximal mount count
26 uint16_t magic; // Magic signature
27 uint16_t state; // File system state
28 uint16_t errors; // Behaviour when detecting errors
29 uint16_t minor_rev_level; // minor revision level
34 uint16_t def_resuid; // Default uid for reserved blocks
35 uint16_t def_resgid; // Default gid for reserved blocks
37 uint16_t inode_size; // size of inode structure
38 uint16_t block_group_n
[all...]
/external/skia/src/core/
H A DSkDither.cpp47 const uint16_t gDitherMatrix_4Bit_16[4] = {
51 const uint16_t gDitherMatrix_3Bit_16[4] = {
/external/skia/src/opts/
H A DSkUtils_opts_SSE2.h13 void sk_memset16_SSE2(uint16_t *dst, uint16_t value, int count);
/external/libvncserver/x11vnc/
H A Davahi.h39 extern void avahi_advertise(char *name, char *host, uint16_t port);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.h16 uint16_t depth;
17 uint16_t z;
18 uint16_t tile_mode;
19 uint16_t cpp;
/external/parameter-framework/remote-processor/
H A DRemoteProcessorServerBuilder.cpp35 IRemoteProcessorServerInterface* createRemoteProcessorServer(uint16_t uiPort, IRemoteCommandHandler* pCommandHandler)
/external/libnfc-nci/halimpl/pn54x/inc/
H A DphNxpNciHal_SelfTest.h58 uint16_t wTxdoRawValue;
59 uint16_t wTxdoMeasuredRangeMin; /*Txdo Measured Range Max */
60 uint16_t wTxdoMeasuredRangeMax; /*Txdo Measured Range Min */
61 uint16_t wTxdoMeasuredTolerance; /*Txdo Measured Range Tolerance */
63 uint16_t wAgcValue; /*Agc Min Value*/
64 uint16_t wAgcValueTolerance; /*Txdo Measured Range*/
66 uint16_t wAgcValuewithfixedNFCLD; /*Agc Value with Fixed NFCLD Max */
67 uint16_t wAgcValuewithfixedNFCLDTolerance; /*Agc Value with Fixed NFCLD Tolerance */
69 uint16_t wAgcDifferentialWithOpen1; /*Agc Differential With Open 1*/
70 uint16_t wAgcDifferentialWithOpenTolerance
[all...]

Completed in 692 milliseconds

1234567891011>>