Searched refs:NetToHost32 (Results 1 – 3 of 3) sorted by relevance
21 using base::NetToHost32;616 out[0] = NetToHost32(in[6]) & kBottom28Bits; in Get224Bits()617 out[1] = ((NetToHost32(in[5]) << 4) | in Get224Bits()618 (NetToHost32(in[6]) >> 28)) & kBottom28Bits; in Get224Bits()619 out[2] = ((NetToHost32(in[4]) << 8) | in Get224Bits()620 (NetToHost32(in[5]) >> 24)) & kBottom28Bits; in Get224Bits()621 out[3] = ((NetToHost32(in[3]) << 12) | in Get224Bits()622 (NetToHost32(in[4]) >> 20)) & kBottom28Bits; in Get224Bits()623 out[4] = ((NetToHost32(in[2]) << 16) | in Get224Bits()624 (NetToHost32(in[3]) >> 16)) & kBottom28Bits; in Get224Bits()[all …]
98 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
99 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function