Home
last modified time | relevance | path

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

123

/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-encoders.adb101 Buf_Size : constant Streams.Stream_Element_Offset := Best_Size (Data'Length); constant
102 Buf : Streams.Stream_Element_Array (1 .. Buf_Size);
103 Res : Streams.Stream_Element_Array (1 .. Buf_Size);
104 Tmp : String (1 .. Natural (Buf_Size));
168 Buf_Size : constant Streams.Stream_Element_Offset := Best_Size (Data'Length); constant
169 Res : Streams.Stream_Element_Array (1 .. Buf_Size);
170 Tmp : String (1 .. Natural (Buf_Size));
/dports/devel/fmake/fmake-r250982/
H A Dbuf.c61 Buf_Size(const Buffer *buf) in Buf_Size() function
86 size_t len = Buf_Size(bp); in BufExpand()
139 *len = Buf_Size(bp); in Buf_GetAll()
238 Buf_AddBytes(bp, Buf_Size(buf), buf->buf); in Buf_AppendBuf()
H A Dvar.c467 Buf_Size(pattern->lhs)) == 0)) { in VarSubstitute()
479 if (Buf_Size(pattern->rhs) != 0) { in VarSubstitute()
498 if ((Buf_Size(pattern->rhs) + wordLen - in VarSubstitute()
499 Buf_Size(pattern->lhs)) != 0) { in VarSubstitute()
507 Buf_Size(pattern->lhs), in VarSubstitute()
508 (word + Buf_Size(pattern->lhs))); in VarSubstitute()
527 Buf_Size(pattern->lhs)) == 0)) { in VarSubstitute()
567 origSize = Buf_Size(buf); in VarSubstitute()
572 Buf_Size(pattern->rhs)) != 0)) { in VarSubstitute()
579 Buf_Size(pattern->lhs); in VarSubstitute()
[all …]
H A Dbuf.h89 size_t Buf_Size(const Buffer *);
/dports/lang/mmix/mmix-20160804_1/
H A Dcopy.mms7 Buf_Size IS 5 ridiculously small for testing
9 Buffer LOC @+Buf_Size
12 Arg1 OCTA Buffer,Buf_Size
54 EndIt INCL t,Buf_Size
/dports/devel/ada-util/ada-util-b6612400/regtests/
H A Dutil-streams-buffered-tests.adb113 for Buf_Size in 1 .. 19 loop
115 Input => Big_Stream'Unchecked_Access, Size => Buf_Size);
138 & Natural'Image (Buf_Size) & " repeat " & Natural'Image (Repeat));
/dports/databases/apq-pgsql/apq-pgsql-3.2.0/src/
H A Dapq-postgresql-client.adb1421 if Buf_Size > 0 then
1463 Internal_Blob_Open(Blob,Write,Buf_Size);
1480 Internal_Blob_Open(Blob,Mode,Buf_Size);
1491 Internal_Write(Blob,Blob.Buffer(1..Blob.Buf_Size));
1657 return Blob_Open(DB,Row_ID_Type(Oid),Mode,Buf_Size);
1801 if Stream.Buf_Offset + Stream.Buf_Size - 1 > Stream.The_Size then
1805 Internal_Read(Stream,Stream.Buffer(1..Stream.Buf_Size),Last);
1806 if Last /= Stream.Buf_Size then -- Check that all was read
1856 Stream.Buf_Size := 0; -- No data in this buffer yet
1867 if BX > Stream.Buf_Size then -- Did the buffer contents grow?
[all …]
H A Dapq-postgresql-client.ads165 …function Blob_Create(DB : access Connection_Type; Buf_Size : Natural := Buf_Size_Default) return B…
166 …function Blob_Open(DB : access Connection_Type; Oid : Row_ID_Type; Mode : Mode_Type; Buf_Size : Na…
186 …function Generic_Blob_Open(DB : access Connection_Type; Oid : Oid_Type; Mode : Mode_Type; Buf_Size
254 Buf_Size : Str.Stream_Element_Offset := 0; -- The logical size of the buffer component
/dports/databases/apq-pgsql/apq-pgsql-3.2.0/ssl/src/
H A Dapq-postgresql-client.adb1613 if Buf_Size > 0 then
1655 Internal_Blob_Open(Blob,Write,Buf_Size);
1672 Internal_Blob_Open(Blob,Mode,Buf_Size);
1683 Internal_Write(Blob,Blob.Buffer(1..Blob.Buf_Size));
1849 return Blob_Open(DB,Row_ID_Type(Oid),Mode,Buf_Size);
1995 if Stream.Buf_Offset + Stream.Buf_Size - 1 > Stream.The_Size then
1999 Internal_Read(Stream,Stream.Buffer(1..Stream.Buf_Size),Last);
2000 if Last /= Stream.Buf_Size then -- Check that all was read
2050 Stream.Buf_Size := 0; -- No data in this buffer yet
2061 if BX > Stream.Buf_Size then -- Did the buffer contents grow?
[all …]
H A Dapq-postgresql-client.ads205 …function Blob_Create(DB : access Connection_Type; Buf_Size : Natural := Buf_Size_Default) return B…
206 …function Blob_Open(DB : access Connection_Type; Oid : Row_ID_Type; Mode : Mode_Type; Buf_Size : Na…
226 …function Generic_Blob_Open(DB : access Connection_Type; Oid : Oid_Type; Mode : Mode_Type; Buf_Size
299 Buf_Size : Str.Stream_Element_Offset := 0; -- The logical size of the buffer component
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A Dbibtex-1.c179 if ((ex_buf_length + (p_ptr2 - p_ptr1)) > Buf_Size)
268 if ((out_buf_length + (p_ptr2 - p_ptr1)) > Buf_Size)
1081 BIB_ERR2 ("Your field is more than %ld characters", (long) Buf_Size);
2619 Buf_Size, Buf_Size + BUF_SIZE);
2621 Buf_Size, Buf_Size + BUF_SIZE);
2623 Buf_Size, Buf_Size + BUF_SIZE);
2625 Buf_Size, Buf_Size + BUF_SIZE);
2627 Buf_Size, Buf_Size + BUF_SIZE);
2629 Buf_Size, Buf_Size + BUF_SIZE);
H A DChangeLog57 * bibtex-2.c: Do not check whether Glob_Str_Size > Buf_Size,
58 and Ent_Str_size > Buf_Size, since Buf_Size can be changed
64 * bibtex-2.c: Do not check whether Glob_Str_Size > Buf_Size,
198 * gblvars.h (Buf_Size, Max_Bib_Files): New global vars.
199 * utils.c: Set Buf_Size=BUF_SIZE, Max_Bib_Files=MAX_BIB_FILES.
202 * bibtex-1.c, bibtex-2.c: Use Buf_Size and Max_Bib_Files.
H A Dutils.c304 bytes_required = (Buf_Size + 1) * (unsigned long) sizeof (ASCIICode_T); in allocate_arrays()
340 bytes_required = (Buf_Size + 1) * (unsigned long) sizeof (ASCIICode_T); in allocate_arrays()
414 bytes_required = (Buf_Size + 1) * (unsigned long) sizeof (ASCIICode_T); in allocate_arrays()
420 bytes_required = (Buf_Size + 1) * (unsigned long) sizeof (BufPointer_T); in allocate_arrays()
426 bytes_required = (Buf_Size + 1) * (unsigned long) sizeof (ASCIICode_T); in allocate_arrays()
450 bytes_required = (Buf_Size + 1) * (unsigned long) sizeof (ASCIICode_T); in allocate_arrays()
1192 LOG_CAPACITY (Buf_Size); in report_bibtex_capacity()
1418 Buf_Size = BUF_SIZE; in set_array_sizes()
1443 Buf_Size, Max_Bib_Files); in set_array_sizes()
H A Dbibtex.h972 if (int_ptr == Buf_Size)\
1117 if (FIELD_END == Buf_Size)\
1297 if (ex_buf_ptr == Buf_Size) {buffer_overflow ();}; \
/dports/archivers/p5-PerlIO-via-Bzip2/PerlIO-via-Bzip2-0.02/lib/PerlIO/via/
H A DBzip2.pm11 my $Buf_Size = 8192;
56 if ($stream and (read($fh, $data, $Buf_Size) > 0)) {
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dutil-files.adb91 Buf_Size : Buffer_Size;
179 Buffer := Get_Buffer (Length, Copy.Buf_Size);
/dports/devel/tcl-memchan/Memchan2.3/generic/
H A DbufDecls.h69 EXTERN int Buf_Size _ANSI_ARGS_((Buf_Buffer buf));
283 #ifndef Buf_Size
284 #define Buf_Size \ macro
H A DbufQueue.c311 buf = Buf_CreateRange (buf, Buf_Size (buf));
325 q->size += Buf_Size (buf);
H A DbufStubInit.c60 Buf_Size, /* 25 */
H A DbufRange.c256 if (Buf_Size (buf) < size) {
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/conf/
H A Din_head.conf49 Buf_Size 256
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-wave_opt-file.ads64 Buf_Size : constant := 1024; constant
H A Dgrt-sdf.ads75 Buf_Size : constant Natural := Read_Size + 1024 + 1; constant
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dbuf.h109 #define Buf_Size(bp) ((bp)->count) macro
/dports/devel/ada-util/ada-util-b6612400/src/os-win32/
H A Dutil-processes-os.adb179 Buf_Size => 0);
232 Buf_Size => 0);

123