Home
last modified time | relevance | path

Searched refs:SizeInBytes (Results 1 – 25 of 1764) sorted by relevance

12345678910>>...71

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dvalidat1.cpp143 temp &= (a.SizeInBytes() == 1); in NAMESPACE_BEGIN()
144 temp &= (b.SizeInBytes() == 1); in NAMESPACE_BEGIN()
151 temp &= (a.SizeInBytes() == 2); in NAMESPACE_BEGIN()
152 temp &= (b.SizeInBytes() == 2); in NAMESPACE_BEGIN()
177 temp &= (a.SizeInBytes() == 4); in NAMESPACE_BEGIN()
178 temp &= (b.SizeInBytes() == 4); in NAMESPACE_BEGIN()
186 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
187 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
212 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
213 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat1.cpp143 temp &= (a.SizeInBytes() == 1); in NAMESPACE_BEGIN()
144 temp &= (b.SizeInBytes() == 1); in NAMESPACE_BEGIN()
151 temp &= (a.SizeInBytes() == 2); in NAMESPACE_BEGIN()
152 temp &= (b.SizeInBytes() == 2); in NAMESPACE_BEGIN()
177 temp &= (a.SizeInBytes() == 4); in NAMESPACE_BEGIN()
178 temp &= (b.SizeInBytes() == 4); in NAMESPACE_BEGIN()
186 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
187 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
212 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
213 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat1.cpp143 temp &= (a.SizeInBytes() == 1); in NAMESPACE_BEGIN()
144 temp &= (b.SizeInBytes() == 1); in NAMESPACE_BEGIN()
151 temp &= (a.SizeInBytes() == 2); in NAMESPACE_BEGIN()
152 temp &= (b.SizeInBytes() == 2); in NAMESPACE_BEGIN()
177 temp &= (a.SizeInBytes() == 4); in NAMESPACE_BEGIN()
178 temp &= (b.SizeInBytes() == 4); in NAMESPACE_BEGIN()
186 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
187 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
212 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
213 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dvalidat1.cpp143 temp &= (a.SizeInBytes() == 1); in NAMESPACE_BEGIN()
144 temp &= (b.SizeInBytes() == 1); in NAMESPACE_BEGIN()
151 temp &= (a.SizeInBytes() == 2); in NAMESPACE_BEGIN()
152 temp &= (b.SizeInBytes() == 2); in NAMESPACE_BEGIN()
177 temp &= (a.SizeInBytes() == 4); in NAMESPACE_BEGIN()
178 temp &= (b.SizeInBytes() == 4); in NAMESPACE_BEGIN()
186 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
187 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
212 temp &= (a.SizeInBytes() == 8); in NAMESPACE_BEGIN()
213 temp &= (b.SizeInBytes() == 8); in NAMESPACE_BEGIN()
[all …]
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/src/
H A Dmemory.c108 HSAuint64 SizeInBytes, in hsaKmtAllocMemory() argument
128 if (!MemoryAddress || !SizeInBytes || (SizeInBytes & (page_size-1))) in hsaKmtAllocMemory()
137 __func__, SizeInBytes); in hsaKmtAllocMemory()
149 __func__, SizeInBytes); in hsaKmtAllocMemory()
160 __func__, SizeInBytes); in hsaKmtAllocMemory()
176 __func__, SizeInBytes); in hsaKmtAllocMemory()
187 HSAuint64 SizeInBytes) in hsaKmtFreeMemory() argument
273 HSAuint64 SizeInBytes, in hsaKmtShareMemory() argument
296 SizeInBytes, in hsaKmtRegisterSharedHandle()
325 SizeInBytes, in hsaKmtRegisterSharedHandleToNodes()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dvalidat0.cpp356 temp &= (a.SizeInBytes() == 1); in TestSecBlock()
357 temp &= (b.SizeInBytes() == 1); in TestSecBlock()
364 temp &= (a.SizeInBytes() == 2); in TestSecBlock()
365 temp &= (b.SizeInBytes() == 2); in TestSecBlock()
390 temp &= (a.SizeInBytes() == 4); in TestSecBlock()
391 temp &= (b.SizeInBytes() == 4); in TestSecBlock()
399 temp &= (a.SizeInBytes() == 8); in TestSecBlock()
400 temp &= (b.SizeInBytes() == 8); in TestSecBlock()
425 temp &= (a.SizeInBytes() == 8); in TestSecBlock()
426 temp &= (b.SizeInBytes() == 8); in TestSecBlock()
[all …]
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/kfdtest/src/
H A DPM4Packet.hpp63 virtual unsigned int SizeInBytes() const;
97 virtual unsigned int SizeInBytes() const { return m_packetSize; } in SizeInBytes() function in PM4ReleaseMemoryPacket
119 virtual unsigned int SizeInBytes() const;
137 virtual unsigned int SizeInBytes() const;
156 virtual unsigned int SizeInBytes() const { return m_packetSize; } in SizeInBytes() function in PM4SetShaderRegPacket
179 virtual unsigned int SizeInBytes() const;
197 virtual unsigned int SizeInBytes() const;
213 virtual unsigned int SizeInBytes() const;
H A DPM4Packet.cpp50 unsigned int PM4WriteDataPacket::SizeInBytes() const { in SizeInBytes() function in PM4WriteDataPacket
55 m_pPacketData = (PM4WRITE_DATA_CI *)calloc(1, SizeInBytes()); in InitPacket()
196 unsigned int PM4IndirectBufPacket::SizeInBytes() const { in SizeInBytes() function in PM4IndirectBufPacket
201 memset(&m_packetData, 0, SizeInBytes()); in InitPacket()
216 memset(&m_packetData, 0, SizeInBytes()); in PM4AcquireMemoryPacket()
228 unsigned int PM4AcquireMemoryPacket::SizeInBytes() const { in SizeInBytes() function in PM4AcquireMemoryPacket
270 memset(&m_packetData, 0, SizeInBytes()); in InitPacket()
279 unsigned int PM4DispatchDirectPacket::SizeInBytes() const { in SizeInBytes() function in PM4DispatchDirectPacket
284 memset(&m_packetData, 0, SizeInBytes()); in PM4PartialFlushPacket()
291 unsigned int PM4PartialFlushPacket::SizeInBytes() const { in SizeInBytes() function in PM4PartialFlushPacket
[all …]
H A DSDMAPacket.hpp55 virtual unsigned int SizeInBytes() const { return packetSize; } in SizeInBytes() function in SDMAWriteDataPacket
74 virtual unsigned int SizeInBytes() const { return packetSize; } in SizeInBytes() function in SDMACopyDataPacket
94 virtual unsigned int SizeInBytes() const { return m_PacketSize; } in SizeInBytes() function in SDMAFillDataPacket
117 virtual unsigned int SizeInBytes() const { return sizeof(SDMA_PKT_FENCE ); } in SizeInBytes() function in SDMAFencePacket
136 virtual unsigned int SizeInBytes() const { return sizeof(SDMA_PKT_TRAP); } in SizeInBytes() function in SDMATrapPacket
/dports/net/gdrive/gdrive-2.1.1/drive/
H A Drevision_list.go15 SizeInBytes bool member
29 SizeInBytes: args.SizeInBytes,
40 SizeInBytes bool member
55 formatSize(rev.Size, args.SizeInBytes),
H A Dinfo.go12 SizeInBytes bool member
31 SizeInBytes: args.SizeInBytes,
41 SizeInBytes bool member
53 kv{"Size", formatSize(f.Size, args.SizeInBytes)},
H A Dabout.go11 SizeInBytes bool member
24 fmt.Fprintf(args.Out, "Used: %s\n", formatSize(quota.Usage, args.SizeInBytes))
25 fmt.Fprintf(args.Out, "Free: %s\n", formatSize(quota.Limit-quota.Usage, args.SizeInBytes))
26 fmt.Fprintf(args.Out, "Total: %s\n", formatSize(quota.Limit, args.SizeInBytes))
27 fmt.Fprintf(args.Out, "Max upload size: %s\n", formatSize(about.MaxUploadSize, args.SizeInBytes))
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
H A DQNCSmmHelpers.c245 switch (BitDesc->SizeInBytes) { in ReadBitDesc()
288 switch (BitDesc->SizeInBytes) { in ReadBitDesc()
333 ASSERT (BitDesc->SizeInBytes <= 8); in ReadBitDesc()
334 CopyMem (&Register, BitDesc->Reg.Data.Mmio, BitDesc->SizeInBytes); in ReadBitDesc()
348 switch (BitDesc->SizeInBytes) { in ReadBitDesc()
423 switch (BitDesc->SizeInBytes) { in WriteBitDesc()
460 switch (BitDesc->SizeInBytes) { in WriteBitDesc()
499 ASSERT (BitDesc->SizeInBytes <= 8); in WriteBitDesc()
500 CopyMem (&Register, BitDesc->Reg.Data.Mmio, BitDesc->SizeInBytes); in WriteBitDesc()
503 CopyMem (BitDesc->Reg.Data.Mmio, &Register, BitDesc->SizeInBytes); in WriteBitDesc()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c249 UINTN SizeInBytes; in BltLibVideoFill() local
313 SizeInBytes = WidthInBytes * Height; in BltLibVideoFill()
314 if (SizeInBytes >= 8) { in BltLibVideoFill()
316 SizeInBytes = SizeInBytes & 3; in BltLibVideoFill()
318 if (SizeInBytes > 0) { in BltLibVideoFill()
330 SizeInBytes = WidthInBytes; in BltLibVideoFill()
331 if (SizeInBytes >= 8) { in BltLibVideoFill()
332 SetMem64 (BltMemDst, SizeInBytes & ~7, WideFill); in BltLibVideoFill()
333 SizeInBytes = SizeInBytes & 7; in BltLibVideoFill()
335 if (SizeInBytes > 0) { in BltLibVideoFill()
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Drivers/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c242 UINTN SizeInBytes;
306 SizeInBytes = WidthInBytes * Height;
307 if (SizeInBytes >= 8) {
309 SizeInBytes = SizeInBytes & 3;
311 if (SizeInBytes > 0) {
323 SizeInBytes = WidthInBytes;
324 if (SizeInBytes >= 8) {
325 SetMem64 (BltMemDst, SizeInBytes & ~7, WideFill);
326 SizeInBytes = SizeInBytes & 7;
328 if (SizeInBytes > 0) {
[all …]
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/rdma/simple/app/
H A Drdma_test.cpp96 printf("Size 0x%lx (%ld MB)\n", MemoryProperty->SizeInBytes, in run_rdma_tests()
97 MemoryProperty->SizeInBytes / (1024 * 1024)); in run_rdma_tests()
104 HSAuint64 SizeInBytes = 4096; in run_rdma_tests() local
115 SizeInBytes, in run_rdma_tests()
129 get_page_size.length = SizeInBytes; in run_rdma_tests()
145 get_cpu_ptr.length = SizeInBytes; in run_rdma_tests()
166 hsaKmtFreeMemory(MemoryAddress, SizeInBytes); in run_rdma_tests()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c206 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local
274 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill()
275 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
277 Destination += SizeInBytes & ~3; in FrameBufferBltLibVideoFill()
278 SizeInBytes &= 3; in FrameBufferBltLibVideoFill()
280 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill()
292 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill()
293 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill()
295 Destination += SizeInBytes & ~7; in FrameBufferBltLibVideoFill()
296 SizeInBytes &= 7; in FrameBufferBltLibVideoFill()
[all …]

12345678910>>...71