Home
last modified time | relevance | path

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

/dports/devel/publib/publib-0.40/includes/publib/
H A Dtbuf.h41 typedef struct tbuf Tbuf; typedef
43 Tbuf *tbuf_create(const char *, size_t);
44 void tbuf_destroy(Tbuf *);
45 Tbuf *tbuf_copy(Tbuf *, size_t, size_t);
46 Tbuf *tbuf_cat(Tbuf *, Tbuf *);
47 size_t tbuf_length(Tbuf *);
48 void tbuf_chars(char *, Tbuf *, size_t, size_t);
51 Tbuf *tbuf;
59 void tbuf_get_stats(struct tbuf_stat *, Tbuf *);
/dports/devel/publib/publib-0.40/tbuf/
H A Dtest_tbuf_with_stats.c64 static Tbuf *x_tbuf_create(const char *str, size_t len) { in x_tbuf_create()
65 Tbuf *tbuf; in x_tbuf_create()
74 static Tbuf *x_tbuf_copy(Tbuf *tbuf, size_t offset, size_t len) {
75 Tbuf *tbuf2;
84 static Tbuf *x_tbuf_cat(Tbuf *tbuf1, Tbuf *tbuf2) { in x_tbuf_cat()
85 Tbuf *tbuf; in x_tbuf_cat()
109 static void print_stats(Tbuf *tbuf) { in print_stats()
123 Tbuf *tbuf, *tbuf_char, *tbuf_new; in test_single_inserts()
141 Tbuf *tbuf, *tbuf_new, *tbuf1, *tbuf2, *tbuf3, *tbuf4; in main()
H A Dtest_tbuf.c46 static Tbuf *x_tbuf_create(const char *str, size_t len) { in x_tbuf_create()
47 Tbuf *tbuf; in x_tbuf_create()
55 static Tbuf *x_tbuf_copy(Tbuf *tbuf, size_t offset, size_t len) { in x_tbuf_copy()
56 Tbuf *tbuf2; in x_tbuf_copy()
64 static Tbuf *x_tbuf_cat(Tbuf *tbuf1, Tbuf *tbuf2) { in x_tbuf_cat()
65 Tbuf *tbuf; in x_tbuf_cat()
74 Tbuf *tbuf, *tbuf2, *tbuf3; in main()
H A Dtbuf.c157 Tbuf *next, *prev;
356 Tbuf *tbuf; in new_tbuf()
374 Tbuf *tbuf; in tbuf_create()
437 Tbuf *tbuf; in garbage_collect()
813 static Tbuf *copy_tbuf(Tbuf *tbuf) { in copy_tbuf()
814 Tbuf *new; in copy_tbuf()
1016 static Node *stupid_cat(Tbuf *tbuf1, Tbuf *tbuf2, Node *p1, Node *p2) { in stupid_cat()
1044 Tbuf *tbuf_cat(Tbuf *tbuf1, Tbuf *tbuf2) { in tbuf_cat()
1045 Tbuf *tbuf_new; in tbuf_cat()
1079 Tbuf *tbuf_copy(Tbuf *tbuf, size_t start, size_t length) { in tbuf_copy()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/
H A Dlensfun.cc199 T* Tbuf = NULL; in vips_lensfun_gen_template() local
205 Tbuf = (T *)(((uintptr_t)ptr+15) & ~ (uintptr_t)0x0F); in vips_lensfun_gen_template()
210 Tpos = Tbuf; in vips_lensfun_gen_template()
326 memcpy( Tbuf, q, sizeof(T)*line_size ); in vips_lensfun_gen_template()
328 Tbuf[x] /= lensfun->gain; in vips_lensfun_gen_template()
330 lensfun->modifier->ApplyColorModification (Tbuf, s.left, s.top+y, s.width, 1, in vips_lensfun_gen_template()
333 memcpy( q, Tbuf, sizeof(T)*line_size ); in vips_lensfun_gen_template()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Ducdtrvpart.cpp200 void* Tbuf; in test_multiple_loads_of_same_file() local
201 rval = mb.tag_iterate(Ttag0, verts.begin(), verts.end(), count, Tbuf); in test_multiple_loads_of_same_file()
206 double* data = (double*) Tbuf; in test_multiple_loads_of_same_file()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/sounddsp/
H A DEQ.cpp66 template <std::size_t channels, typename Tbuf>
67 static void EQFilter(Tbuf & buf, const std::array<EQBANDSETTINGS, MAX_EQ_BANDS> &bands, std::array<… in EQFilter()
89 buf(channel, frame) = mix_sample_cast<typename Tbuf::sample_type>(sample); in EQFilter()
/dports/devel/9base/9base-6/troff/
H A Dtdef.h55 typedef struct Tbuf Tbuf; typedef
419 struct Tbuf { /* growable Tchar buffer */ struct
581 Tbuf _line;
582 Tbuf _word;
H A Dext.h141 extern Tbuf _oline;
H A Dni.c157 Tbuf _oline;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dtdef.h55 typedef struct Tbuf Tbuf; typedef
421 struct Tbuf { /* growable Tchar buffer */ struct
583 Tbuf _line;
584 Tbuf _word;
H A Dext.h141 extern Tbuf _oline;
H A Dni.c157 Tbuf _oline;
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/common/
H A Dmisc_util.h210 template <typename Tstring, typename Tbuf, typename Tsize>
211 Tstring ParseMaybeNullTerminatedStringFromBufferWithSizeInBytes(const Tbuf *buf, Tsize sizeBytes) in ParseMaybeNullTerminatedStringFromBufferWithSizeInBytes()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A Dread_ucd_nc.cpp117 void* Tbuf; in test_read_onevar() local
118 rval = mb.tag_iterate(Ttag0, verts.begin(), verts.end(), count, Tbuf); in test_read_onevar()
123 double* data = (double*) Tbuf; in test_read_onevar()
/dports/databases/db18/db-18.1.40/src/mutex/
H A Dtest_mutex.c958 char *args[13], lbuf[16], nbuf[16], pbuf[16], tbuf[16], Tbuf[256]; local
974 snprintf(Tbuf, sizeof(Tbuf), "%s=%lu", typearg, id);
975 args[10] = Tbuf;
/dports/databases/db5/db-5.3.28/src/mutex/
H A Dtest_mutex.c991 char *args[13], lbuf[16], nbuf[16], pbuf[16], tbuf[16], Tbuf[256]; local
1007 snprintf(Tbuf, sizeof(Tbuf), "%s=%lu", typearg, id);
1008 args[10] = Tbuf;
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dt_sp_xl.pas53 pt, ct, dt: Tbuf;
H A Dt_tf_xl.pas53 pt, ct, dt: Tbuf;
H A Dt_aes_xl.pas53 pt, ct, dt: Tbuf;
/dports/graphics/pgplot/pgplot/drivers/
H A Dhjdriv.f1195 Tbuf = 257 - K1 + K
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/opencores/i2c/rtl/vhdl/
H A DI2C.VHD332 -- Tbuf 4.7us 1.3us Bus free time between a stop and start condition
H A Di2c_master_bit_ctrl.vhd133 -- Tbuf 4.7us 1.3us Bus free time between a stop and start condition
/dports/databases/db5/db-5.3.28/dist/validate/
H A Ds_chk_spell.dict5634 Tbuf
/dports/databases/db18/db-18.1.40/dist/validate/
H A Ds_chk_spell.dict5634 Tbuf