Home
last modified time | relevance | path

Searched refs:ndataItems (Results 1 – 11 of 11) sorted by relevance

/phasta/phSolver/common/
H A Dphio_posix.cc69 const int* ndataItems, in posix_writeheader() argument
73 nItems, ndataItems, datatype, iotype); in posix_writeheader()
H A DphIO.cc61 const int* ndataItems, in phio_writeheader() argument
66 nItems, ndataItems, datatype, iotype); in phio_writeheader()
H A Dphio_stream.cc66 const int* ndataItems, in stream_writeheader() argument
71 (int*)valueArray, *nItems, *ndataItems, datatype, iotype); in stream_writeheader()
H A Dphio_sync.cc99 const int* ndataItems, in sync_writeheader() argument
104 valueArray, nItems, ndataItems, datatype, iotype); in sync_writeheader()
H A Dphio_posix.h24 const int* ndataItems,
H A Dphio_stream.h25 const int* ndataItems,
H A Dphio_base.h27 const int* ndataItems,
H A DphIO.h24 const int* ndataItems,
H A Dphio_sync.h30 const int* ndataItems,
/phasta/phastaIO/
H A DphastaIO.h95 const int ndataItems,
104 const int* ndataItems,
H A DphastaIO.cc1629 const int ndataItems, in writeHeader() argument
1636 ( ndataItems > 0 ) ? sizeof( char ) : 0; in writeHeader()
1638 ( binary_format ) ? typeSize(datatype) * ndataItems + _newline : ndataItems; in writeHeader()
1651 const int* ndataItems, in writeheader() argument
1677 DataSize = *ndataItems; in writeheader()
1681 *ndataItems,datatype,iotype); in writeheader()
1684 DataSize = *ndataItems; in writeheader()
1707 int temp = *ndataItems; in writeheader()
1740 int _newline = (*ndataItems>0)?sizeof(char):0; in writeheader()
1741 unsigned int size_of_nextblock = type_size * (*ndataItems) + _newline; in writeheader()