Home
last modified time | relevance | path

Searched defs:buffer_t (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/audio/mp3asm/mp3asm-0.1/src/
H A Dutils.h27 typedef struct buffer_t struct
35 } buffer_t; argument
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dchained_buffer.hpp76 struct buffer_t struct
78 buffer_t() {} in buffer_t() argument
80 buffer_t(buffer_t&& rhs) noexcept in buffer_t() argument
89 buffer_t& operator=(buffer_t&& rhs) & noexcept in operator =()
100 buffer_t(buffer_t const& rhs) noexcept in buffer_t() argument
102 buffer_t& operator=(buffer_t const& rhs) & noexcept in operator =()
111 destruct_holder_fun destruct_holder;
113 move_construct_holder_fun move_holder;
115 aux::aligned_storage<32>::type holder;
116 char* buf = nullptr; // the first byte of the buffer
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dchained_buffer.hpp76 struct buffer_t struct
78 buffer_t() {} in buffer_t() function
80 buffer_t(buffer_t&& rhs) noexcept in buffer_t() argument
89 buffer_t& operator=(buffer_t&& rhs) & noexcept in operator =()
100 buffer_t(buffer_t const& rhs) noexcept in buffer_t() function
102 buffer_t& operator=(buffer_t const& rhs) & noexcept in operator =()
111 destruct_holder_fun destruct_holder;
113 move_construct_holder_fun move_holder;
115 aux::aligned_storage<32>::type holder;
116 char* buf = nullptr; // the first byte of the buffer
[all …]
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dbuffer.h4 typedef struct buffer_t { struct
9 } buffer_t; argument
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/
H A Dbuffer.h29 typedef struct buffer_t struct
34 } buffer_t; argument
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DSample.h34 struct buffer_t { struct
43 buffer_t() { in buffer_t() argument
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/canvas/
H A DIDrawContext.h41 struct buffer_t struct
45 QImage image; //< the canvas buffer
47 int zoomLevels; //< the number of zoom levels
51 QPointF ref1; //< top left corner
52 QPointF ref2; //< top right corner
53 QPointF ref3; //< bottom right corner
54 QPointF ref4; //< bottom left corner
55 QPointF focus; //< point of focus
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/canvas/
H A DIDrawContext.h130 struct buffer_t struct
146 virtual void drawt(buffer_t& currentBuffer) = 0; argument
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/files/lspc/
H A DLSPCAudioReader.h48 typedef struct buffer_t struct
53 } buffer_t; argument
/dports/x11-wm/awesome/awesome-4.3/common/
H A Dbuffer.h35 typedef struct buffer_t struct
41 } buffer_t; argument
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dphase_detector.h33 typedef struct buffer_t struct
37 } buffer_t; argument
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Dv4l2.h35 struct buffer_t struct
55 struct buffer_t *StartMmap (vlc_object_t *, int, uint32_t *); argument
/dports/devel/wandio/wandio-1.0.5/lib/
H A Diow-thread.c59 struct buffer_t { struct
68 struct buffer_t buffer[BUFFERS]; argument
H A Dior-thread.c60 struct buffer_t { struct
68 struct buffer_t *buffer; argument
/dports/net/libtrace/libtrace-3.0.19/libwandio/
H A Dior-thread.c65 struct buffer_t { struct
73 struct buffer_t *buffer; argument
H A Diow-thread.c65 struct buffer_t { struct
73 struct buffer_t buffer[BUFFERS]; argument
/dports/math/py-pyodeint/pyodeint-0.10.4/external/anyode/include/anyode/
H A Danyode_buffer.hpp40 template<typename T> using buffer_t = std::unique_ptr<T[]>; typedef
53 template<typename T> using buffer_t = std::vector<T>; typedef
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/sources/anyode/
H A Danyode_buffer.hpp40 template<typename T> using buffer_t = std::unique_ptr<T[]>; typedef
53 template<typename T> using buffer_t = std::vector<T>; typedef
/dports/math/py-pygslodeiv2/pygslodeiv2-0.9.4/external/anyode/include/anyode/
H A Danyode_buffer.hpp40 template<typename T> using buffer_t = std::unique_ptr<T[]>; typedef
53 template<typename T> using buffer_t = std::vector<T>; typedef
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/dynamicoverlay/
H A Ddynamicoverlay.h35 typedef struct buffer_t struct
42 } buffer_t; argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/lzx/
H A Dcompressor.c26 typedef struct buffer_t { struct
30 } buffer_t; argument
/dports/security/ipguard/ipguard-1.04/
H A Dpacket.c73 static struct buffer_t { struct
81 if ((buffer = (struct buffer_t *) malloc(sizeof(struct buffer_t) * buffer_num)) == NULL) { in buffer_init() argument
/dports/net/nbd-server/nbd-3.23/
H A Dbuffer.h31 typedef struct buffer buffer_t; typedef
/dports/security/gnutls/gnutls-3.6.16/doc/examples/tlsproxy/
H A Dbuffer.h31 typedef struct buffer buffer_t; typedef
/dports/databases/pymongo/pymongo-3.12.0/bson/
H A Dbuffer.h24 typedef struct buffer* buffer_t; typedef

12345678910>>...15