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

1234567891011>>

/macosx-10.10/libdispatch-442.1.4/private/
H A Dlayout_private.h35 const uint16_t dqo_version;
36 const uint16_t dqo_label;
37 const uint16_t dqo_label_size;
38 const uint16_t dqo_flags;
39 const uint16_t dqo_flags_size;
40 const uint16_t dqo_serialnum;
41 const uint16_t dqo_serialnum_size;
42 const uint16_t dqo_width;
43 const uint16_t dqo_width_size;
44 const uint16_t dqo_runnin
[all...]
/macosx-10.10/Libc-1044.1.2/include/_types/
H A D_uint16_t.h31 typedef unsigned short uint16_t; typedef
/macosx-10.10/llvmCore-3425.0.34/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; }
/macosx-10.10/Libinfo-459/util.subproj/
H A Dhton.c38 uint16_t ntohs(uint16_t x)
43 uint16_t htons(uint16_t x)
/macosx-10.10/WTF-7600.1.24/wtf/
H A DByteOrder.h43 inline uint16_t bswap16(uint16_t x) { return ((x & 0xff00) >> 8) | ((x & 0x00ff) << 8); }
47 inline uint16_t ntohs(uint16_t x) { return x; }
48 inline uint16_t htons(uint16_t x) { return x; }
52 inline uint16_t ntohs(uint16_t x) { return x; }
53 inline uint16_t htons(uint16_t
[all...]
/macosx-10.10/ICU-531.30/icuSources/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);
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_gss_2.h27 int smb1_gss_ssandx(struct smb_vc *vcp, uint32_t caps, uint16_t *action,
29 int smb_gss_ssandx(struct smb_vc *vcp, uint32_t caps, uint16_t *action,
H A Dsmb_packets_2.h43 uint16_t structure_size;
44 uint16_t credit_charge;
46 uint16_t command;
47 uint16_t credit_reqrsp;
H A Dsmb_rq.h88 uint16_t sr_command;
89 uint16_t sr_creditcharge;
90 uint16_t sr_creditsrequested;
97 uint16_t *sr_bcount; /* used every now and then for lengths */
99 uint16_t *sr_creditchargep;
100 uint16_t *sr_creditreqp;
105 uint16_t sr_rspcreditsgranted;
114 uint16_t sr_mid;
115 uint16_t sr_pidHigh;
116 uint16_t sr_pidLo
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/
H A DARMv7Disassembler.cpp40 uint16_t* currentPC = reinterpret_cast<uint16_t*>(reinterpret_cast<uintptr_t>(codePtr.executableAddress())&~1);
41 uint16_t* endPC = currentPC + (size / sizeof(uint16_t));
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dnetsrc.h58 uint16_t nrp_flags;
59 uint16_t nrp_label;
60 uint16_t nrp_precedence;
61 uint16_t nrp_dstlabel;
62 uint16_t nrp_dstprecedence;
H A Dbridgestp.h236 uint16_t cbu_protoid; /* protocol id */
242 uint16_t cbu_rootpri; /* root priority */
248 uint16_t cbu_bridgepri; /* bridge priority */
251 uint16_t cbu_portid; /* port id */
252 uint16_t cbu_messageage; /* current message age */
253 uint16_t cbu_maxage; /* maximum age */
254 uint16_t cbu_hellotime; /* hello time */
255 uint16_t cbu_forwarddelay; /* forwarding delay */
266 uint16_t tbu_protoid; /* protocol id */
294 uint16_t pv_dport_i
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_io.h35 uint16_t stringNormalizationType;
36 uint16_t containsCnvOptionInfo;
40 const uint16_t *converterList;
41 const uint16_t *tagList;
42 const uint16_t *aliasList;
43 const uint16_t *untaggedConvArray;
44 const uint16_t *taggedAliasArray;
45 const uint16_t *taggedAliasLists;
47 const uint16_t *stringTable;
48 const uint16_t *normalizedStringTabl
[all...]
H A Dutrie2_impl.h46 * uint16_t index[header.index2Length];
47 * uint16_t data[header.shiftedDataLength<<2]; -- or uint32_t data[...]
59 uint16_t options;
62 uint16_t indexLength;
65 uint16_t shiftedDataLength;
68 uint16_t index2NullOffset, dataNullOffset;
74 uint16_t shiftedHighStart;
/macosx-10.10/smb-759.0/include/netsmb/
H A Dnb_lib.h44 uint16_t rr_type;
45 uint16_t rr_class;
47 uint16_t rr_rdlength;
56 uint16_t nr_beflags; /* Big endian, from network */
85 uint16_t port, int allowLocalConn, int tryBothPorts);
86 int findReachableAddress(CFMutableArrayRef addressArray, uint16_t *cancel, struct connectAddress **dest);
88 uint8_t nodeType, CFMutableArrayRef *outAddressArray, uint16_t port,
89 int allowLocalConn, int tryBothPorts, uint16_t *cancel);
91 struct smb_prefs *prefs, uint16_t *cancel, char *nbt_server,
93 int isLocalIPAddress(struct sockaddr *, uint16_t por
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_cksum.c87 uint16_t s[2];
92 uint16_t s[4];
99 static uint16_t in_cksumdata(const void *buf, int len);
115 static uint16_t
145 partial += *(uint16_t *)(void *)data;
146 partial += *(uint16_t *)(void *)(data + 2);
147 partial += *(uint16_t *)(void *)(data + 4);
148 partial += *(uint16_t *)(void *)(data + 6);
149 partial += *(uint16_t *)(void *)(data + 8);
150 partial += *(uint16_t *)(voi
[all...]
H A Dmptcp_opt.h55 uint16_t);
57 struct tcpcb *, uint16_t);
59 struct tcpcb *, uint16_t);
61 u_int64_t, u_int32_t, u_int16_t, uint16_t);
/macosx-10.10/bootp-298/bootplib/
H A Dnbo.h43 net_uint16_set(uint8_t * field, uint16_t value)
45 uint16_t tmp_value = htons(value);
47 sizeof(uint16_t));
57 INLINE uint16_t
60 uint16_t tmp_field;
63 sizeof(uint16_t));
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dnbo.h45 net_uint16_set(uint8_t * field, uint16_t value)
47 uint16_t tmp_value = htons(value);
49 sizeof(uint16_t));
59 INLINE uint16_t
62 uint16_t tmp_field;
65 sizeof(uint16_t));
H A DEAPOL.h54 EAPOLPacketSetLength(EAPOLPacketRef pkt, uint16_t length);
56 uint16_t
88 EAPOLRC4KeyDescriptorSetLength(EAPOLRC4KeyDescriptorRef pkt, uint16_t length);
91 EAPOLKeyDescriptorSetLength(EAPOLKeyDescriptorRef pkt, uint16_t length);
93 uint16_t
96 uint16_t
119 uint16_t
122 uint16_t
125 uint16_t
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dnetlogon.h88 uint16_t SignatureAlgorithm;
89 uint16_t SealAlgorithm;
90 uint16_t Pad;
91 uint16_t Flags;
102 uint16_t SignatureAlgorithm;
103 uint16_t SealAlgorithm;
104 uint16_t Pad;
105 uint16_t Flags;
127 uint16_t SignatureAlgorithm;
128 uint16_t SealAlgorith
[all...]
/macosx-10.10/shell_cmds-179/who/
H A Dutmpentry.h54 uint16_t term;
55 uint16_t exit;
56 uint16_t sess;
58 uint16_t type;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dppi.h4 uint16_t ppi_len;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dmp_desc.h112 valid_user_data_selector(uint16_t selector);
115 valid_user_code_selector(uint16_t selector);
118 valid_user_stack_selector(uint16_t selector);
121 valid_user_segment_selectors(uint16_t cs,
122 uint16_t ss,
123 uint16_t ds,
124 uint16_t es,
125 uint16_t fs,
126 uint16_t gs);
/macosx-10.10/libresolv-57/
H A Ddns_util.h71 uint16_t xid;
72 uint16_t flags;
73 uint16_t qdcount;
74 uint16_t ancount;
75 uint16_t nscount;
76 uint16_t arcount;
85 uint16_t dnstype;
86 uint16_t dnsclass;
95 uint16_t length;
139 uint16_t preferenc
[all...]

Completed in 244 milliseconds

1234567891011>>