Lines Matching refs:NetToHost32
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()
625 out[5] = ((NetToHost32(in[1]) << 20) | in Get224Bits()
626 (NetToHost32(in[2]) >> 12)) & kBottom28Bits; in Get224Bits()
627 out[6] = ((NetToHost32(in[0]) << 24) | in Get224Bits()
628 (NetToHost32(in[1]) >> 8)) & kBottom28Bits; in Get224Bits()
629 out[7] = (NetToHost32(in[0]) >> 4) & kBottom28Bits; in Get224Bits()