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

/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c579 uint32_t uint32; local
676 if (nvpair_value_uint32(nvp, &uint32) == EINVAL)
679 set->ks_req[i].kr_flags = uint32;
681 set->ks_req[i].kr_index = uint32;
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c1437 uint32_t uint32; local
1464 uint32 = 0;
1465 (void) memcpy((uchar_t *)&uint32 + 1, from, 3);
1467 ntohl(uint32));
1471 (void) memcpy(&uint32, from, 4);
1473 ntohl(uint32));
1516 uint32_t uint32; local
1559 uint32 = htonl(strtoul(from, &endptr, 0));
1563 (void) memcpy(to, (uchar_t *)&uint32 + 1, 3);
1567 uint32
[all...]

Completed in 82 milliseconds