Changeset 8464 for trunk/ippTools/src/dettool.c
- Timestamp:
- Aug 21, 2006, 5:52:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8462 r8464 36 36 static bool residexpMode(pxConfig *config); 37 37 static bool residdetrunMode(pxConfig *config); 38 static bool declaremasterframeMode(pxConfig *config); 39 static bool masterframeMode(pxConfig *config); 40 static bool masterMode(pxConfig *config); 38 static bool updateresidexpMode(pxConfig *config); 39 static bool declaremasterframeMode(pxConfig *config); // axe? 40 static bool masterframeMode(pxConfig *config); // axe? 41 static bool masterMode(pxConfig *config); // axe? 41 42 static bool rerunMode(pxConfig *config); 42 43 … … 93 94 MODECASE(DETTOOL_MODE_RESIDEXP, residexpMode); 94 95 MODECASE(DETTOOL_MODE_RESIDDETRUN, residdetrunMode); 96 MODECASE(DETTOOL_MODE_UPDATERESIDEXP, updateresidexpMode); 95 97 MODECASE(DETTOOL_MODE_DECLAREMASTERFRAME, declaremasterframeMode); 96 98 MODECASE(DETTOOL_MODE_MASTERFRAME, masterframeMode); … … 3307 3309 } 3308 3310 3311 static bool updateresidexpMode(pxConfig *config) 3312 { 3313 return true; 3314 } 3315 3309 3316 static bool declaremasterframeMode(pxConfig *config) 3310 3317 {
Note:
See TracChangeset
for help on using the changeset viewer.
