HomeSort by relevance Sort by last modified time
    Searched full:swap_byte_order (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/linkloader/utils/
serialize.h 36 inline void swap_byte_order(unsigned char (&array)[1]) { function in namespace:detail
40 inline void swap_byte_order(unsigned char (&array)[2]) { function in namespace:detail
44 inline void swap_byte_order(unsigned char (&array)[4]) { function in namespace:detail
49 inline void swap_byte_order(unsigned char (&array)[8]) { function in namespace:detail
121 detail::swap_byte_order(
  /external/srec/portable/src/
pendian.c 27 void swap_byte_order(void *buffer, size_t count, size_t itemSize) function
PANSIFileImpl.c 191 swap_byte_order(buffer, *count, size);
232 swap_byte_order(temp, *count, size);
pstream.c 432 swap_byte_order((char *)buffer, count, size);
  /external/srec/portable/include/
pendian.h 102 PORTABLE_API void swap_byte_order(void *buffer,

Completed in 315 milliseconds