Home
last modified time | relevance | path

Searched refs:HostToNet32 (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/crypto/
Dp224.cc20 using base::HostToNet32;
636 out[6] = HostToNet32((in[0] >> 0) | (in[1] << 28)); in Put224Bits()
637 out[5] = HostToNet32((in[1] >> 4) | (in[2] << 24)); in Put224Bits()
638 out[4] = HostToNet32((in[2] >> 8) | (in[3] << 20)); in Put224Bits()
639 out[3] = HostToNet32((in[3] >> 12) | (in[4] << 16)); in Put224Bits()
640 out[2] = HostToNet32((in[4] >> 16) | (in[5] << 12)); in Put224Bits()
641 out[1] = HostToNet32((in[5] >> 20) | (in[6] << 8)); in Put224Bits()
642 out[0] = HostToNet32((in[6] >> 24) | (in[7] << 4)); in Put224Bits()
/external/libchrome/base/
Dsys_byteorder.h122 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function
/external/pdfium/third_party/base/
Dsys_byteorder.h123 inline uint32_t HostToNet32(uint32_t x) { in HostToNet32() function