| /phasta/phastaIO/ |
| H A D | phastaIO.h | 63 int nItems ) ; 86 int* nItems, 94 const int nItems, 103 const int* nItems, 111 int nItems, 119 int* nItems, 126 const int nItems, 134 const int* nItems, 176 const int nItems, 181 &nItems, [all …]
|
| H A D | vtkPhastaReader.h | 121 int nItems ); 130 int* nItems, 136 int* nItems,
|
| H A D | phastaIO.cc | 1275 int* nItems, in readheader() argument 1317 *nItems ) ; in readheader() 1427 for( j=0; j < *nItems && ( token = strtok( NULL," ,;<>") ); j++ ) in readheader() 1430 if ( j < *nItems ) in readheader() 1453 int nItems, in readDataBlock() argument 1463 fread( valueArray, type_size, nItems, fileObject ); in readDataBlock() 1465 if ( Wrong_Endian ) SwapArrayByteOrder( valueArray, type_size, nItems ); in readDataBlock() 1469 for( int n=0; n < nItems ; n++ ) in readDataBlock() 1472 for( int n=0; n < nItems ; n++ ) in readDataBlock() 1480 phastaio_addReadBytes(nItems*type_size); in readDataBlock() [all …]
|
| H A D | vtkPhastaReader.cxx | 378 int nItems ) in SwapArrayByteOrder_() argument 386 for(i=0; i < nItems; i++) in SwapArrayByteOrder_() 667 int* nItems, in readheader() argument 761 for( j=0; j < *nItems && ( token = strtok( NULL," ,;<>") ); j++ ) in readheader() 764 if ( j < *nItems ) in readheader() 786 int* nItems, in readdatablock() argument 826 int nUnits = *nItems; in readdatablock()
|
| /phasta/phSolver/common/ |
| H A D | phio_posix.cc | 57 int* nItems, in posix_readheader() argument 61 valueArray, nItems, datatype, iotype); in posix_readheader() 68 const int* nItems, in posix_writeheader() argument 73 nItems, ndataItems, datatype, iotype); in posix_writeheader() 80 int* nItems, in posix_readdatablock() argument 84 valueArray, nItems, datatype, iotype); in posix_readdatablock() 91 const int* nItems, in posix_writedatablock() argument 95 nItems, datatype, iotype); in posix_writedatablock()
|
| H A D | phIO.cc | 48 int* nItems, in phio_readheader() argument 53 nItems, datatype, iotype); in phio_readheader() 60 const int* nItems, in phio_writeheader() argument 66 nItems, ndataItems, datatype, iotype); in phio_writeheader() 73 int* nItems, in phio_readdatablock() argument 78 nItems, datatype, iotype); in phio_readdatablock() 85 const int* nItems, in phio_writedatablock() argument 90 nItems, datatype, iotype); in phio_writedatablock()
|
| H A D | phio_stream.cc | 52 int* nItems, in stream_readheader() argument 57 (int*)valueArray, *nItems, iotype); in stream_readheader() 65 const int* nItems, in stream_writeheader() argument 71 (int*)valueArray, *nItems, *ndataItems, datatype, iotype); in stream_writeheader() 79 int* nItems, in stream_readdatablock() argument 83 readDataBlock((FILE*)fileDescriptor, valueArray, *nItems, in stream_readdatablock() 92 const int* nItems, in stream_writedatablock() argument 97 *nItems, datatype, iotype); in stream_writedatablock()
|
| H A D | phio_sync.cc | 86 int* nItems, in sync_readheader() argument 91 valueArray, nItems, datatype, iotype); in sync_readheader() 98 const int* nItems, in sync_writeheader() argument 104 valueArray, nItems, ndataItems, datatype, iotype); in sync_writeheader() 111 int* nItems, in sync_readdatablock() argument 116 valueArray, nItems, datatype, iotype); in sync_readdatablock() 123 const int* nItems, in sync_writedatablock() argument 128 valueArray, nItems, datatype, iotype); in sync_writedatablock()
|
| H A D | phio_posix.h | 16 int* nItems, 23 const int* nItems, 31 int* nItems, 38 const int* nItems,
|
| H A D | phio_stream.h | 17 int* nItems, 24 const int* nItems, 32 int* nItems, 39 const int* nItems,
|
| H A D | phio_base.h | 19 int* nItems, 26 const int* nItems, 34 int* nItems, 41 const int* nItems,
|
| H A D | phIO.h | 16 int* nItems, 23 const int* nItems, 31 int* nItems, 38 const int* nItems,
|
| H A D | phio_sync.h | 22 int* nItems, 29 const int* nItems, 37 int* nItems, 44 const int* nItems,
|
| /phasta/converterIO/ |
| H A D | converterO2N.cc | 44 int nItems = -1; in computenitems() local 47 nItems = para[localpartid][fieldid][0] * (numVariables+1); in computenitems() 49 nItems = para[localpartid][fieldid][0] * 2; in computenitems() 51 nItems = para[localpartid][fieldid][0]; in computenitems() 53 nItems = para[localpartid][fieldid][0] * para[localpartid][fieldid][1]; in computenitems() 54 return nItems; in computenitems()
|