OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitsetv
(Results
1 - 14
of
14
) sorted by null
/external/bison/lib/
bitsetv.h
25
typedef bitset *
bitsetv
;
typedef
29
extern
bitsetv
bitsetv_alloc (bitset_bindex, bitset_bindex, enum bitset_type);
33
extern
bitsetv
bitsetv_create (bitset_bindex, bitset_bindex, unsigned int);
36
extern void bitsetv_free (
bitsetv
);
39
extern void bitsetv_zero (
bitsetv
);
42
extern void bitsetv_ones (
bitsetv
);
46
extern void bitsetv_transitive_closure (
bitsetv
);
52
extern void bitsetv_reflexive_transitive_closure (
bitsetv
);
55
extern void bitsetv_dump (FILE *, const char *, const char *,
bitsetv
);
58
extern void debug_bitsetv (
bitsetv
);
[
all
...]
bitsetv-print.h
23
#include "
bitsetv
.h"
26
extern void bitsetv_matrix_dump (FILE *, const char *,
bitsetv
);
bitsetv.c
21
#include "
bitsetv
.h"
76
bitsetv_free (
bitsetv
bsetv)
88
bitsetv_zero (
bitsetv
bsetv)
99
bitsetv_ones (
bitsetv
bsetv)
111
bitsetv_transitive_closure (
bitsetv
bsetv)
128
bitsetv_reflexive_transitive_closure (
bitsetv
bsetv)
142
bitsetv
bsetv)
158
debug_bitsetv (
bitsetv
bsetv)
bitsetv-print.c
21
#include "
bitsetv
-print.h"
30
bitsetv_matrix_dump (FILE * out, const char *title,
bitsetv
bset)
/external/bison/src/
AnnotationList.h
23
#include <
bitsetv
.h>
110
state *s,
bitsetv
follow_kernel_items,
bitsetv
always_follows,
143
bitsetv
lookahead_filter);
lalr.h
25
# include <
bitsetv
.h>
103
extern
bitsetv
goto_follows;
relation.h
44
void relation_digraph (relation r, relation_node size,
bitsetv
*function);
closure.c
25
#include <
bitsetv
-print.h>
26
#include <
bitsetv
.h>
42
static
bitsetv
fderives = NULL;
43
static
bitsetv
firsts = NULL;
ielr.c
185
* - \c *follow_kernel_itemsp is a new \c
bitsetv
in which the number of rows
197
bitsetv
*follow_kernel_itemsp)
239
* - \c *always_followsp is a new \c
bitsetv
with \c ngotos rows and
250
bitsetv
*always_followsp)
342
ielr_compute_auxiliary_tables (
bitsetv
*follow_kernel_itemsp,
343
bitsetv
*always_followsp,
483
ielr_compute_annotation_lists (
bitsetv
follow_kernel_items,
484
bitsetv
always_follows, state ***predecessors,
581
ielr_compute_goto_follow_set (
bitsetv
follow_kernel_items,
582
bitsetv
always_follows, state_list *s
[
all
...]
relation.c
24
#include <
bitsetv
.h>
59
static
bitsetv
F;
97
relation_digraph (relation r, relation_node size,
bitsetv
*function)
AnnotationList.c
194
bitsetv
follow_kernel_items,
195
bitsetv
always_follows,
219
bitsetv
follow_kernel_items,
220
bitsetv
always_follows,
411
state *s,
bitsetv
follow_kernel_items,
bitsetv
always_follows,
419
bitsetv
all_lookaheads;
634
bitsetv
lookahead_filter)
[
all
...]
lalr.c
29
#include <
bitsetv
.h>
47
bitsetv
goto_follows = NULL;
62
static
bitsetv
LA = NULL;
370
bitsetv
pLA;
tables.c
24
#include <
bitsetv
.h>
/external/bison/
Android.mk
36
lib/
bitsetv
-print.c \
37
lib/
bitsetv
.c \
Completed in 189 milliseconds