| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

Go to the source code of this file.
| Macros | |
| #define | saturate(x) ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x)) | 
| Functions | |
| word gsm_norm | P1 ((a), longword a) | 
| word gsm_abs | P1 ((a), word a) | 
| longword gsm_L_add | P2 ((a, b), longword a, longword b) | 
| word gsm_add | P2 ((a, b), word a, word b) | 
| longword gsm_L_asl | P2 ((a, n), longword a, int n) | 
| word gsm_asl | P2 ((a, n), word a, int n) | 
| word gsm_div | P2 ((num, denum), word num, word denum) | 
| Variables | |
| static unsigned char const | bitoff [256] | 
Definition at line 62 of file add.c.
References a, b, MAX_LONGWORD, and MIN_LONGWORD.
Definition at line 206 of file add.c.
| 
 | static | 
Definition at line 98 of file add.c.
Referenced by P1().