Home
last modified time | relevance | path

Searched defs:Buffer (Results 226 – 250 of 36736) sorted by last modified time

12345678910>>...1470

/dports/archivers/zip-ada/zip-ada/zip_lib/
H A Dbzip2-decoding.ads53 type Buffer is array(Natural range <>) of Interfaces.Unsigned_8; formal
H A Dzip-compress.adb77 Buffer : Byte_Buffer (1 .. buffer_size); variable
/dports/archivers/zip-ada/zip-ada/test/
H A Dseveral_sizes.adb14 type Buffer is array(Natural range <>) of Unsigned_8; type
H A Dtest_stream_performance.adb30 type Buffer is array(Natural range <>) of Unsigned_8; type
/dports/archivers/libunrar/unrar/
H A Dextract.cpp917 Array<byte> Buffer(0x10000); in UnstoreFile() local
/dports/archivers/lzma/lzma-19.00/Java/SevenZip/
H A DLzmaBench.java63 public byte[] Buffer = null; field in LzmaBench.CBenchRandomGenerator
/dports/archivers/lzma/lzma-19.00/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs68 public Byte[] Buffer = null; field in SevenZip.LzmaBench.CBenchRandomGenerator
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp802 CByteBuffer Buffer; member
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/toolkit/
H A Dreadotr.c29 } Buffer; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/core/
H A Dplatform.cpp1087 static ProfileBuffer& Buffer(PSLockRef) { in Buffer() function in ActivePS
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/system/windowsDHCPClient/tests/gtest/
H A DTestDHCPUtils.cpp40 _In_ LPBYTE Buffer, _Inout_ LPDWORD pSize, in DhcpRequestParamsWrapped()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/build/
H A DPoisonIOInterposerMac.cpp200 void* Buffer; // Will point to the jump buffer that lets us call member
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/itertools-0.8.2/src/
H A Dtuple_impl.rs176 type Buffer: Default + AsRef<[Option<Self::Item>]> + AsMut<[Option<Self::Item>]>; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/metal/examples/headless-render/
H A Dmain.rs144 fn create_vertex_buffer(device: &DeviceRef) -> Buffer { in create_vertex_buffer()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/metal/src/
H A Dargument.rs116 Buffer = 0, enumerator
H A Dbuffer.rs53 pub fn new_remote_buffer_view_for_device(&self, device: &DeviceRef) -> Buffer { in new_remote_buffer_view_for_device()
H A Ddevice.rs1910 pub fn new_buffer(&self, length: u64, options: MTLResourceOptions) -> Buffer { in new_buffer()
1922 ) -> Buffer { in new_buffer_with_data()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ryu/src/buffer/
H A Dmod.rs21 pub struct Buffer { struct
28 impl Buffer { impl
92 impl Copy for Buffer {} implementation
94 impl Clone for Buffer { implementation
101 impl Default for Buffer { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/termcolor/src/
H A Dlib.rs956 pub fn buffer(&self) -> Buffer { in buffer()
965 pub fn buffer(&self) -> Buffer { in buffer()
1016 pub struct Buffer(BufferInner); struct
1032 impl Buffer { implementation
1035 fn new(choice: ColorChoice) -> Buffer { in new()
1051 fn new(choice: ColorChoice, console: bool) -> Buffer { in new()
1138 impl io::Write for Buffer { implementation
1160 impl WriteColor for Buffer { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Dmtypes.h1663 GLfloat *Buffer; member
1674 GLuint *Buffer; /**< selection buffer */ member
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/flate2/src/gz/
H A Dbufread.rs319 struct Buffer<'a, T: 'a> { struct
326 impl<'a, T> Buffer<'a, T> { impl
337 impl<'a, T: Read> Read for Buffer<'a, T> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/src/sys/
H A Daio.rs96 pub enum Buffer<'a> { enum
110 impl<'a> Debug for Buffer<'a> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glsl/src/
H A Dsyntax.rs483 Buffer, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Ddevice.rs380 ) -> Result<B::Buffer, buffer::CreationError>; in create_buffer()
393 buf: &mut B::Buffer, in bind_buffer_memory()
400 unsafe fn destroy_buffer(&self, buffer: B::Buffer); in destroy_buffer()
405 buf: &B::Buffer, in create_buffer_view()
686 unsafe fn set_buffer_name(&self, buffer: &mut B::Buffer, name: &str); in set_buffer_name()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Ddevice.rs1164 ) -> Result<Buffer, buffer::CreationError> { in create_buffer()
1245 buffer: &mut Buffer, in bind_buffer_memory()
1431 _buffer: &Buffer, in create_buffer_view()
2345 unsafe fn destroy_buffer(&self, buffer: Buffer) { in destroy_buffer()
2414 unsafe fn set_buffer_name(&self, buffer: &mut Buffer, name: &str) { in set_buffer_name()

12345678910>>...1470