Home
last modified time | relevance | path

Searched refs:TOTAL_SIZE (Results 1 – 25 of 73) sorted by relevance

123

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_create_files.c137 #define TOTAL_SIZE 100000 in main() macro
147 float fdata[TOTAL_SIZE]; in main()
148 int idata[TOTAL_SIZE]; in main()
149 short sdata[TOTAL_SIZE]; in main()
155 for (i = 0; i < TOTAL_SIZE; i++) in main()
174 for (len = pow(TOTAL_SIZE, (float)1/ndims), d = 0; d < ndims; d++) in main()
259 float fdata[TOTAL_SIZE]; in main()
260 int idata[TOTAL_SIZE]; in main()
261 short sdata[TOTAL_SIZE]; in main()
267 for (i = 0; i < TOTAL_SIZE; i++) in main()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nc_perf/
H A Dtst_create_files.c138 #define TOTAL_SIZE 100000 in main() macro
148 float fdata[TOTAL_SIZE]; in main()
149 int idata[TOTAL_SIZE]; in main()
150 short sdata[TOTAL_SIZE]; in main()
156 for (i = 0; i < TOTAL_SIZE; i++) in main()
175 for (len = pow(TOTAL_SIZE, (float)1/ndims), d = 0; d < ndims; d++) in main()
260 float fdata[TOTAL_SIZE]; in main()
261 int idata[TOTAL_SIZE]; in main()
262 short sdata[TOTAL_SIZE]; in main()
268 for (i = 0; i < TOTAL_SIZE; i++) in main()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dsplit_memory_large_file.cpp14 #define TOTAL_SIZE (4*1024*1024) macro
23 for (i = 0; i < TOTAL_SIZE; i++) { in main()
33 if ((i & (1024*1024-1)) == 0) printf("%d of %d ..\n", i, TOTAL_SIZE); in main()
/dports/science/elmerfem/elmerfem-release-9.0/misc/netcdf/src/GridDataMapper/
H A DNetCDFGeneralUtils.f90141 INTEGER :: DIM_COUNT,TOTAL_SIZE local
171 TOTAL_SIZE = 1
173 TOTAL_SIZE = TOTAL_SIZE*OUT_SIZE(loop)
178 …ALLOCATE ( accessed(TOTAL_SIZE), COUNT_VECTOR(DIM_COUNT),locs(DIM_COUNT,2),rev_perm(DIM_COUNT), ST…
226 size(accessed,1), ' elements with true size ', TOTAL_SIZE,'Locs: ',locs,'Dims: ',DIM_LENS
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dexternal.c36 #define TOTAL_SIZE 100 macro
779 cur_size = TOTAL_SIZE; in test_read_file_set()
793 for(i = 0; i < TOTAL_SIZE; i++) in test_read_file_set()
1015 cur_size = TOTAL_SIZE; in test_path_absolute()
1027 for(i = 0; i < TOTAL_SIZE; i++) in test_path_absolute()
1105 cur_size = TOTAL_SIZE; in test_path_relative()
1115 for(i = 0; i < TOTAL_SIZE; i++) in test_path_relative()
1200 cur_size = TOTAL_SIZE; in test_path_relative_cwd()
1235 for(i = 0; i < TOTAL_SIZE; i++) in test_path_relative_cwd()
1268 for(i = 0; i < TOTAL_SIZE; i++) in test_path_relative_cwd()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/fs/
H A Dtest_lz4fs.cpp13 #define TOTAL_SIZE (10*1024*128) macro
36 for (int i = 0; i < TOTAL_SIZE - 5; i += random() % 1000) { in finish()
72 ret = fseek(f3, TOTAL_SIZE - 5, SEEK_SET); assert(ret == 0); in finish()
74 ret = fseek(f3, TOTAL_SIZE - 5000, SEEK_SET); assert(ret == 0); in finish()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLDateTime.hpp50 TOTAL_SIZE enumerator
257 int fValue[TOTAL_SIZE];
300 for ( int i=0; i < TOTAL_SIZE; i++ ) in reset()
314 for ( int i = 0; i < TOTAL_SIZE; i++ ) in copy()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dexternal.c687 int whole[TOTAL_SIZE]; /* raw data buffer (total) */ in test_read_file_set()
723 cur_size = TOTAL_SIZE; in test_read_file_set()
737 for(i = 0; i < TOTAL_SIZE; i++) in test_read_file_set()
930 int whole[TOTAL_SIZE]; /* raw data buffer (total) */ in test_path_absolute()
960 cur_size = TOTAL_SIZE; in test_path_absolute()
972 for(i = 0; i < TOTAL_SIZE; i++) in test_path_absolute()
1050 cur_size = TOTAL_SIZE; in test_path_relative()
1060 for(i = 0; i < TOTAL_SIZE; i++) in test_path_relative()
1145 cur_size = TOTAL_SIZE; in test_path_relative_cwd()
1180 for(i = 0; i < TOTAL_SIZE; i++) in test_path_relative_cwd()
[all …]
H A Dexternal_env.c58 int whole[TOTAL_SIZE]; /* raw data buffer (total) */ in test_path_env()
83 cur_size = TOTAL_SIZE; in test_path_env()
105 for(i = 0; i < TOTAL_SIZE; i++) in test_path_env()
H A Dexternal_common.h31 #define TOTAL_SIZE 100 macro
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLDateTime.hpp52 TOTAL_SIZE enumerator
269 int fValue[TOTAL_SIZE];
312 for ( int i=0; i < TOTAL_SIZE; i++ ) in reset()
326 for ( int i = 0; i < TOTAL_SIZE; i++ ) in copy()
/dports/net/sctplib/sctplib-1.0.26/sctplib/sctp/
H A Dsbundling.c53 #define TOTAL_SIZE(buf) ((buf)->ctrl_position+(buf)->sack_position+(buf)->data_position- 2*sizeof(… macro
232 CHUNKP_LENGTH((SCTP_chunk_header *) chunk), TOTAL_SIZE(bu_ptr)); in bu_put_SACK_Chunk()
260 if (TOTAL_SIZE(bu_ptr) + CHUNKP_LENGTH((SCTP_chunk_header *) chunk) >= MAX_SCTP_PDU) { in bu_put_Ctrl_Chunk()
284 CHUNKP_LENGTH((SCTP_chunk_header *) chunk), TOTAL_SIZE(bu_ptr)); in bu_put_Ctrl_Chunk()
325 if (TOTAL_SIZE(bu_ptr) + CHUNKP_LENGTH((SCTP_chunk_header *) chunk) >= MAX_SCTP_PDU) { in bu_put_Data_Chunk()
350 CHUNKP_LENGTH((SCTP_chunk_header *) chunk), TOTAL_SIZE(bu_ptr)); in bu_put_Data_Chunk()
/dports/games/awele/awele/
H A Dawele.h1 #define TOTAL_SIZE 12 macro
20 char board[TOTAL_SIZE] ; /* l'echiquier */
H A Dmove.c6 return (i+1)%TOTAL_SIZE ; in next_case()
68 for (i=0;i<TOTAL_SIZE;i++) a->board[i] = 4; in init_awele()
H A Dutil.c132 for (i=0,j=8;i<TOTAL_SIZE;i++,j+=2) { in awele2str()
147 for (i=0,j=8 ; i<TOTAL_SIZE ; i++,j+=2 ) in str2awele()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/model/
H A DSnapshotAttributeToSortBy.cpp37 return SnapshotAttributeToSortBy::TOTAL_SIZE; in GetSnapshotAttributeToSortByForName()
59 case SnapshotAttributeToSortBy::TOTAL_SIZE: in GetNameForSnapshotAttributeToSortBy()
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/test/
H A Dsample_delcache.sh118 TOTAL_SIZE=`du -sb "$FILES_CDIR" | awk '{print $1}'`
119 echo "Finish: $FILES_CDIR total size is $TOTAL_SIZE"
/dports/security/yapet/yapet-2.3/src/libs/passwordrecord/
H A Dpasswordrecord.cc79 if (serialized.size() != TOTAL_SIZE) {
84 TOTAL_SIZE, serialized.size());
149 SecureArray serialized{TOTAL_SIZE}; in serialize()
/dports/sysutils/conan/conan-1.44.0/conans/client/
H A Doutput.py149 TOTAL_SIZE = 70
151 if len(line) > TOTAL_SIZE:
153 self.write("\r%s%s" % (line, " " * (TOTAL_SIZE - len(line))))
/dports/security/yapet/yapet-2.3/tests/passwordrecord/
H A Dpasswordrecord.cc129 CPPUNIT_ASSERT(serialized.size() == yapet::PasswordRecord::TOTAL_SIZE); in serializeAndDeserialize()
149 yapet::SecureArray tooSmall{yapet::PasswordRecord::TOTAL_SIZE - 1}; in deserializeNonMatchingSize()
153 yapet::SecureArray tooBig{yapet::PasswordRecord::TOTAL_SIZE + 1}; in deserializeNonMatchingSize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DSnapshotAttributeToSortBy.h20 TOTAL_SIZE, enumerator
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DUCF_Handler.hpp197 const static XMP_Int32 TOTAL_SIZE = 20; member in UCF_MetaHandler::Zip64Locator
198 char fields[TOTAL_SIZE];
204 memset(fields,'\0',TOTAL_SIZE); in Zip64Locator()
215 LFA_Write( file , fields , TOTAL_SIZE ); in write()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DUCF_Handler.hpp203 const static XMP_Int32 TOTAL_SIZE = 20; member in UCF_MetaHandler::Zip64Locator
204 char fields[TOTAL_SIZE];
210 memset(fields,'\0',TOTAL_SIZE); in Zip64Locator()
221 file ->Write ( fields , TOTAL_SIZE ); in write()
/dports/games/openjk/OpenJK-07675e2/code/Ratl/
H A Dratl_common.h523 TOTAL_SIZE=sizeof(TStorage), enumerator
591 static const int TOTAL_SIZE=sizeof(TStorage); member
655 TOTAL_SIZE=sizeof(TStorage), enumerator
733 TOTAL_SIZE=sizeof(TStorage), enumerator
816 TOTAL_SIZE=sizeof(TStorage), enumerator
908 TOTAL_SIZE=sizeof(TStorage), enumerator
/dports/games/openjk/OpenJK-07675e2/codemp/Ratl/
H A Dratl_common.h547 TOTAL_SIZE=sizeof(TStorage), enumerator
620 TOTAL_SIZE=sizeof(TStorage), enumerator
688 TOTAL_SIZE=sizeof(TStorage), enumerator
769 TOTAL_SIZE=sizeof(TStorage), enumerator
855 TOTAL_SIZE=sizeof(TStorage), enumerator
950 TOTAL_SIZE=sizeof(TStorage), enumerator

123