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

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 104 ** slots in the yy_action[] table.
106 ** The action table is constructed as a single large table named yy_action[].
109 ** yy_action[ yy_shift_ofst[S] + X ]
124 ** yy_action[] A single table containing all actions.
126 ** yy_action. Used to detect hash collisions.
127 ** yy_shift_ofst[] For each state, the offset into yy_action for
129 ** yy_reduce_ofst[] For each state, the offset into yy_action for
437 return yy_action[j];
444 return yy_action[i];
480 return yy_action[i]
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 98 ** slots in the yy_action[] table.
100 ** The action table is constructed as a single large table named yy_action[].
103 ** yy_action[ yy_shift_ofst[S] + X ]
118 ** yy_action[] A single table containing all actions.
120 ** yy_action. Used to detect hash collisions.
121 ** yy_shift_ofst[] For each state, the offset into yy_action for
123 ** yy_reduce_ofst[] For each state, the offset into yy_action for
427 return yy_action[j];
434 return yy_action[i];
470 return yy_action[i]
    [all...]
lemon.c 260 int iTknOfst, iNtOfst; /* yy_action[] offset for terminals and nonterms */
442 ** This module implements routines use to construct the yy_action[] table.
446 ** The state of the yy_action table under construction is an instance of
449 ** The yy_action table maps the pair (state_number, lookahead) into an
451 ** determines an initial offset into the yy_action array. The lookahead
453 ** yy_action array. If the aAction[X].lookahead equals the value of the
474 *aAction, /* The yy_action[] table under construction */
483 /* Return the number of entries in the yy_action table */
486 /* The value for the N-th entry in yy_action */
639 ** index into yy_action of the action *
    [all...]

Completed in 223 milliseconds