Searched defs:uint32 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmd5.c40 * you just set "uint32" to the appropriate datatype for an
46 #ifndef uint32
47 # define uint32 unsigned int macro
51 uint32 buf[4];
52 uint32 bits[2];
61 uint32 t;
63 t = (uint32)((unsigned)buf[3]<<8 | buf[2]) << 16 |
65 *(uint32 *)buf = t;
86 static void MD5Transform(uint32 buf[4], const uint32 i
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_util.c262 uint32_t *uint32; local
264 NVL_GET_ONE(nvl, name, val, uint32, nvlist_lookup_uint32_array);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h71 typedef u32 uint32; typedef
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c1491 uint32_t uint32; local
1518 uint32 = 0;
1519 (void) memcpy((uchar_t *)&uint32 + 1, from, 3);
1521 ntohl(uint32));
1525 (void) memcpy(&uint32, from, 4);
1527 ntohl(uint32));
1570 uint32_t uint32; local
1613 uint32 = htonl(strtoul(from, &endptr, 0));
1617 (void) memcpy(to, (uchar_t *)&uint32 + 1, 3);
1621 uint32
[all...]

Completed in 43 milliseconds