Home
last modified time | relevance | path

Searched defs:buf_t (Results 1 – 25 of 102) sorted by relevance

12345

/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogg123/
H A Dbuffer.h34 typedef struct buf_t struct
37 void *write_arg;
38 buffer_write_func_t write_func;
41 pthread_t thread;
43 pthread_mutex_t mutex;
45 pthread_cond_t playback_cond; /* signalled when playback can continue */
46 pthread_cond_t write_cond; /* signalled when more data can be written
73 } buf_t; argument
/dports/net/libunp/unpv12e/threads/
H A Dexample03.c27 struct buf_t { struct
35 } buf_t; argument
/dports/security/unicornscan/unicornscan-0.4.2/src/parse/
H A Dputil.h22 typedef struct buf_t { struct
25 } buf_t; typedef
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/buf/
H A Dbuffers.h22 typedef struct buf_t buf_t; typedef
92 struct buf_t { struct
102 chunk_t *buf_add_chunk_with_capacity(buf_t *buf, size_t capacity, int capped); argument
/dports/security/tor/tor-0.4.6.8/src/lib/buf/
H A Dbuffers.h22 typedef struct buf_t buf_t; typedef
92 struct buf_t { struct
102 chunk_t *buf_add_chunk_with_capacity(buf_t *buf, size_t capacity, int capped); argument
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dgaelco3d.h55 struct buf_t struct
65 buf_t buf[2]; argument
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dgaelco3d.h55 struct buf_t struct
65 buf_t buf[2]; argument
/dports/x11/polybar/polybar-3.5.7/lib/i3ipcpp/include/i3ipc++/
H A Dipc-util.hpp95 struct buf_t { struct
96 uint32_t size; ///< @brief Size of whole buffer
97 uint8_t* data; ///< @brief Pointer to the message
104 header_t* header;
111 char* payload;
/dports/net/proxy-suite/proxy-suite-1.9.2.4/common/
H A Dcom-socket.h78 typedef struct buf_t { struct
79 struct buf_t *next; /* Next one in the chain */ argument
80 size_t len; /* Number of bytes at ptr */
81 size_t cur; /* Currently used offset */
82 int flg; /* Flag for send() (e.g. OOB) */
83 char dat[8]; /* Beginning of data (Guard) */
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/apu/
H A DEffects_Buffer.h86 struct buf_t : Tracked_Blip_Buffer struct
94 ~buf_t() { } in ~buf_t() argument
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DEffects_Buffer.h89 struct buf_t : Tracked_Blip_Buffer struct
98 ~buf_t() { } in ~buf_t() argument
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DEffects_Buffer.h89 struct buf_t : Tracked_Blip_Buffer struct
98 ~buf_t() { } in ~buf_t() argument
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dic_conv.c162 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
299 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
345 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
408 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
530 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
574 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
637 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
894 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
960 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
1006 Byte * buf_t = buf + width * OMP_THREAD_NUM; in BC() local
[all …]
/dports/games/odamex/odamex-src-0.7.0/master/
H A Di_net.h278 buf_t() in buf_t() function
282 buf_t(size_t len) in buf_t() function
286 buf_t(const buf_t &other) in buf_t() function
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/fast_jai/include/
H A Dyst.h6 … const float * const buf_y, const float * const buf_s, const float * const buf_t, in planar_YST_to_interleaved_RGB()
39 float *buf_y, float *buf_s, float *buf_t, in interleaved_RGB_to_planar_YST()
/dports/www/libhubbub/libhubbub-0.3.7/perf/
H A Dhubbub.c22 typedef struct buf_t buf_t; typedef
57 struct buf_t { struct
58 char *buf;
59 size_t len;
60 size_t pos;
/dports/devel/boost-docs/boost_1_72_0/libs/lexical_cast/example/
H A Dsmall_examples.cpp33 typedef boost::array<char, 50> buf_t; // You can use std::array if your compiler supports it in number_to_file() typedef
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gnat.dg/
H A Darray6.adb7 type buf_t is array (unsigned_32 range <>) of character; type
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Darray6.adb7 type buf_t is array (unsigned_32 range <>) of character; type
/dports/devel/boost-python-libs/boost_1_72_0/libs/lexical_cast/example/
H A Dsmall_examples.cpp33 typedef boost::array<char, 50> buf_t; // You can use std::array if your compiler supports it in number_to_file() typedef
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gnat.dg/
H A Darray6.adb7 type buf_t is array (unsigned_32 range <>) of character; type
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Darray6.adb7 type buf_t is array (unsigned_32 range <>) of character; type
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Darray6.adb7 type buf_t is array (unsigned_32 range <>) of character; type
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Darray6.adb7 type buf_t is array (unsigned_32 range <>) of character; type
/dports/databases/xtrabackup/boost_1_59_0/libs/lexical_cast/example/
H A Dsmall_examples.cpp29 typedef boost::array<char, 50> buf_t; // You can use std::array if your compiler supports it in number_to_file() typedef

12345