Home
last modified time | relevance | path

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

/phasta/phastaIO/
H A DvtkPhastaReader.h120 int nbytes,
H A DphastaIO.h62 int nbytes,
H A DvtkPhastaReader.cxx377 int nbytes, in SwapArrayByteOrder_() argument
388 for(j=0; j < (nbytes/2); j++) in SwapArrayByteOrder_()
390 swap_char( ucDst[j] , ucDst[(nbytes - 1) - j] ); in SwapArrayByteOrder_()
392 ucDst += nbytes; in SwapArrayByteOrder_()
H A DphastaIO.cc1998 void SwapArrayByteOrder( void* array, int nbytes, int nItems ) in SwapArrayByteOrder() argument
2005 for(j=0; j < (nbytes/2); j++) in SwapArrayByteOrder()
2006 std::swap( ucDst[j] , ucDst[(nbytes - 1) - j] ); in SwapArrayByteOrder()
2007 ucDst += nbytes; in SwapArrayByteOrder()