Changeset 14076 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jul 9, 2007, 10:06:15 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r14075 r14076 64 64 static bool addresidexpMode(pxConfig *config); 65 65 static bool residexpMode(pxConfig *config); 66 static bool residdetrunMode(pxConfig *config);66 static bool todetrunsummaryMode(pxConfig *config); 67 67 static bool updateresidexpMode(pxConfig *config); 68 68 static bool adddetrunsummaryMode(pxConfig *config); … … 135 135 MODECASE(DETTOOL_MODE_ADDRESIDEXP, addresidexpMode); 136 136 MODECASE(DETTOOL_MODE_RESIDEXP, residexpMode); 137 MODECASE(DETTOOL_MODE_ RESIDDETRUN, residdetrunMode);137 MODECASE(DETTOOL_MODE_TODETRUNSUMMARY, todetrunsummaryMode); 138 138 MODECASE(DETTOOL_MODE_UPDATERESIDEXP, updateresidexpMode); 139 139 MODECASE(DETTOOL_MODE_ADDDETRUNSUMMARY, adddetrunsummaryMode); … … 5257 5257 } 5258 5258 5259 static bool residdetrunMode(pxConfig *config)5259 static bool todetrunsummaryMode(pxConfig *config) 5260 5260 { 5261 5261 PS_ASSERT_PTR_NON_NULL(config, false); … … 5314 5314 " HAVING\n" 5315 5315 " COUNT(detResidExp.exp_id) = COUNT(detInputExp.exp_id)\n" 5316 " ) AS residdetrun\n"5316 " ) AS Foo\n" 5317 5317 ); 5318 5318
Note:
See TracChangeset
for help on using the changeset viewer.
