HomeSort by relevance Sort by last modified time
    Searched defs:NetToHost32 (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
sys_byteorder.h 74 inline uint32_t NetToHost32(uint32_t x) {
  /external/libweave/third_party/chromium/crypto/
p224.cc 29 inline uint32_t NetToHost32(uint32_t x) {
645 out[0] = NetToHost32(in[6]) & kBottom28Bits;
646 out[1] = ((NetToHost32(in[5]) << 4) |
647 (NetToHost32(in[6]) >> 28)) & kBottom28Bits;
648 out[2] = ((NetToHost32(in[4]) << 8) |
649 (NetToHost32(in[5]) >> 24)) & kBottom28Bits;
650 out[3] = ((NetToHost32(in[3]) << 12) |
651 (NetToHost32(in[4]) >> 20)) & kBottom28Bits;
652 out[4] = ((NetToHost32(in[2]) << 16) |
653 (NetToHost32(in[3]) >> 16)) & kBottom28Bits
    [all...]

Completed in 417 milliseconds