HomeSort by relevance Sort by last modified time
    Searched defs:alt (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-common-1b.c 1 void alt (void) { } function
11 return alt;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 76 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt)
137 PyObject *obj, *alt = NULL; local
140 if (!PyArg_ParseTuple(args, "O|OO", &obj, &proto, &alt)) return NULL;
141 return pysqlite_microprotocols_adapt(obj, proto, alt);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RecursionOverflowMessage.java 43 public int alt; field in class:RecursionOverflowMessage
49 int alt,
56 this.alt = alt;
72 st.add("alt", alt);
GrammarSerializerFoo.java 42 * alt ::= A<elems>;
122 public void alt(GrammarAST alt) { method in class:GrammarSerializerFoo
DOTGenerator.java 185 // special case: if decision point, then line up the alt start states
191 NFAState alt = (NFAState)s; local
192 while ( alt!=null ) {
193 rankST.add("states", getStateLabel(alt));
194 if ( alt.transition[1] !=null ) {
195 alt = (NFAState)alt.transition[1].target;
198 alt=null;
336 int alt = altI.intValue(); local
340 buf.append("alt");
    [all...]
Interpreter.java 235 // decision point, must predict and jump to alt
264 System.out.println("predicted alt "+predictedAlt+", parseAlt "+
268 NFAState alt; local
271 alt = s.nfa.grammar.nfa.getState( s.endOfBlockStateNumber );
274 alt = s.nfa.grammar.getNFAStateForAltOfDecision(s, parseAlt);
276 s = (NFAState)alt.transition[0].target;
431 // woohoo! We know which alt to predict
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConfiguration.java 32 /** An NFA state, predicted alt, and syntactic/semantic context.
42 /** What alt is predicted by this configuration */
43 public int alt; field in class:NFAConfiguration
63 * other configuration associated with alt 3).
90 int alt,
95 this.alt = alt;
103 * the state|alt|ctx could be the same and have two different
113 this.alt==other.alt &
    [all...]
LL1DFA.java 42 /** From list of lookahead sets (one per alt in decision), create
60 for (int alt=1; alt<altLook.length; alt++) {
63 setAcceptState(alt, acceptAltState);
65 acceptAltState.cachedUniquelyPredicatedAlt = alt;
66 Label e = getLabelForSet(altLook[alt].tokenTypeSet);
97 int alt = alts.get(0); local
98 setAcceptState(alt, s);
99 s.cachedUniquelyPredicatedAlt = alt;
106 int alt = (int)alts.get(i); local
    [all...]
  /external/libedit/src/
map.h 51 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
map.c 906 el->el_map.alt = el_malloc(sizeof(*el->el_map.alt) * N_KEYS);
907 if (el->el_map.alt == NULL)
943 el_free(el->el_map.alt);
944 el->el_map.alt = NULL;
982 el_action_t *alt = el->el_map.alt; local
1022 el_action_t *alt = el->el_map.alt; local
1053 el_action_t *alt = el->el_map.alt; local
    [all...]
tty.c 906 el_action_t *map, *alt; local
911 alt = el->el_map.alt;
932 keymacro_clear(el, alt, old);
933 alt[UC(old[0])] = dalt[UC(old[0])];
934 keymacro_clear(el, alt, new);
935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 68 List alt = alts[i]; local
70 buf.append(alt.toString());
138 List alt = readAlt(in); local
139 alts[i] = alt;
146 List alt = new ArrayList(); local
148 if ( A!='A' ) throw new IOException("missing A on start of alt");
154 alt.add(new TokenRef(ttype));
159 alt.add(new RuleRef(ruleIndex));
173 alt.add(b);
178 //System.out.println("exit alt");
    [all...]
  /external/libmpeg2/common/x86/
ideint_cac_ssse3.c 101 WORD32 alt[2] = {0}; local
133 /* Compute row based alt and adj */
148 alt[0] += ABS_DIF(sum_1, sum_3);
149 alt[0] += ABS_DIF(sum_2, sum_4);
163 alt[1] += ABS_DIF(sum_1, sum_3);
164 alt[1] += ABS_DIF(sum_2, sum_4);
206 /* Compute column based alt */
222 alt[0] += diff_sum << 2;
225 alt[1] += diff_sum << 2;
228 alt[0] += (alt[0] >> SAD_BIAS_MULT_SHIFT) + (SAD_BIAS_ADDITIVE >> 1)
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 163 f = c.alt(f, c.compile(sub))
210 func (c *compiler) alt(f1, f2 frag) frag { func
211 // alt of failure is other
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 163 f = c.alt(f, c.compile(sub))
210 func (c *compiler) alt(f1, f2 frag) frag { func
211 // alt of failure is other
  /external/libmpeg2/common/
ideint_cac.c 107 WORD32 alt; local
131 alt = 0;
210 /* Alt diff : Row based */
212 alt += ABS_DIF(sum_1, sum_3);
213 alt += ABS_DIF(sum_2, sum_4);
269 /* Alt diff : Col based */
298 alt += diff_sum << 2;
303 alt += (alt >> sad_bias_mult_shift) + (sad_bias_additive >> 1);
304 ca = (alt < adj)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
printf.h 43 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 43 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c 960 Junction *alt, *p; local
967 alt = (Junction *)q->p2;
968 PRINT(alt->p1);
973 while ( !set_nil(alt->fset[k]) )
975 s_fprT(stdout, alt->fset[k]);
977 if ( !set_nil(alt->fset[k]) ) printf(", ");
983 for (a=1,alt=q; alt != NULL; alt= (Junction *) alt->p2, a++)
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 339 Tree alt = nodes[5]; local
349 block.addChild(alt);
350 alt.addChild(s);
  /external/valgrind/coregrind/
m_debuglog.c 765 const HChar* alt; local
769 case '&': alt = "&amp;"; break;
770 case '<': alt = "&lt;"; break;
771 case '>': alt = "&gt;"; break;
772 default: alt = NULL;
775 if (alt) {
776 while (*alt) {
777 send(*alt, send_arg2);
779 alt++;
    [all...]

Completed in 342 milliseconds

1 2 3 4 5