OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swap_bytes
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
cipher-bf1.c
42
* and after encryption/decryption. Thus the
swap_bytes
stuff (yuk).
48
swap_bytes
(const u_char *src, u_char *dst, int n)
function
88
swap_bytes
(in, out, len);
90
swap_bytes
(out, out, len);
/external/chromium/chrome/browser/importer/
mork_reader.cc
479
swap_bytes
(false),
489
bool
swap_bytes
;
member in struct:TableReadClosure
517
if (data.
swap_bytes
) {
575
data.
swap_bytes
= (byte_order_value == "BE");
Completed in 128 milliseconds