Home
last modified time | relevance | path

Searched refs:rbuf_sz (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/core/
H A Dscreen.c48 size_t rbuf_sz = in resize_cellbuffer() local
61 memset(tui->acon.vidb, '\0', rbuf_sz); in resize_cellbuffer()
158 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz) in tui_screen_tpack() argument
343 *rbuf_sz = outsz; in tui_screen_tpack()
417 size_t rbuf_sz; in tui_screen_refresh() local
419 (struct tpack_gen_opts){.synch = true}, &rbuf, &rbuf_sz); in tui_screen_refresh()
H A Dinput.c270 size_t rbuf_sz = 0; in dump_dbg() local
272 (struct tpack_gen_opts){.full = true, .synch = false}, &rbuf, &rbuf_sz); in dump_dbg()
278 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
283 (struct tpack_gen_opts){.full = true, .back = true}, &rbuf, &rbuf_sz); in dump_dbg()
287 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
292 (struct tpack_gen_opts){0}, &rbuf, &rbuf_sz); in dump_dbg()
296 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/core/
H A Dscreen.c48 size_t rbuf_sz = in resize_cellbuffer() local
61 memset(tui->acon.vidb, '\0', rbuf_sz); in resize_cellbuffer()
158 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz) in tui_screen_tpack() argument
343 *rbuf_sz = outsz; in tui_screen_tpack()
417 size_t rbuf_sz; in tui_screen_refresh() local
419 (struct tpack_gen_opts){.synch = true}, &rbuf, &rbuf_sz); in tui_screen_refresh()
H A Dinput.c270 size_t rbuf_sz = 0; in dump_dbg() local
272 (struct tpack_gen_opts){.full = true, .synch = false}, &rbuf, &rbuf_sz); in dump_dbg()
278 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
283 (struct tpack_gen_opts){.full = true, .back = true}, &rbuf, &rbuf_sz); in dump_dbg()
287 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
292 (struct tpack_gen_opts){0}, &rbuf, &rbuf_sz); in dump_dbg()
296 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/core/
H A Dscreen.c48 size_t rbuf_sz = in resize_cellbuffer() local
61 memset(tui->acon.vidb, '\0', rbuf_sz); in resize_cellbuffer()
158 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz) in tui_screen_tpack() argument
343 *rbuf_sz = outsz; in tui_screen_tpack()
417 size_t rbuf_sz; in tui_screen_refresh() local
419 (struct tpack_gen_opts){.synch = true}, &rbuf, &rbuf_sz); in tui_screen_refresh()
H A Dinput.c270 size_t rbuf_sz = 0; in dump_dbg() local
272 (struct tpack_gen_opts){.full = true, .synch = false}, &rbuf, &rbuf_sz); in dump_dbg()
278 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
283 (struct tpack_gen_opts){.full = true, .back = true}, &rbuf, &rbuf_sz); in dump_dbg()
287 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
292 (struct tpack_gen_opts){0}, &rbuf, &rbuf_sz); in dump_dbg()
296 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/core/
H A Dscreen.c48 size_t rbuf_sz = in resize_cellbuffer() local
61 memset(tui->acon.vidb, '\0', rbuf_sz); in resize_cellbuffer()
158 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz) in tui_screen_tpack() argument
343 *rbuf_sz = outsz; in tui_screen_tpack()
417 size_t rbuf_sz; in tui_screen_refresh() local
419 (struct tpack_gen_opts){.synch = true}, &rbuf, &rbuf_sz); in tui_screen_refresh()
H A Dinput.c270 size_t rbuf_sz = 0; in dump_dbg() local
272 (struct tpack_gen_opts){.full = true, .synch = false}, &rbuf, &rbuf_sz); in dump_dbg()
278 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
283 (struct tpack_gen_opts){.full = true, .back = true}, &rbuf, &rbuf_sz); in dump_dbg()
287 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
292 (struct tpack_gen_opts){0}, &rbuf, &rbuf_sz); in dump_dbg()
296 fwrite(rbuf, rbuf_sz, 1, fout); in dump_dbg()
/dports/www/squid/squid-4.15/src/
H A Dhelper.cc206 srv->rbuf = (char *)memAllocBuf(ReadBufSize, &srv->rbuf_sz); in helperOpenServers()
241 comm_read(srv->readPipe, srv->rbuf, srv->rbuf_sz - 1, call); in helperOpenServers()
334 srv->rbuf = (char *)memAllocBuf(ReadBufSize, &srv->rbuf_sz); in helperStatefulOpenServers()
363 comm_read(srv->readPipe, srv->rbuf, srv->rbuf_sz - 1, call); in helperStatefulOpenServers()
732 memFreeBuf(srv->rbuf_sz, srv->rbuf); in helperServerFree()
798 memFreeBuf(srv->rbuf_sz, srv->rbuf); in helperStatefulServerFree()
1030 assert(msgSize <= srv->rbuf_sz); in helperHandleRead()
1044 assert(msgSize <= srv->rbuf_sz); in helperHandleRead()
1055 int spaceSize = srv->rbuf_sz - srv->roffset - 1; in helperHandleRead()
1116 "helper that overflowed " << srv->rbuf_sz << "-byte " << in helperStatefulHandleRead()
[all …]
H A Dhelper.h181 size_t rbuf_sz; variable
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h171 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz);
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h171 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz);
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h171 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz);
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/
H A Dtui_int.h171 struct tpack_gen_opts opts, uint8_t** rbuf, size_t* rbuf_sz);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_batch_normalization.cpp1809 int rbuf_sz in init_scratchpad() local
1814 scratchpad.book<acc_data_t>(key_bnorm_reduction, rbuf_sz); in init_scratchpad()
H A Djit_uni_tbb_batch_normalization.cpp1747 int rbuf_sz = (bdesc->is_fwd() ? 1 : 2) * C_PADDED * nthrs; in init_scratchpad() local
1751 scratchpad.book<acc_data_t>(key_bnorm_reduction, rbuf_sz); in init_scratchpad()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_batch_normalization.cpp1806 int rbuf_sz = (bdesc->is_fwd() ? 1 : 2) * C_PADDED * nthr; in init_scratchpad() local
1810 scratchpad.book<acc_data_t>(key_bnorm_reduction, rbuf_sz); in init_scratchpad()
H A Djit_uni_tbb_batch_normalization.cpp1745 int rbuf_sz = (bdesc->is_fwd() ? 1 : 2) * C_PADDED * nthrs; in init_scratchpad() local
1749 scratchpad.book<acc_data_t>(key_bnorm_reduction, rbuf_sz); in init_scratchpad()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Djit_uni_batch_normalization.cpp2032 int rbuf_sz in init_scratchpad() local
2037 scratchpad.book<acc_data_t>(key_bnorm_reduction, rbuf_sz); in init_scratchpad()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Djit_uni_batch_normalization.cpp2032 int rbuf_sz in init_scratchpad() local
2037 scratchpad.book<acc_data_t>(key_bnorm_reduction, rbuf_sz); in init_scratchpad()