Searched refs:uint32 (Results 1 - 6 of 6) 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/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...]
/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/libnvpair/
H A Dlibnvpair.c210 NVLIST_PRTFUNC(uint32, uint32_t, uint32_t, "0x%x")
437 NVLIST_PRINTCTL_REPLACE(uint32, uint32_t)
635 RENDER(pctl, uint32, nvl, name, val);
837 NVP(elem, uint32, uint32_t, ulong_t, "%lu");
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h71 typedef u32 uint32; typedef
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c270 static uint32 fortezza_cardmask = 0;

Completed in 46 milliseconds