OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteSwap
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/base/
sys_byteorder.h
5
// This header defines cross-platform
ByteSwap
() implementations for 16, 32 and
26
inline uint16
ByteSwap
(uint16 x) {
30
inline uint32
ByteSwap
(uint32 x) {
35
inline uint64
ByteSwap
(uint64 x) {
52
return
ByteSwap
(x);
59
return
ByteSwap
(x);
66
return
ByteSwap
(x);
74
return
ByteSwap
(x);
81
return
ByteSwap
(x);
88
return
ByteSwap
(x)
[
all
...]
/external/lzma/CPP/7zip/Compress/
ByteSwap.cpp
0
//
ByteSwap
.cpp
73
REGISTER_CODECS(
ByteSwap
)
/external/chromium_org/content/renderer/pepper/
pepper_truetype_font_linux.cc
135
table_tag = base::
ByteSwap
(table_tag);
pepper_truetype_font_win.cc
213
table_tag = base::
ByteSwap
(table_tag);
/external/chromium_org/media/audio/sounds/
wav_audio_handler.cc
48
result = base::
ByteSwap
(result);
/external/chromium_org/ui/display/util/
edid_parser.cc
81
*manufacturer_id = base::
ByteSwap
(*manufacturer_id);
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile
73
$O\
ByteSwap
.obj \
/external/lzma/CPP/7zip/Bundles/Format7zR/
makefile
83
$O\
ByteSwap
.obj \
/external/lzma/CPP/7zip/Bundles/Alone7z/
makefile
136
$O\
ByteSwap
.obj \
Completed in 422 milliseconds