Home
last modified time | relevance | path

Searched refs:CompSize (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_rot.c121 CompData = ialloc(CompSize); in iLoadRotInternal()
203 if (CompSize != MipSize) { in iLoadRotInternal()
207 CompData = ialloc(CompSize); in iLoadRotInternal()
212 if (iread(CompData, CompSize, 1) != 1) in iLoadRotInternal()
220 Image->DxtcSize = CompSize; in iLoadRotInternal()
230 if (CompSize != MipSize) { in iLoadRotInternal()
234 CompData = ialloc(CompSize); in iLoadRotInternal()
247 Image->DxtcSize = CompSize; in iLoadRotInternal()
257 if (CompSize != MipSize) { in iLoadRotInternal()
261 CompData = ialloc(CompSize); in iLoadRotInternal()
[all …]
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/CoreUtil/
H A DZip.cs125 public uint CompSize; field
136 public uint CompSize; field
151 public uint CompSize; field
272 h.CompSize = h.UncompSize = 0; in WriteZipDataHeader()
283 h.CompSize = h.UncompSize = (uint)this.Size; in WriteZipDataHeader()
286 h.CompSize = (uint)this.CompressSize; in WriteZipDataHeader()
302 h.CompSize = h.UncompSize = (uint)this.Size; in WriteZipDataFooter()
306 h.CompSize = (uint)this.CompressSize; in WriteZipDataFooter()
463 dh.CompSize = (uint)f.CompressSize; in Finish()
472 d.CompSize = dh.CompSize; in Finish()
/dports/security/softether/v4.38-9760/src/BuildUtil/CoreUtil/
H A DZip.cs125 public uint CompSize; field
136 public uint CompSize; field
151 public uint CompSize; field
272 h.CompSize = h.UncompSize = 0; in WriteZipDataHeader()
283 h.CompSize = h.UncompSize = (uint)this.Size; in WriteZipDataHeader()
286 h.CompSize = (uint)this.CompressSize; in WriteZipDataHeader()
302 h.CompSize = h.UncompSize = (uint)this.Size; in WriteZipDataFooter()
306 h.CompSize = (uint)this.CompressSize; in WriteZipDataFooter()
463 dh.CompSize = (uint)f.CompressSize; in Finish()
472 d.CompSize = dh.CompSize; in Finish()
/dports/misc/skyutils/skyutils-3.0/src/
H A Darch.c73 RH->CompSize = RH->OrigSize; in _SU_AR_CompressFile()
104 while(total < RH->CompSize) in _SU_AR_CopyFileToArchive()
106 len = RH->CompSize - total; in _SU_AR_CopyFileToArchive()
186 …f(fread(&Arch->Resources[i].CompSize,(size_t)1,sizeof(Arch->Resources[i].CompSize),fp) != sizeof(A… in _SU_AR_ReadHeaders()
212 if(fseek(fp,(size_t)(Arch->Resources[i].CompSize),SEEK_CUR) != 0) in _SU_AR_ReadHeaders()
243 …rite(&Arch->Resources[i].CompSize,(size_t)1,sizeof(Arch->Resources[i].CompSize),Arch->fp) != sizeo… in _SU_AR_Flush()
262 …rces[i].Data,(size_t)1,(size_t)(Arch->Resources[i].CompSize),Arch->fp) != Arch->Resources[i].CompS… in _SU_AR_Flush()
450 RH->CompSize = Size; in SU_AR_AddRes()
/dports/lang/perl5.30/perl-5.30.3/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DIdentity.pm98 my $newLen = $self->{CompSize}->clone();
121 $self->{CompSize}->add(length $$in) ;
142 $self->{CompSize} = 0;
159 return $self->{CompSize} ;
165 return $self->{CompSize} ;
/dports/lang/perl5.32/perl-5.32.1/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DIdentity.pm98 my $newLen = $self->{CompSize}->clone();
121 $self->{CompSize}->add(length $$in) ;
142 $self->{CompSize}->reset();
159 return $self->{CompSize} ;
165 return $self->{CompSize} ;
/dports/lang/perl5.34/perl-5.34.0/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DIdentity.pm98 my $newLen = $self->{CompSize}->clone();
121 $self->{CompSize}->add(length $$in) ;
142 $self->{CompSize}->reset();
159 return $self->{CompSize} ;
165 return $self->{CompSize} ;
/dports/archivers/p5-IO-Compress/IO-Compress-2.101/lib/IO/Uncompress/Adapter/
H A DIdentity.pm98 my $newLen = $self->{CompSize}->clone();
121 $self->{CompSize}->add(length $$in) ;
142 $self->{CompSize}->reset();
159 return $self->{CompSize} ;
165 return $self->{CompSize} ;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DIdentity.pm98 my $newLen = $self->{CompSize}->clone();
121 $self->{CompSize}->add(length $$in) ;
142 $self->{CompSize}->reset();
159 return $self->{CompSize} ;
165 return $self->{CompSize} ;
/dports/lang/perl5.30/perl-5.30.3/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DIdentity.pm30 $self->{CompSize} += length ${ $_[0] } ;
31 $self->{UnCompSize} = $self->{CompSize} ;
60 $self->{CompSize} = 0;
/dports/lang/perl5.32/perl-5.32.1/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DIdentity.pm30 $self->{CompSize} += length ${ $_[0] } ;
31 $self->{UnCompSize} = $self->{CompSize} ;
60 $self->{CompSize} = 0;
/dports/lang/perl5.34/perl-5.34.0/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DIdentity.pm30 $self->{CompSize} += length ${ $_[0] } ;
31 $self->{UnCompSize} = $self->{CompSize} ;
60 $self->{CompSize} = 0;
/dports/archivers/p5-IO-Compress/IO-Compress-2.101/lib/IO/Compress/Adapter/
H A DIdentity.pm30 $self->{CompSize} += length ${ $_[0] } ;
31 $self->{UnCompSize} = $self->{CompSize} ;
60 $self->{CompSize} = 0;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DIdentity.pm30 $self->{CompSize} += length ${ $_[0] } ;
31 $self->{UnCompSize} = $self->{CompSize} ;
60 $self->{CompSize} = 0;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/GenVtf/
H A DGenVtf.c373 VtfInfo->CompSize = 0; in ParseAndUpdateComponents()
798 NumFitComponents = TmpFitPtr->CompSize; in GetNextAvailableFitPtr()
995 CompFitPtr->CompSize = VtfInfo->CompSize; in UpdateFitEntryForNonVTFComp()
1164 if (FileSize > VtfInfo->CompSize) { in CreateAndUpdateComponent()
1169 FileSize = VtfInfo->CompSize; in CreateAndUpdateComponent()
1343 if (FileSize > VtfInfo->CompSize) { in CreateAndUpdatePAL_A()
1348 FileSize = VtfInfo->CompSize; in CreateAndUpdatePAL_A()
1452 if ((VtfInfo->CompSize % 16) != 0) { in CreateFitTableAndInitialize()
1475 FitStartPtr->CompSize = (VtfInfo->CompSize & 0x00FFFFFF) / 16; in CreateFitTableAndInitialize()
1500 Vtf1TotalSize += VtfInfo->CompSize; in CreateFitTableAndInitialize()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dzip.erl886 Pos2 = Pos1 + CompSize,
999 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1030 comp_size = CompSize,
1042 comp_size = CompSize,
1064 comp_size = CompSize,
1080 CompSize:32/little,
1097 comp_size = CompSize,
1107 CompSize:32/little,
1701 CompSize:32/little,
1717 comp_size = CompSize,
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dzip.erl867 Pos2 = Pos1 + CompSize,
980 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1011 comp_size = CompSize,
1022 comp_size = CompSize,
1040 comp_size = CompSize,
1056 CompSize:32/little,
1073 comp_size = CompSize,
1083 CompSize:32/little,
1628 CompSize:32/little,
1644 comp_size = CompSize,
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dzip.erl867 Pos2 = Pos1 + CompSize,
980 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1011 comp_size = CompSize,
1022 comp_size = CompSize,
1040 comp_size = CompSize,
1056 CompSize:32/little,
1073 comp_size = CompSize,
1083 CompSize:32/little,
1628 CompSize:32/little,
1644 comp_size = CompSize,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dzip.erl886 Pos2 = Pos1 + CompSize,
999 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1030 comp_size = CompSize,
1042 comp_size = CompSize,
1064 comp_size = CompSize,
1080 CompSize:32/little,
1097 comp_size = CompSize,
1107 CompSize:32/little,
1702 CompSize:32/little,
1718 comp_size = CompSize,
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dzip.erl886 Pos2 = Pos1 + CompSize,
999 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1030 comp_size = CompSize,
1042 comp_size = CompSize,
1064 comp_size = CompSize,
1080 CompSize:32/little,
1097 comp_size = CompSize,
1107 CompSize:32/little,
1702 CompSize:32/little,
1718 comp_size = CompSize,
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dzip.erl886 Pos2 = Pos1 + CompSize,
999 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1030 comp_size = CompSize,
1042 comp_size = CompSize,
1064 comp_size = CompSize,
1080 CompSize:32/little,
1097 comp_size = CompSize,
1107 CompSize:32/little,
1702 CompSize:32/little,
1718 comp_size = CompSize,
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dzip.erl886 Pos2 = Pos1 + CompSize,
999 get_percent(CompSize, Size) -> round(CompSize * 100 / Size).
1030 comp_size = CompSize,
1042 comp_size = CompSize,
1064 comp_size = CompSize,
1080 CompSize:32/little,
1097 comp_size = CompSize,
1107 CompSize:32/little,
1702 CompSize:32/little,
1718 comp_size = CompSize,
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DDecompress.c700 UINT32 CompSize; in GetInfo() local
709 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in GetInfo()
712 if (SrcSize < CompSize + 8 || (CompSize + 8) < 8) { in GetInfo()
751 UINT32 CompSize; in Decompress() local
772 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress()
775 if (SrcSize < CompSize + 8 || (CompSize + 8) < 8) { in Decompress()
791 Sd->mCompSize = CompSize; in Decompress()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DDecompress.c700 UINT32 CompSize; in GetInfo() local
709 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in GetInfo()
712 if (SrcSize < CompSize + 8 || (CompSize + 8) < 8) { in GetInfo()
751 UINT32 CompSize; in Decompress() local
772 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress()
775 if (SrcSize < CompSize + 8 || (CompSize + 8) < 8) { in Decompress()
791 Sd->mCompSize = CompSize; in Decompress()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DDecompress.c700 UINT32 CompSize; in GetInfo() local
709 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in GetInfo()
712 if (SrcSize < CompSize + 8 || (CompSize + 8) < 8) { in GetInfo()
751 UINT32 CompSize; in Decompress() local
772 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress()
775 if (SrcSize < CompSize + 8 || (CompSize + 8) < 8) { in Decompress()
791 Sd->mCompSize = CompSize; in Decompress()

12345678