Home
last modified time | relevance | path

Searched refs:crcidx (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Drs01-common.c204 int crcidx = 0; in RS01ScanImage() local
225 crcidx = (mode & CREATE_CRC) ? 0 : CRCBUFSIZE; in RS01ScanImage()
301 { crcbuf[crcidx++] = Crc32(buf, 2048); in RS01ScanImage()
303 if(crcidx >= CRCBUFSIZE) /* write out CRC buffer contents */ in RS01ScanImage()
311 crcidx = 0; in RS01ScanImage()
322 if(crcidx >= CRCBUFSIZE) in RS01ScanImage()
334 crcidx = 0; in RS01ScanImage()
337 if(crc != crcbuf[crcidx++] && !current_missing) in RS01ScanImage()
370 if((mode & CREATE_CRC) && crcidx) in RS01ScanImage()
371 { size_t size = crcidx*sizeof(guint32); in RS01ScanImage()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dsymdef.pas4242 crcidx : longint;
4250 crcidx:=-1;
4254 crcidx:=i;
4257 if crcidx<0 then
4259 basename:=copy(objrealname^,1,crcidx-1);
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dsymdef.pas4242 crcidx : longint;
4250 crcidx:=-1;
4254 crcidx:=i;
4257 if crcidx<0 then
4259 basename:=copy(objrealname^,1,crcidx-1);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dsymdef.pas4242 crcidx : longint;
4250 crcidx:=-1;
4254 crcidx:=i;
4257 if crcidx<0 then
4259 basename:=copy(objrealname^,1,crcidx-1);