Home
last modified time | relevance | path

Searched refs:MIN_LONGWORD (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/src/GSM610/
Dadd.c68 return A >= MAX_LONGWORD ? MIN_LONGWORD : - (int32_t) A - 2 ; in gsm_L_add()
95 return A >= MAX_LONGWORD ? MIN_LONGWORD : - (int32_t) A - 1 ; in gsm_L_sub()
Dgsm610_priv.h54 #define MIN_LONGWORD (-2147483647 - 1) macro
137 return (utmp >= (uint32_t) MAX_LONGWORD) ? MIN_LONGWORD : - (int32_t) utmp - 2 ; in GSM_L_ADD()