OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABUF_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/groff/dist/src/roff/troff/
input.cpp
68
#define
ABUF_SIZE
16
829
char abuf[
ABUF_SIZE
];
831
int buf_size =
ABUF_SIZE
;
847
buf = new char[
ABUF_SIZE
*2];
849
buf_size =
ABUF_SIZE
*2;
2453
char abuf[
ABUF_SIZE
];
2455
int buf_size =
ABUF_SIZE
;
2461
buf = new char[
ABUF_SIZE
*2];
2463
buf_size =
ABUF_SIZE
*2;
4953
char abuf[
ABUF_SIZE
];
[
all
...]
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c
110
#define
ABUF_SIZE
2048
112
#define
ABUF_SIZE
4096
384
compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(
ABUF_SIZE
, allocator_data);
553
if (compiler->abuf->used_size + size <= (
ABUF_SIZE
- (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory))) {
558
new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(
ABUF_SIZE
, compiler->allocator_data);
Completed in 20 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026