Home
last modified time | relevance | path

Searched refs:bigbuf (Results 201 – 225 of 258) sorted by relevance

1234567891011

/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Havok/
H A DDebugUtils.pm353 refbufstr => $bce->{bigbuf},
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/bktr/
H A Dbktr_reg.h455 vaddr_t bigbuf; /* buffer that holds the captured image */ member
/dports/emulators/bochs/bochs-2.7/gui/
H A Denh_dbg.cc172 char bigbuf[outbufSIZE]; // 40K preallocated storage for all char buffers (see DoAllInit) variable
173 char *DbgAppendPtr = bigbuf;
607 DbgAppendPtr = bigbuf; // throw away the line in ParseIDText()
620 char *s = DbgAppendPtr = bigbuf; // s -> raw text line from debugger in ParseIDText()
667 s = bigbuf; in ParseIDText()
2127 p = bigbuf + outbufSIZE; // point at the end of preallocated mem in DoAllInit()
/dports/databases/p5-Genezzo/Genezzo-0.72/t/
H A DRow1.t712 $href->{bigbuf} = \$buff;
778 $href->{bigbuf} = \$buff;
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/format/internal/
H A Dfloats.d703 ulong[max_buf] bigbuf;
726 ulong[] mybig = bigbuf[0 .. count];
792 ulong[] mybig = bigbuf[0 .. count];
1596 ulong[max_buf] bigbuf;
1621 ulong[] mybig = bigbuf[0 .. count];
1659 ulong[] mybig = bigbuf[0 .. count];
/dports/devel/sunpromake/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/devel/sccs/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/devel/schilybase/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/net/rscsi/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/archivers/star/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/sysutils/cdrtools/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/editors/ved/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/devel/smake/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/sysutils/schilyutils/schily-2021-09-18/star/
H A Dfifo.c340 extern char *bigbuf; in initfifo()
344 bigptr = bigbuf = mp->base; in initfifo()
H A Dstar.h962 extern char *bigbuf;
/dports/games/multimc/MultiMC5-0.6.11/libraries/pack200/src/
H A Dunpack.cpp1155 bytes bigbuf; in read_Utf8_values() local
1156 bigbuf.malloc(maxlen * 3 + 1); // max Utf8 length, plus slop for nullptr in read_Utf8_values()
1158 tmallocs.add(bigbuf.ptr); // free after this block in read_Utf8_values()
1173 fillp = skip_Utf8_chars(bigbuf.ptr, prefix); in read_Utf8_values()
1176 assert(bigbuf.inBounds(fillp)); in read_Utf8_values()
1178 int length = (int)(fillp - bigbuf.ptr); in read_Utf8_values()
1181 value.copyFrom(bigbuf.ptr, length); in read_Utf8_values()
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Row/
H A DRSFile.pm817 refbufstr => $bce->{bigbuf},

1234567891011