OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetToHost32
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc
34
uint32 cookie = base::
NetToHost32
(*reinterpret_cast<const uint32*>(data + 4));
/external/chromium_org/crypto/
p224.cc
19
using base::
NetToHost32
;
612
out[0] =
NetToHost32
(in[6]) & kBottom28Bits;
613
out[1] = ((
NetToHost32
(in[5]) << 4) |
614
(
NetToHost32
(in[6]) >> 28)) & kBottom28Bits;
615
out[2] = ((
NetToHost32
(in[4]) << 8) |
616
(
NetToHost32
(in[5]) >> 24)) & kBottom28Bits;
617
out[3] = ((
NetToHost32
(in[3]) << 12) |
618
(
NetToHost32
(in[4]) >> 20)) & kBottom28Bits;
619
out[4] = ((
NetToHost32
(in[2]) << 16) |
620
(
NetToHost32
(in[3]) >> 16)) & kBottom28Bits
[
all
...]
/external/chromium_org/base/
sys_byteorder.h
105
inline uint32
NetToHost32
(uint32 x) {
/external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc
146
base::
NetToHost32
(*reinterpret_cast<uint32_t*>(entry + 8));
148
base::
NetToHost32
(*reinterpret_cast<uint32_t*>(entry + 12));
/external/chromium_org/net/dns/
host_resolver_proc.cc
32
if ((base::
NetToHost32
(addr_in->sin_addr.s_addr) & 0xff000000) ==
/external/chromium_org/chrome/browser/policy/
preg_parser_win.cc
122
val = base::
NetToHost32
(val);
registry_dict_win.cc
317
dword_value = base::
NetToHost32
(dword_value);
Completed in 460 milliseconds