HomeSort by relevance Sort by last modified time
    Searched refs:derives (Results 1 - 15 of 15) 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 \
  /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/src/cmd/internal/obj/
line.go 68 // setFile sets stk.File = file and also derives stk.AbsFile.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
line.go 68 // setFile sets stk.File = file and also derives stk.AbsFile.
  /build/soong/android/
paths.go 126 // GenPathWithExt derives a new file path in ctx's generated sources directory
136 // ObjPathWithExt derives a new file path in ctx's object directory from the
146 // ResPathWithName derives a new path in ctx's output resource directory, using
  /external/boringssl/src/ssl/test/runner/
prf.go 458 // deriveTrafficAEAD derives traffic keys and constructs an AEAD given a traffic
  /external/libvorbis/doc/
07-floor1.tex 240 derives final Y amplitude values from the encoded, wrapped difference
  /frameworks/rs/script_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 220 // from Go's import declaration, which derives the local name from the package

Completed in 2566 milliseconds