Searched refs:NetToHost32 (Results 1 – 10 of 10) sorted by relevance
19 using base::NetToHost32;612 out[0] = NetToHost32(in[6]) & kBottom28Bits; in Get224Bits()613 out[1] = ((NetToHost32(in[5]) << 4) | in Get224Bits()614 (NetToHost32(in[6]) >> 28)) & kBottom28Bits; in Get224Bits()615 out[2] = ((NetToHost32(in[4]) << 8) | in Get224Bits()616 (NetToHost32(in[5]) >> 24)) & kBottom28Bits; in Get224Bits()617 out[3] = ((NetToHost32(in[3]) << 12) | in Get224Bits()618 (NetToHost32(in[4]) >> 20)) & kBottom28Bits; in Get224Bits()619 out[4] = ((NetToHost32(in[2]) << 16) | in Get224Bits()620 (NetToHost32(in[3]) >> 16)) & kBottom28Bits; in Get224Bits()[all …]
174 base::NetToHost32(*reinterpret_cast<uint32_t*>(entry + 8)); in GetFontTable()176 base::NetToHost32(*reinterpret_cast<uint32_t*>(entry + 12)); in GetFontTable()
79 inline uint32 NetToHost32(uint32 x) { in NetToHost32() function
53 base::checked_cast<size_t>(base::NetToHost32(message_size)); in Deserialize()
32 if ((base::NetToHost32(addr_in->sin_addr.s_addr) & 0xff000000) == in IsAllLocalhostOfOneFamily()
78 *i = base::NetToHost32(*i); in GetNet32()
128 val = base::NetToHost32(val); in DecodePRegValue()
260 dword_value = base::NetToHost32(dword_value); in ReadRegistry()
504 uint32 cookie = base::NetToHost32(*reinterpret_cast<const uint32*>(data + 4)); in GetStunPacketType()
92 sum += base::NetToHost32(*current++);