HomeSort by relevance Sort by last modified time
    Searched refs:aAction (Results 1 - 11 of 11) sorted by null

  /external/svox/pico/lib/
picodsp.h 87 #define FAST_DEVICE(aCount, aAction) \
92 case 0: do { aAction; \
93 case 7: aAction; \
94 case 6: aAction; \
95 case 5: aAction; \
96 case 4: aAction; \
97 case 3: aAction; \
98 case 2: aAction; \
99 case 1: aAction; \
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 453 ** yy_action array. If the aAction[X].lookahead equals the value of the
455 ** aAction[X].action. If the lookaheads do not match then the
460 ** actions for that single state_number are placed into the aAction[]
471 int nAction; /* Number of used slots in aAction[] */
472 int nActionAlloc; /* Slots allocated for aAction[] */
474 *aAction, /* The yy_action[] table under construction */
487 #define acttab_yyaction(X,N) ((X)->aAction[N].action)
490 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead)
494 free( p->aAction );
560 p->aAction = (struct lookahead_action *) realloc( p->aAction
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
pragma.c     [all...]
fkey.c     [all...]
sqliteInt.h     [all...]
build.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1218 milliseconds