OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yy_size_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
141
typedef unsigned int
yy_size_t
;
typedef in typeref:typename:unsigned int
154
yy_size_t
yy_buf_size;
238
YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base,
yy_size_t
size ));
242
static void *yy_flex_alloc YY_PROTO((
yy_size_t
));
243
static void *yy_flex_realloc YY_PROTO(( void *,
yy_size_t
));
1603
YY_BUFFER_STATE yy_scan_buffer( char *base,
yy_size_t
size )
1607
yy_size_t
size;
1667
yy_size_t
n;
1705
yy_size_t
new_size;
1816
static void *yy_flex_alloc(
yy_size_t
size
[
all
...]
/src/tools/m4/bootstrap/
tokenizer.c
189
typedef size_t
yy_size_t
;
typedef in typeref:typename:size_t
204
yy_size_t
yy_buf_size;
306
YY_BUFFER_STATE yy_scan_buffer (char *base,
yy_size_t
size );
310
void *yyalloc (
yy_size_t
);
311
void *yyrealloc (void *,
yy_size_t
);
1108
if ((
yy_size_t
) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1110
yy_size_t
new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1570
YY_BUFFER_STATE yy_scan_buffer (char * base,
yy_size_t
size )
1624
yy_size_t
n;
1831
void *yyalloc (
yy_size_t
size
[
all
...]
Completed in 36 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025