HomeSort by relevance Sort by last modified time
    Searched defs:uint32 (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
md5.c 40 * 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 in[16])
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
cpc.c 579 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;
  /onnv/onnv-gate/usr/src/lib/libdhcputil/common/
dhcp_inittab.c 1435 uint32_t uint32; local
1514 uint32_t uint32; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/
jfs_types.h 71 typedef u32 uint32; typedef

Completed in 60 milliseconds