Home
last modified time | relevance | path

Searched refs:startRec (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcdicdir.cc397 while ( (startRec != NULL) && l_error.good() ) in moveRecordToTree()
403 if (&fromDirSQ != startRec->getParent()) in moveRecordToTree()
421 << " offset=" << startRec->getFileOffset() in moveRecordToTree()
422 << " p=" << OFstatic_cast(void *, startRec) in moveRecordToTree()
426 linkMRDRtoRecord( startRec ); in moveRecordToTree()
450 startRec = nextRec; in moveRecordToTree()
881 unsigned long lastIndex = startRec->cardSub(); in recurseMatchFile()
1123 else if ( startRec != NULL ) in countMRDRRefs()
1125 unsigned long lastIndex = startRec->cardSub(); in countMRDRRefs()
1163 else if ( startRec != NULL ) in checkMRDRRefCounter()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/include/
H A Ddcdicdir.h78 DcmDirectoryRecord* recurseMatchFile( DcmDirectoryRecord* startRec,// in
88 OFCondition moveRecordToTree( DcmDirectoryRecord *startRec, // in
112 OFCondition countMRDRRefs( DcmDirectoryRecord *startRec, // in
115 OFCondition checkMRDRRefCounter( DcmDirectoryRecord *startRec, // in
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/include/dcmtk/dcmdata/
H A Ddcdicdir.h140 DcmDirectoryRecord* recurseMatchFile( DcmDirectoryRecord* startRec, // in
149 OFCondition moveRecordToTree( DcmDirectoryRecord *startRec, // in
171 OFCondition countMRDRRefs( DcmDirectoryRecord *startRec, // in
174 OFCondition checkMRDRRefCounter( DcmDirectoryRecord *startRec, // in
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOSERES.cpp322 int startRec, endRec, i; in scan() local
333 startRec = typeIndex->start_rec; in scan()
344 for( i = startRec, seIndex = se_index_array + startRec; i <= endRec; in scan()
349 startRec = seIndex->start_rec; in scan()
359 for(i = startRec, seInfo = se_array + startRec; i <= endRec; in scan()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/dsp/
H A Dcapta.cxx55 zix_sem_init( &startRec , 0 ); in Capta()
87 if( zix_sem_try_wait( &startRec ) ) { in diskFunc()
171 zix_sem_post( &self->startRec ); in run()
H A Dcapta.hxx88 ZixSem startRec; member in Capta
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/
H A DTestTFileSplit.java106 long startRec = i*totalRecords/numSplits; in readRowSplits() local
111 Scanner scanner = reader.createScannerByRecordNum(startRec, endRec); in readRowSplits()
115 long x=startRec; in readRowSplits()
125 Assert.assertTrue(count == (endRec - startRec)); in readRowSplits()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/io/file/tfile/
H A DTestTFileSplit.java106 long startRec = i*totalRecords/numSplits; in readRowSplits() local
111 Scanner scanner = reader.createScannerByRecordNum(startRec, endRec); in readRowSplits()
115 long x=startRec; in readRowSplits()
125 Assert.assertTrue(count == (endRec - startRec)); in readRowSplits()
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfmisc3.c207 STATICforIDL CDFstatus WriteVarValues (CDF, Var, startRec, offset, nValues, in WriteVarValues() argument
211 Int32 startRec; /* Physical record number at which to write. */
224 firstRec = startRec;
227 lastRec = startRec;
231 lastRec = startRec + ((nValues - 1) / Var->NphyRecValues);
1203 STATICforIDL CDFstatus ReadVarValues (CDF, Var, startRec, offset, nValues, in ReadVarValues() argument
1219 firstRec = startRec;
1222 lastRec = startRec;
1226 lastRec = startRec + ((nValues - 1) / Var->NphyRecValues);
1297 startRec,offset,
[all …]
H A Dcdfmisc3_64.c210 STATICforIDL CDFstatus WriteVarValues64 (CDF, Var, startRec, offset, nValues, in WriteVarValues64() argument
214 Int32 startRec; /* Physical record number at which to write. */
227 firstRec = startRec;
230 lastRec = startRec;
234 lastRec = startRec + ((nValues - 1) / Var->NphyRecValues);
1224 STATICforIDL CDFstatus ReadVarValues64 (CDF, Var, startRec, offset, nValues, in ReadVarValues64() argument
1240 firstRec = startRec;
1243 lastRec = startRec;
1247 lastRec = startRec + ((nValues - 1) / Var->NphyRecValues);
1318 startRec,offset,
[all …]
H A Dcdfget.c905 Int32 startRec = (Int32) va_arg (Va->ap, long); local
910 if (startRec <= NO_RECORD) return BAD_REC_NUM;
916 if (!sX(NextRecord(CDF,offset,zVar,startRec,&nextRec,&found),&pStatus)) {
933 Int32 startRec = (Int32) va_arg (Va->ap, long); local
938 if (startRec <= NO_RECORD) return BAD_REC_NUM;
947 if (!sX(SearchForRecord(CDF,vdrOffset,zVar,startRec,
H A Dcdfget64.c992 Int32 startRec = (Int32) va_arg (Va->ap, long); local
997 if (startRec <= NO_RECORD) return BAD_REC_NUM;
1003 if (!sX(NextRecord64(CDF,offset,zVar,startRec,&nextRec,&found),&pStatus)) {
1020 Int32 startRec = (Int32) va_arg (Va->ap, long); local
1025 if (startRec <= NO_RECORD) return BAD_REC_NUM;
1034 if (!sX(SearchForRecord64(CDF,vdrOffset,zVar,startRec,
H A Dcdffsi2.c947 long startRec = (long) (*start_rec - 1); variable
951 DELETE_, zVAR_RECORDS_, startRec, endRec,
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/net/dvr/
H A DDVRCastStreamInfo.as62 recordingStart = value.startRec;