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

  /frameworks/rs/cpu_ref/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/chromium_org/third_party/sqlite/src/test/
enc.test 36 proc swap_byte_order {utf16} {
88 set utf16le_tcl [swap_byte_order $utf16le_tcl]
98 set utf16be_tcl [swap_byte_order $utf16be_tcl]
  /external/srec/portable/include/
pendian.h 102 PORTABLE_API void swap_byte_order(void *buffer,

Completed in 269 milliseconds