OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetToHost64
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/crypto/
encryptor.cc
24
uint64 low_num = base::
NetToHost64
(counter_.components64[1]);
31
base::HostToNet64(base::
NetToHost64
(counter_.components64[0]) + 1);
ghash.cc
33
return base::
NetToHost64
(t);
/external/chromium_org/base/
sys_byteorder.h
118
inline uint64
NetToHost64
(uint64 x) {
/external/chromium_org/media/filters/
vpx_video_decoder.cc
293
const uint64 side_data_id = base::
NetToHost64
(
Completed in 165 milliseconds