Home
last modified time | relevance | path

Searched defs:reverse_bytes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/example/
Dportable_binary_archive.hpp36 reverse_bytes(char size, char *address){ in reverse_bytes() function
/aosp_15_r20/external/flashrom/
H A Dhelpers.c78 void reverse_bytes(uint8_t *dst, const uint8_t *src, size_t length) in reverse_bytes() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/sgx/
H A Dsigstruct.c64 static void reverse_bytes(void *data, int length) in reverse_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dext_slice.rs2791 fn reverse_bytes(&mut self) { in reverse_bytes() method