Searched refs:u16 (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/pdisk-9/
H A Dhfs_misc.c50 u16 xdrStABN; // first allocation block
51 u16 xdrNumABlks; // number of allocation blocks
59 * The crazy "u16 x[2]" stuff here is to get around the fact
64 u16 drSigWord; // volume signature
65 u16 drCrDate[2]; // date and time of volume creation
66 u16 drLsMod[2]; // date and time of last modification
67 u16 drAtrb; // volume attributes
68 u16 drNmFls; // number of files in root directory
69 u16 drVBMSt; // first block of volume bitmap
70 u16 drAllocPt
[all...]
H A Ddpme.h65 typedef unsigned short u16; typedef
71 u16 sbSig; /* unique value for SCSI block 0 */
72 u16 sbBlkSize; /* block size of device */
74 u16 sbDevType; /* device type */
75 u16 sbDevId; /* device id */
77 u16 sbDrvrCount; /* driver descriptor count */
78 u16 sbMap[247]; /* descriptor map */
86 u16 ddSize; /* size of 1st driver (512-byte blks) */
87 u16 ddType; /* system type (1 for Mac+) */
94 u16 dpme_signatur
[all...]
H A Dconvert.c139 u16 count;
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.h37 typedef u_int16_t u16; typedef
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_mst.c66 u16 *usa_pos, *data_pos;
67 u16 usa_ofs, usa_count, usn;
79 usa_pos = (u16*)b + usa_ofs/sizeof(u16);
81 * The update sequence number which has to be equal to each of the u16
88 /* Position in protected data of first u16 that needs fixing up. */
89 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
101 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
105 data_pos = (u16*)
[all...]
H A Dntfs_endian.h49 static inline u16 le16_to_cpu(le16 x)
51 return (u16)(OSSwapLittleToHostInt16(x));
64 static inline u16 le16_to_cpup(le16 *x)
79 static inline le16 cpu_to_le16(u16 x)
94 static inline le16 cpu_to_le16p(u16 *x)
145 return (sle16)cpu_to_le16((u16)x);
160 return (sle16)cpu_to_le16(*(u16*)x);
177 #define const_le16_to_cpu(x) ((u16)(OSSwapLittleToHostConstInt16(((u16)(x)))))
181 #define const_cpu_to_le16(x) ((le16)(OSSwapHostToLittleConstInt16(((u16)(
[all...]
H A Dntfs_types.h47 typedef u_int16_t u16; typedef
H A Dntfs_logfile.c77 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0;
131 usa_end = usa_ofs + usa_count * sizeof(u16);
133 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) {
185 u16 ra_ofs, ra_len, ca_ofs;
197 NTFS_BLOCK_SIZE - sizeof(u16)) {
211 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) {
301 u16 nr_clients, idx;
458 NTFS_BLOCK_SIZE - sizeof(u16)) {
H A Dntfs_unistr.c127 u16 c1, c2;
181 u16 c1, c2;
219 u16 c1, c2;
240 u16 u;
H A Dntfs_inode.h108 u16 seq_no; /* Sequence number of the inode. */
228 u16 dirhint_tag; /* The most recently created
H A Dntfs_layout.h325 #define MSEQNO(x) ((u16)(((x) >> 48) & 0xffff))
327 #define MSEQNO_LE(x) ((u16)((le64_to_cpu(x) >> 48) & 0xffff))
1312 u16 high_part; /* High 16-bits. */
/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A Dtest.pl40 my $u16 = decodeFromUTF8( 'UTF-16',
42 ok( length($u16), 2*length(TEST_STRING_UTF));
/macosx-10.9.5/OpenSSH-186/openssh/
H A Drijndael.h36 typedef unsigned short u16; typedef
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_send.c86 u_int16_t u16; variable
127 if (&oldp[sizeof (u16)] < fin) {
128 u16 = (u_int16_t) iov->iov_len;
129 bcopy(&u16, oldp, sizeof (u16));
131 oldp += sizeof (u16);
178 if (&newp[sizeof (u16)] < fin) {
179 bcopy(newp, &u16, sizeof (u16));
180 iov->iov_len = u16;
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-mitdb.c200 uint16_t u16, type; local
212 CHECK(ret = krb5_ret_uint16(sp, &u16));
216 if (u16 < 2) {
230 k->key.keyvalue.length = u16 - 2; /* adjust cipher len */
242 if (u16 != 0) {
243 k->salt->salt.data = malloc(u16);
248 k->salt->salt.length = u16;
260 krb5_storage_seek(sp, u16, SEEK_CUR);
290 uint16_t u16, num_keys, num_tl; local
324 CHECK(ret = krb5_ret_uint16(sp, &u16));
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_cert.in81 cert:FILE:$srcdir/data/win-u16-in-printablestring.der \
82 anchor:FILE:$srcdir/data/win-u16-in-printablestring.der || exit 1
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpciutils3.1.7.patch.c191 + ((u16 *) buf)[0] = cpu_to_le16((u16) param.value);
229 + param.value = le16_to_cpu(((u16 *) buf)[0]);
H A Dpciutils3.2.0.patch.c210 + ((u16 *) buf)[0] = cpu_to_le16((u16) param.value);
245 + param.value = le16_to_cpu(((u16 *) buf)[0]);
/macosx-10.9.5/ntfs-83/util/
H A Dntfs.util.c270 u16 *usa_pos, *data_pos;
271 u16 usa_ofs, usa_count, usn;
283 usa_pos = (u16*)b + usa_ofs/sizeof(u16);
285 * The update sequence number which has to be equal to each of the u16
292 /* Position in protected data of first u16 that needs fixing up. */
293 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
305 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
309 data_pos = (u16*)
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-802_11.c1860 u_int16_t u16; member in union:__anon13988
1891 rc = cpack_uint16(s, &u.u16);
1894 rc = cpack_uint16(s, &u2.u16);
1900 rc = cpack_uint16(s, &u.u16);
1915 rc = cpack_uint16(s, &u2.u16);
1987 print_chaninfo(u.u16, u2.u16);
1990 printf("fhset %d fhpat %d ", u.u16 & 0xff, (u.u16 >> 8) & 0xff);
2048 printf("%u sq ", u.u16);
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dils.c94 uint16_t u16; local
148 u16 = va_arg(ap, int);
387 u16 = va_arg(ap, int);
388 memcpy(hp, &u16, sizeof(uint16_t));
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dtransform.c101 uint16_t *u16; member in union:dispatch_transform_buffer_s::__anon9482
298 *(buffer.ptr.u16)++ = _dispatch_transform_swap_from_host(0xfeff,
350 *(buffer.ptr.u16)++ = _dispatch_transform_swap_from_host(
352 *(buffer.ptr.u16)++ = _dispatch_transform_swap_from_host(
359 *(buffer.ptr.u16)++ = _dispatch_transform_swap_from_host(
/macosx-10.9.5/network_cmds-433/ndp.tproj/
H A Dndp.c1594 uint16_t u16; local
1619 if (oldp + sizeof (u16) > finp)
1622 memcpy(&u16, oldp, sizeof (u16));
1623 oldp += sizeof (u16);
1624 iov->iov_len = u16;
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_io_m17n.rb1676 u16 = "\x85\x35\0\r\x00\xa2\0\r\0\n\0\n".force_encoding("utf-16be")
1689 #assert_write("\x85\x35\0\r\x00\xa2\0\r\0\n\0\n", "wt", u16) should raise
1691 assert_write("\x85\x35\0\r\x00\xa2\0\r\0\n\0\n", "wb", u16)
1706 u16 = "\x85\x35\0\r\x00\xa2\0\r\0\n\0\n".force_encoding("utf-16be")
1719 assert_write("\xc2\xa2\r\xa1\xf1\r#{n}#{n}", "wt:euc-jp#{enc}", u16)
1721 assert_write("\xc2\xa2\r\xa1\xf1\r\n\n", "wb:euc-jp#{enc}", u16)
1738 assert_write("\x85\x35\0\r\x00\xa2\0\r#{un}#{un}", "wt:utf-16be#{enc}", u16)
1740 assert_write("\x85\x35\0\r\x00\xa2\0\r\0\n\0\n", "wb:utf-16be#{enc}", u16)
1742 assert_write("\e$B\x42\x22\e(B\r\e$B\x21\x71\e(B\r#{n}#{n}", "wt:iso-2022-jp#{enc}", u16)
1744 assert_write("\e$B\x42\x22\e(B\r\e$B\x21\x71\e(B\r\n\n", "wb:iso-2022-jp#{enc}", u16)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbindat.el72 ;; (dest-port u16)
73 ;; (src-port u16)))
144 ;; | u16 | word | short -- length 2, network byte order
209 (defun bindat--unpack-u16 ()
213 (logior (lsh (bindat--unpack-u16) 8) (bindat--unpack-u8)))
216 (logior (lsh (bindat--unpack-u16) 16) (bindat--unpack-u16)))
233 ((memq type '(u16 word short))
234 (bindat--unpack-u16))
375 (u16
[all...]

Completed in 347 milliseconds

12