Loading lib_com/basop32.c +0 −1 Original line number Diff line number Diff line Loading @@ -3205,4 +3205,3 @@ Word32 L_msu0( Word32 L_var3, Word16 var1, Word16 var2 ) #endif /* ! BASOP_NOGLOB */ #undef WMC_TOOL_SKIP lib_com/bitstream.c +0 −1 Original line number Diff line number Diff line Loading @@ -2969,4 +2969,3 @@ void dtx_read_padding_bits( } #undef WMC_TOOL_SKIP lib_com/enh1632.c +0 −1 Original line number Diff line number Diff line Loading @@ -631,4 +631,3 @@ Word32 L_rotl( Word32 L_var1, Word16 var2, Word16 *var3 ) } #undef WMC_TOOL_SKIP lib_com/enh40.c +0 −1 Original line number Diff line number Diff line Loading @@ -1307,4 +1307,3 @@ Word40 L40_shl_r( Word40 L40_var1, Word16 var2 ) #undef WMC_TOOL_SKIP lib_debug/wmc_auto.h +19 −13 Original line number Diff line number Diff line Loading @@ -762,7 +762,8 @@ static int wmc_flag_ = 0; #endif /* Flow Control keywords */ #define if_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define if_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ if #define for_ OP_COUNT_WRAPPER2_( LOOP_(1)) for #define while_( c ) \ Loading @@ -776,16 +777,21 @@ if } \ while #define goto_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define goto_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ goto #define break_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define break_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ break #define continue_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define continue_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ continue #define return_ OP_COUNT_WRAPPER2_( ( wmc_flag_ = stack_tree_level_, STACK_DEPTH_FCT_RETURN ) ) \ #define return_ \ OP_COUNT_WRAPPER2_( ( wmc_flag_ = stack_tree_level_, STACK_DEPTH_FCT_RETURN ) ) \ return #define switch_ OP_COUNT_WRAPPER2_( ( BRANCH_( 1 ), wmc_flag_ = 1 ) ) \ #define switch_ \ OP_COUNT_WRAPPER2_( ( BRANCH_( 1 ), wmc_flag_ = 1 ) ) \ switch #define cost_( n ) OP_COUNT_WRAPPER2_( wmc_flag_ ? ( ADD_( n ), BRANCH_( n ), wmc_flag_ = 0 ) : 0 ); Loading Loading
lib_com/basop32.c +0 −1 Original line number Diff line number Diff line Loading @@ -3205,4 +3205,3 @@ Word32 L_msu0( Word32 L_var3, Word16 var1, Word16 var2 ) #endif /* ! BASOP_NOGLOB */ #undef WMC_TOOL_SKIP
lib_com/bitstream.c +0 −1 Original line number Diff line number Diff line Loading @@ -2969,4 +2969,3 @@ void dtx_read_padding_bits( } #undef WMC_TOOL_SKIP
lib_com/enh1632.c +0 −1 Original line number Diff line number Diff line Loading @@ -631,4 +631,3 @@ Word32 L_rotl( Word32 L_var1, Word16 var2, Word16 *var3 ) } #undef WMC_TOOL_SKIP
lib_com/enh40.c +0 −1 Original line number Diff line number Diff line Loading @@ -1307,4 +1307,3 @@ Word40 L40_shl_r( Word40 L40_var1, Word16 var2 ) #undef WMC_TOOL_SKIP
lib_debug/wmc_auto.h +19 −13 Original line number Diff line number Diff line Loading @@ -762,7 +762,8 @@ static int wmc_flag_ = 0; #endif /* Flow Control keywords */ #define if_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define if_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ if #define for_ OP_COUNT_WRAPPER2_( LOOP_(1)) for #define while_( c ) \ Loading @@ -776,16 +777,21 @@ if } \ while #define goto_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define goto_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ goto #define break_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define break_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ break #define continue_ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ #define continue_ \ OP_COUNT_WRAPPER2_( BRANCH_( 1 ) ) \ continue #define return_ OP_COUNT_WRAPPER2_( ( wmc_flag_ = stack_tree_level_, STACK_DEPTH_FCT_RETURN ) ) \ #define return_ \ OP_COUNT_WRAPPER2_( ( wmc_flag_ = stack_tree_level_, STACK_DEPTH_FCT_RETURN ) ) \ return #define switch_ OP_COUNT_WRAPPER2_( ( BRANCH_( 1 ), wmc_flag_ = 1 ) ) \ #define switch_ \ OP_COUNT_WRAPPER2_( ( BRANCH_( 1 ), wmc_flag_ = 1 ) ) \ switch #define cost_( n ) OP_COUNT_WRAPPER2_( wmc_flag_ ? ( ADD_( n ), BRANCH_( n ), wmc_flag_ = 0 ) : 0 ); Loading