Home
last modified time | relevance | path

Searched refs:MIN_WORD (Results 1 – 25 of 100) sorted by relevance

1234

/dports/multimedia/xanim/xanim2920/
H A Dxa_gsm.h11 #define MIN_WORD (-32767 - 1) macro
59 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
60 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
64 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
66 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/audio/libsndfile/libsndfile-1.0.31/src/GSM610/
H A Dadd.c17 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
33 if (a == MIN_WORD && b == MIN_WORD) in gsm_mult()
41 if (b == MIN_WORD && a == MIN_WORD) in gsm_mult_r()
52 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a ; in gsm_abs()
57 assert (a != MIN_WORD || b != MIN_WORD) ; in gsm_L_mult()
H A Dgsm610_priv.h51 #define MIN_WORD (-32767 - 1) macro
156 if (ltmp <= MIN_WORD) in GSM_ADD()
157 return MIN_WORD ; in GSM_ADD()
170 else if (ltmp <= MIN_WORD) in GSM_SUB()
171 ltmp = MIN_WORD ; in GSM_SUB()
181 if (a == MIN_WORD) in GSM_ABS()
/dports/audio/sox/sox-14.4.2/libgsm/
H A Dadd.c20 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x)) in retc()
36 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD; in retc()
42 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
52 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
57 assert( a != MIN_WORD || b != MIN_WORD );
H A Dprivate.h45 #define MIN_WORD (-32767 - 1) macro
116 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
117 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
121 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
123 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/GSM0610/src/
H A Dadd.c22 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
38 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
44 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
54 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
59 assert( a != MIN_WORD || b != MIN_WORD );
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/gsm610/
H A Dadd.c21 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
37 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
43 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
53 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
58 assert( a != MIN_WORD || b != MIN_WORD );
H A Dprivate.h44 #define MIN_WORD (-32767 - 1) macro
117 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
118 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
122 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
124 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/audio/gsm/gsm-1.0-pl19/src/
H A Dadd.c21 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
37 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
43 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
53 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
58 assert( a != MIN_WORD || b != MIN_WORD );
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/libmgsm/
H A Dadd.c21 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
37 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
43 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
53 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
58 assert( a != MIN_WORD || b != MIN_WORD );
H A Dprivate.h40 #define MIN_WORD ((-32767)-1) macro
111 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
112 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
116 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
118 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/gsm/src/
H A Dadd.c21 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
37 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
43 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
53 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
58 assert( a != MIN_WORD || b != MIN_WORD );
/dports/net/pjsip/pjproject-2.11.1/third_party/gsm/src/
H A Dadd.c22 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
38 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
44 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
54 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
59 assert( a != MIN_WORD || b != MIN_WORD );
/dports/net/opal/opal-3.10.10/plugins/audio/GSM0610/src/
H A Dadd.c22 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
38 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
44 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
54 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
59 assert( a != MIN_WORD || b != MIN_WORD );
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/gsm/
H A Dadd.c21 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
37 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
43 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
53 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
58 assert( a != MIN_WORD || b != MIN_WORD );
H A Dprivate.h54 #define MIN_WORD (-32767 - 1) macro
127 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
128 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
132 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
134 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/audio/swh-lv2/lv2-1.0.16-4-g1aa77e5/util/gsm/
H A Dadd.c21 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
37 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
43 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
53 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
58 assert( a != MIN_WORD || b != MIN_WORD );
H A Dprivate.h54 #define MIN_WORD (-32767 - 1) macro
127 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
128 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
132 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
134 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/audio/swhplugins/ladspa-0.4.17/gsm/
H A Dadd.c21 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
37 if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD;
43 if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD;
53 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a;
58 assert( a != MIN_WORD || b != MIN_WORD );
H A Dprivate.h54 #define MIN_WORD (-32767 - 1) macro
127 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
128 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
132 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
134 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/GSM0610/inc/
H A Dprivate.h45 #define MIN_WORD (-32767 - 1) macro
118 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
119 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
123 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
125 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/net/pjsip/pjproject-2.11.1/third_party/gsm/inc/
H A Dprivate.h45 #define MIN_WORD (-32767 - 1) macro
118 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
119 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
123 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
125 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/net/opal/opal-3.10.10/plugins/audio/GSM0610/inc/
H A Dprivate.h45 #define MIN_WORD (-32767 - 1) macro
118 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
119 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
123 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
125 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/audio/gsm/gsm-1.0-pl19/inc/
H A Dprivate.h49 #define MIN_WORD (-32767 - 1) macro
122 ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
123 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
127 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
129 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/gsm/inc/
H A Dprivate.h44 #define MIN_WORD (-32767 - 1) macro
155 (short) ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \
156 MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp)
160 ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp)
164 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))

1234