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

  /external/opencore/oscl/oscl/osclbase/src/
oscl_byte_order.inl 49 OSCL_INLINE void swap_byte_order(char *data, unsigned int size)
72 swap_byte_order(data, size);
92 swap_byte_order(data, size);
110 swap_byte_order(data, size);
129 swap_byte_order(data, size);
  /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);
  /external/srec/portable/include/
pendian.h 102 PORTABLE_API void swap_byte_order(void *buffer,

Completed in 324 milliseconds