Home
last modified time | relevance | path

Searched defs:TotalSize (Results 1 – 25 of 2418) sorted by relevance

12345678910>>...97

/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsharebrowser.hh170 struct TotalSize { struct in ShareBrowser::ItemInfo
171 TotalSize() : total(0) { } in TotalSize() function
172 …tor()(ItemInfo* a) { total += a->type == DIRECTORY ? a->dir->getTotalSize() : a->file->getSize(); } in operator ()()
173 int64_t total;
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsharebrowser.hh170 struct TotalSize { struct in ShareBrowser::ItemInfo
171 TotalSize() : total(0) { } in TotalSize() argument
172 …tor()(ItemInfo* a) { total += a->type == DIRECTORY ? a->dir->getTotalSize() : a->file->getSize(); } in operator ()()
173 int64_t total;
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsharebrowser.hh170 struct TotalSize { struct in ShareBrowser::ItemInfo
171 TotalSize() : total(0) { } in TotalSize() argument
172 …tor()(ItemInfo* a) { total += a->type == DIRECTORY ? a->dir->getTotalSize() : a->file->getSize(); } in operator ()()
173 int64_t total;
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsharebrowser.hh170 struct TotalSize { struct in ShareBrowser::ItemInfo
171 TotalSize() : total(0) { } in TotalSize() function
172 …tor()(ItemInfo* a) { total += a->type == DIRECTORY ? a->dir->getTotalSize() : a->file->getSize(); } in operator ()()
173 int64_t total;
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsharebrowser.hh170 struct TotalSize { struct in ShareBrowser::ItemInfo
171 TotalSize() : total(0) { } in TotalSize() function
172 …tor()(ItemInfo* a) { total += a->type == DIRECTORY ? a->dir->getTotalSize() : a->file->getSize(); } in operator ()()
173 int64_t total;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCDepthBuffer.h48 u32 TotalSize; variable
86 u32 TotalSize; variable
H A DCZBuffer.h45 s32 TotalSize; variable
/dports/sysutils/lsd/lsd-0.20.1/src/flags/
H A Dtotal_size.rs12 pub struct TotalSize(pub bool); struct
14 impl Configurable<Self> for TotalSize { implementation
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c49 UINTN TotalSize; in DebugPrint() local
132 UINTN TotalSize; in DebugAssert() local
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c36 UINTN TotalSize; in ReplaceDriveWithCwd() local
189 UINTN TotalSize; in ShellCommandRunCd() local
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/interpolate/
H A Dmerge_probabilities.hh64 std::size_t TotalSize() const { in TotalSize() function in lm::interpolate::PartialProbGamma
69 static std::size_t TotalSize(const InterpolateInfo &info, uint8_t order) { in TotalSize() function in lm::interpolate::PartialProbGamma
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Duisilent.cpp21 void uiExtractProgress(int64 CurFileSize,int64 TotalFileSize,int64 CurSize,int64 TotalSize) in uiExtractProgress()
26 void uiProcessProgress(const char *Command,int64 CurSize,int64 TotalSize) in uiProcessProgress()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCZBuffer.h45 s32 TotalSize; variable
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/DynamicTablesPkg/Library/Common/AmlLib/String/
H A DAmlString.c438 UINT32 TotalSize; in AslComputeNameStringSize() local
480 UINT32 TotalSize; in AmlComputeNameStringSize() local
599 UINT32 TotalSize; in ConvertAslNameToAmlName() local
761 UINT32 TotalSize; in ConvertAmlNameToAslName() local
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/DynamicTablesPkg/Library/Common/AmlLib/String/
H A DAmlString.c438 UINT32 TotalSize; in AslComputeNameStringSize() local
480 UINT32 TotalSize; in AmlComputeNameStringSize() local
599 UINT32 TotalSize; in ConvertAslNameToAmlName() local
761 UINT32 TotalSize; in ConvertAmlNameToAslName() local
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/DynamicTablesPkg/Library/Common/AmlLib/String/
H A DAmlString.c438 UINT32 TotalSize; in AslComputeNameStringSize() local
480 UINT32 TotalSize; in AmlComputeNameStringSize() local
599 UINT32 TotalSize; in ConvertAslNameToAmlName() local
761 UINT32 TotalSize; in ConvertAmlNameToAslName() local
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/DynamicTablesPkg/Library/Common/AmlLib/String/
H A DAmlString.c438 UINT32 TotalSize; in AslComputeNameStringSize() local
480 UINT32 TotalSize; in AmlComputeNameStringSize() local
599 UINT32 TotalSize; in ConvertAslNameToAmlName() local
761 UINT32 TotalSize; in ConvertAmlNameToAslName() local

12345678910>>...97