OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:derives
(Results
1 - 16
of
16
) sorted by null
/external/bison/src/
derives.h
26
/*
DERIVES
[SYMBOL - NTOKENS] points to a vector of the rules that
27
SYMBOL
derives
, terminated with NULL. */
28
extern rule ***
derives
;
30
/* Compute
DERIVES
. */
derives.c
26
#include "
derives
.h"
38
rule ***
derives
;
variable
45
fputs ("
DERIVES
\n", stderr);
50
fprintf (stderr, "\t%s
derives
\n", symbols[i]->tag);
51
for (rp =
derives
[i - ntokens]; *rp; ++rp)
91
derives
= xnmalloc (nvars, sizeof *
derives
);
97
derives
[i - ntokens] = q;
117
free (
derives
[0]);
118
free (
derives
);
[
all
...]
closure.c
29
#include "
derives
.h"
102
fprintf (stderr, "\t%s
derives
\n", symbols[i]->tag);
132
for (j = 0;
derives
[i - ntokens][j]; ++j)
134
item_number sym =
derives
[i - ntokens][j]->rhs[0];
172
for (k = 0;
derives
[j - ntokens][k]; ++k)
173
bitset_set (FDERIVES (i),
derives
[j - ntokens][k]->number);
lalr.c
33
#include "
derives
.h"
233
for (rulep =
derives
[symbol1 - ntokens]; *rulep; rulep++)
ielr.c
29
#include "
derives
.h"
112
for (rulep =
derives
[states[to_state[i]]->accessing_symbol
[
all
...]
/external/bison/
Android.mk
159
src/
derives
.c \
/build/soong/common/
paths.go
103
// GenPathWithExt
derives
a new file path in ctx's generated sources directory
113
// ObjPathWithExt
derives
a new file path in ctx's object directory from the
123
// ResPathWithName
derives
a new path in ctx's output resource directory, using
/prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go
8
// This implementation
derives
the nonce from an AES-CTR CSPRNG keyed by
/prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go
8
// This implementation
derives
the nonce from an AES-CTR CSPRNG keyed by
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
obj.go
71
// setFile sets stk.File = file and also
derives
stk.AbsFile.
/prebuilts/go/darwin-x86/src/cmd/internal/obj/
obj.go
68
// setFile sets stk.File = file and also
derives
stk.AbsFile.
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
obj.go
71
// setFile sets stk.File = file and also
derives
stk.AbsFile.
/prebuilts/go/linux-x86/src/cmd/internal/obj/
obj.go
68
// setFile sets stk.File = file and also
derives
stk.AbsFile.
/external/libvorbis/doc/
07-floor1.tex
240
derives
final Y amplitude values from the encoded, wrapped difference
/frameworks/rs/api/
rs_matrix.spec
35
This
derives
from <code>s2 * (s1 * v)</code>, which is <code>(s2 * s1) * v</code>.
/build/blueprint/
package_ctx.go
224
// from Go's import declaration, which
derives
the local name from the package
Completed in 481 milliseconds