HomeSort by relevance Sort by last modified time
    Searched full:firsts (Results 1 - 25 of 40) sorted by null

1 2

  /external/bison/src/
closure.c 43 static bitsetv firsts = NULL; variable
45 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
47 #define FIRSTS(Var) firsts[(Var) - ntokens]
77 fprintf (stderr, "FIRSTS\n");
81 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
82 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0)
114 | Set FIRSTS to be an NVARS array of NVARS bitsets indicating which |
129 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
136 bitset_set (FIRSTS (i), sym - ntokens)
    [all...]
getargs.h 100 trace_sets = 1 << 3, /**< Grammar sets: firsts, nullable etc. */
  /external/bison/tests/
sets.at 34 /^FIRSTS$/ {
35 :firsts
38 /^[ ]*$/ !b firsts
59 AT_BANNER([[Grammar Sets (Firsts etc.).]])
93 FIRSTS
94 $accept firsts
97 e firsts
118 # computation of FIRSTS uses TC). It managed to produce a pretty
167 AT_CHECK([[sed -n 's/[ ]*$//;/^RTC: Firsts Output BEGIN/,/^RTC: Firsts Output END/p' stderr]], []
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
bcopy.c 19 const char *firsts = (const char *) src; local
22 *firstd++ = *firsts++;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_TrdProc.cpp 18 int32_t STRIPT, FIRSTS;
41 FIRSTS = 0;
55 FIRSTS = FIRSTS + DFS;
56 CURS = FIRSTS;
218 int32_t STRIPT, FIRSTS;
264 FIRSTS = 0;
274 FIRSTS = FIRSTS + DFS;
275 CURS = FIRSTS;
    [all...]
  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 213 int firsts[] = {6, 24}; local
225 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
244 spec.first = firsts[firstNdx];
247 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
es2sDrawTests.cpp 228 const int firsts[] = { 0, 7, 13 }; local
318 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 279 int firsts[] = {6, 24}; local
289 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
296 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
312 spec.first = firsts[firstNdx];
es3sDrawTests.cpp 417 const int firsts[] = { 0, 7, 13 }; local
532 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 589 // Mount media firsts
628 // Mount media firsts
700 // Mount media firsts
730 // Mount media firsts
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 392 const int firsts[] = local
400 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
402 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
403 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
406 spec.first = firsts[firstNdx];
514 static const int firsts[] = { 0, 7, 13 }; local
604 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
es2fVertexArrayTest.cpp 212 int firsts[] = {6, 24}; local
224 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
243 spec.first = firsts[firstNdx];
246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 493 const int firsts[] = local
501 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
503 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
504 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
507 spec.first = firsts[firstNdx];
919 static const int firsts[] = { 0, 7, 13 }; local
    [all...]
es3fVertexArrayTest.cpp 276 int firsts[] = {6, 24}; local
286 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
293 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
309 spec.first = firsts[firstNdx];
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 341 const int firsts[] = { 0, 7, 13 };
464 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
  /toolchain/binutils/binutils-2.25/gas/doc/
c-bfin.texi 140 eg., R3:2. The larger number must be written firsts. Note that the
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 624 const int firsts[] = local
632 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
634 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
635 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
638 spec.first = firsts[firstNdx];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiseq_selection.h 73 // Firsts are equal.
98 // Firsts are equal.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiseq_selection.h 73 // Firsts are equal.
98 // Firsts are equal.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiseq_selection.h 73 // Firsts are equal.
98 // Firsts are equal.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiseq_selection.h 73 // Firsts are equal.
98 // Firsts are equal.

Completed in 1103 milliseconds

1 2