Home
last modified time | relevance | path

Searched refs:SwapArrayByteOrder (Results 1 – 2 of 2) sorted by relevance

/phasta/phastaIO/
H A DphastaIO.h28 #define SwapArrayByteOrder FortranCInterface_GLOBAL_(swaparraybyteorder, SWAPARRAYBYTEORDER) macro
61 SwapArrayByteOrder( void* array,
H A DphastaIO.cc454 SwapArrayByteOrder(&mhsize, sizeof(int), 1); in queryphmpiio()
1062 SwapArrayByteOrder( PhastaIOActiveFiles[i]->my_read_table[j], in openfile()
1465 if ( Wrong_Endian ) SwapArrayByteOrder( valueArray, type_size, nItems ); in readDataBlock()
1610 SwapArrayByteOrder( valueArray, type_size, nUnits ); in readdatablock()
1998 void SwapArrayByteOrder( void* array, int nbytes, int nItems ) in SwapArrayByteOrder() function