Home
last modified time | relevance | path

Searched refs:Memory (Results 201 – 225 of 33044) sorted by relevance

12345678910>>...1322

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c376 VOID *Memory; in InternalAllocatePool() local
380 Memory = NULL; in InternalAllocatePool()
382 return Memory; in InternalAllocatePool()
468 VOID *Memory; in InternalAllocateZeroPool() local
471 if (Memory != NULL) { in InternalAllocateZeroPool()
472 Memory = ZeroMem (Memory, AllocationSize); in InternalAllocateZeroPool()
474 return Memory; in InternalAllocateZeroPool()
567 VOID *Memory; in InternalAllocateCopyPool() local
573 if (Memory != NULL) { in InternalAllocateCopyPool()
574 Memory = CopyMem (Memory, Buffer, AllocationSize); in InternalAllocateCopyPool()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c370 VOID *Memory; in InternalAllocatePool() local
374 Memory = NULL; in InternalAllocatePool()
376 return Memory; in InternalAllocatePool()
462 VOID *Memory; in InternalAllocateZeroPool() local
465 if (Memory != NULL) { in InternalAllocateZeroPool()
466 Memory = ZeroMem (Memory, AllocationSize); in InternalAllocateZeroPool()
468 return Memory; in InternalAllocateZeroPool()
561 VOID *Memory; in InternalAllocateCopyPool() local
567 if (Memory != NULL) { in InternalAllocateCopyPool()
568 Memory = CopyMem (Memory, Buffer, AllocationSize); in InternalAllocateCopyPool()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c370 VOID *Memory; in InternalAllocatePool() local
374 Memory = NULL; in InternalAllocatePool()
376 return Memory; in InternalAllocatePool()
462 VOID *Memory; in InternalAllocateZeroPool() local
465 if (Memory != NULL) { in InternalAllocateZeroPool()
466 Memory = ZeroMem (Memory, AllocationSize); in InternalAllocateZeroPool()
468 return Memory; in InternalAllocateZeroPool()
561 VOID *Memory; in InternalAllocateCopyPool() local
567 if (Memory != NULL) { in InternalAllocateCopyPool()
568 Memory = CopyMem (Memory, Buffer, AllocationSize); in InternalAllocateCopyPool()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c370 VOID *Memory; in InternalAllocatePool() local
374 Memory = NULL; in InternalAllocatePool()
376 return Memory; in InternalAllocatePool()
462 VOID *Memory; in InternalAllocateZeroPool() local
465 if (Memory != NULL) { in InternalAllocateZeroPool()
466 Memory = ZeroMem (Memory, AllocationSize); in InternalAllocateZeroPool()
468 return Memory; in InternalAllocateZeroPool()
561 VOID *Memory; in InternalAllocateCopyPool() local
567 if (Memory != NULL) { in InternalAllocateCopyPool()
568 Memory = CopyMem (Memory, Buffer, AllocationSize); in InternalAllocateCopyPool()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c370 VOID *Memory; in InternalAllocatePool() local
374 Memory = NULL; in InternalAllocatePool()
376 return Memory; in InternalAllocatePool()
462 VOID *Memory; in InternalAllocateZeroPool() local
465 if (Memory != NULL) { in InternalAllocateZeroPool()
466 Memory = ZeroMem (Memory, AllocationSize); in InternalAllocateZeroPool()
468 return Memory; in InternalAllocateZeroPool()
561 VOID *Memory; in InternalAllocateCopyPool() local
567 if (Memory != NULL) { in InternalAllocateCopyPool()
568 Memory = CopyMem (Memory, Buffer, AllocationSize); in InternalAllocateCopyPool()
[all …]
/dports/www/py-dj32-django-treebeard/django-treebeard-4.4/docs/source/
H A Dtutorial.rst41 <Category: Category: Desktop Memory>
43 <Category: Category: Laptop Memory>
45 <Category: Category: Server Memory>
61 "Computer Hardware" -> "Memory";
62 "Memory" -> "Desktop Memory";
63 "Memory" -> "Laptop Memory";
64 "Memory" -> "Server Memory";
87 (<Category: Category: Memory>,
89 (<Category: Category: Desktop Memory>,
91 (<Category: Category: Laptop Memory>,
[all …]
/dports/www/py-django-treebeard/django-treebeard-4.4/docs/source/
H A Dtutorial.rst41 <Category: Category: Desktop Memory>
43 <Category: Category: Laptop Memory>
45 <Category: Category: Server Memory>
61 "Computer Hardware" -> "Memory";
62 "Memory" -> "Desktop Memory";
63 "Memory" -> "Laptop Memory";
64 "Memory" -> "Server Memory";
87 (<Category: Category: Memory>,
89 (<Category: Category: Desktop Memory>,
91 (<Category: Category: Laptop Memory>,
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/rust-argon2-0.8.3/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/rust-argon2-0.8.2/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { impl
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/rust-argon2-0.8.3/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/rust-argon2-0.8.2/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/rust-argon2-0.8.2/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/rust-argon2-0.8.3/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/rust-argon2/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { implementation
33 Memory { in new()
42 let ptr: *mut Memory = self; in as_lanes_mut()
51 impl Debug for Memory { implementation
57 impl Index<u32> for Memory { implementation
64 impl Index<u64> for Memory { implementation
71 impl Index<(u32, u32)> for Memory { implementation
79 impl IndexMut<u32> for Memory { implementation
85 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rust-argon2-0.8.3/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/rust-argon2-0.8.3/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rust-argon2-0.7.0/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { in new()
42 let ptr: *mut Memory = self; in as_lanes_mut()
51 impl Debug for Memory { implementation
57 impl Index<u32> for Memory { implementation
64 impl Index<u64> for Memory { implementation
71 impl Index<(u32, u32)> for Memory { implementation
79 impl IndexMut<u32> for Memory { implementation
85 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rust-argon2-0.7.0/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { in new()
42 let ptr: *mut Memory = self; in as_lanes_mut()
51 impl Debug for Memory { implementation
57 impl Index<u32> for Memory { implementation
64 impl Index<u64> for Memory { implementation
71 impl Index<(u32, u32)> for Memory { implementation
79 impl IndexMut<u32> for Memory { implementation
85 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rust-argon2-0.8.2/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/rust-argon2-0.7.0/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { in new()
42 let ptr: *mut Memory = self; in as_lanes_mut()
51 impl Debug for Memory { implementation
57 impl Index<u32> for Memory { implementation
64 impl Index<u64> for Memory { implementation
71 impl Index<(u32, u32)> for Memory { implementation
79 impl IndexMut<u32> for Memory { implementation
85 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/rust-argon2/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/rust-argon2-0.8.3/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/rust-argon2-0.8.3/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/rust-argon2-0.7.0/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { argument
33 Memory { in new()
42 let ptr: *mut Memory = self; in as_lanes_mut()
51 impl Debug for Memory { implementation
57 impl Index<u32> for Memory { implementation
64 impl Index<u64> for Memory { implementation
71 impl Index<(u32, u32)> for Memory { implementation
79 impl IndexMut<u32> for Memory { implementation
85 impl IndexMut<u64> for Memory { implementation
[all …]
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/rust-argon2-0.8.2/src/
H A Dmemory.rs15 pub struct Memory { struct
26 impl Memory { implementation
33 Memory { rows, cols, blocks } in new()
39 let ptr: *mut Memory = self; in as_lanes_mut()
48 impl Debug for Memory { implementation
54 impl Index<u32> for Memory { implementation
61 impl Index<u64> for Memory { implementation
68 impl Index<(u32, u32)> for Memory { implementation
76 impl IndexMut<u32> for Memory { implementation
82 impl IndexMut<u64> for Memory { implementation
[all …]

12345678910>>...1322