Lines Matching defs:uint32
1437 uint32_t uint32;
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;
1559 uint32 = htonl(strtoul(from, &endptr, 0));
1563 (void) memcpy(to, (uchar_t *)&uint32 + 1, 3);
1567 uint32 = htonl(strtoul(from, &endptr, 0));
1571 (void) memcpy(to, &uint32, 4);