Home
last modified time | relevance | path

Searched refs:swap_bytes (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dcipher-bf1.c48 swap_bytes(const u_char *src, u_char *dst, int n) in swap_bytes() function
88 swap_bytes(in, out, len); in bf_ssh1_cipher()
90 swap_bytes(out, out, len); in bf_ssh1_cipher()
/external/chromium/chrome/browser/importer/
Dmork_reader.cc479 swap_bytes(false), in TableReadClosure()
489 bool swap_bytes; member
517 if (data.swap_bytes) { in AddToHistory()
575 data.swap_bytes = (byte_order_value == "BE"); in ImportHistoryFromFirefox2()
/external/dbus/dbus/
Ddbus-marshal-basic.c109 swap_bytes (unsigned char *data, in swap_bytes() function
136 swap_bytes ((unsigned char *)value, 8); in swap_8_octets()
/external/dbus/
DChangeLog.pre-1-014725 avoid swap_bytes() overhead (ignoring possible assembly stuff for
14810 * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),