HomeSort by relevance Sort by last modified time
    Searched defs:useless (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 106 DWORD useless; local
108 thread_specific_data, testfiles[i], 0, &useless);
runtest.c 1085 * Everything is available on the context, so this is useless in our case.
4026 DWORD useless; local
    [all...]
  /external/bison/src/
reduce.c 42 /* Set of all nonterminals which are not useless. */
45 /* Set of all rules which have no useless nonterminals in their RHS. */
52 `useless', but no warning should be issued). */
104 in the set at that point are useless in that they will never be
230 | Put the useless productions at the end of RULES, and adjust NRULES |
237 /* Report and flag useless productions. */
242 grammar_rules_useless_report (_("rule useless in grammar"));
245 /* Map the nonterminals to their new index: useful first, useless
249 int useless = nrules - nuseless_productions;
253 rules_sorted[rules[r].useful ? useful++ : useless++] = rules[r]
248 int useless = nrules - nuseless_productions; local
    [all...]

Completed in 213 milliseconds