Loading lib_debug/wmc_auto.c +6 −2 Original line number Diff line number Diff line /* * (C) 2022 copyright VoiceAge Corporation. All Rights Reserved. * (C) 2024 copyright VoiceAge Corporation. All Rights Reserved. * * This software is protected by copyright law and by international treaties. The source code, and all of its derivations, * is provided by VoiceAge Corporation under the "ITU-T Software Tools' General Public License". Please, read the license file Loading Loading @@ -2442,6 +2442,8 @@ int NE_64( long long int L64_var1, long long int L64_var2 ) #endif /* #ifdef CONTROL_CODE_OPS */ #ifdef WMOPS void incrIf( const char *func_name ) { /* Technical note: If the "IF" operator comes just after an "ELSE", its counter must not be incremented */ Loading Loading @@ -2524,3 +2526,5 @@ void Reset_BASOP_WMOPS_counter( unsigned int counterId ) return; } #endif No newline at end of file lib_debug/wmc_auto.h +3 −3 Original line number Diff line number Diff line /* * (C) 2022 copyright VoiceAge Corporation. All Rights Reserved. * (C) 2024 copyright VoiceAge Corporation. All Rights Reserved. * * This software is protected by copyright law and by international treaties. The source code, and all of its derivations, * is provided by VoiceAge Corporation under the "ITU-T Software Tools' General Public License". Please, read the license file Loading Loading @@ -969,6 +969,8 @@ long TotalWeightedOperation( unsigned int counterId ); long DeltaWeightedOperation( unsigned int counterId ); void Reset_BASOP_WMOPS_counter( unsigned int counterId ); #endif /***************************************************************************** * * Function Name : FOR Loading Loading @@ -1225,9 +1227,7 @@ extern int GE_64( long long int L64_var1, long long int L64_var2 ); extern int EQ_64( long long int L64_var1, long long int L64_var2 ); extern int NE_64( long long int L64_var1, long long int L64_var2 ); #endif /* #ifdef CONTROL_CODE_OPS */ #endif #endif /* WMOPS_H */ Loading
lib_debug/wmc_auto.c +6 −2 Original line number Diff line number Diff line /* * (C) 2022 copyright VoiceAge Corporation. All Rights Reserved. * (C) 2024 copyright VoiceAge Corporation. All Rights Reserved. * * This software is protected by copyright law and by international treaties. The source code, and all of its derivations, * is provided by VoiceAge Corporation under the "ITU-T Software Tools' General Public License". Please, read the license file Loading Loading @@ -2442,6 +2442,8 @@ int NE_64( long long int L64_var1, long long int L64_var2 ) #endif /* #ifdef CONTROL_CODE_OPS */ #ifdef WMOPS void incrIf( const char *func_name ) { /* Technical note: If the "IF" operator comes just after an "ELSE", its counter must not be incremented */ Loading Loading @@ -2524,3 +2526,5 @@ void Reset_BASOP_WMOPS_counter( unsigned int counterId ) return; } #endif No newline at end of file
lib_debug/wmc_auto.h +3 −3 Original line number Diff line number Diff line /* * (C) 2022 copyright VoiceAge Corporation. All Rights Reserved. * (C) 2024 copyright VoiceAge Corporation. All Rights Reserved. * * This software is protected by copyright law and by international treaties. The source code, and all of its derivations, * is provided by VoiceAge Corporation under the "ITU-T Software Tools' General Public License". Please, read the license file Loading Loading @@ -969,6 +969,8 @@ long TotalWeightedOperation( unsigned int counterId ); long DeltaWeightedOperation( unsigned int counterId ); void Reset_BASOP_WMOPS_counter( unsigned int counterId ); #endif /***************************************************************************** * * Function Name : FOR Loading Loading @@ -1225,9 +1227,7 @@ extern int GE_64( long long int L64_var1, long long int L64_var2 ); extern int EQ_64( long long int L64_var1, long long int L64_var2 ); extern int NE_64( long long int L64_var1, long long int L64_var2 ); #endif /* #ifdef CONTROL_CODE_OPS */ #endif #endif /* WMOPS_H */