Home
last modified time | relevance | path

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

/external/libgsm/src/
Dshort_term.c265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
267 register word * rrp, /* [0..7] IN */
284 tmp1 = rrp[i];
309 static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
311 register word * rrp, /* [0..7] IN */
325 rrpa[i] = (float)rrp[i] * scalef;
/external/openssl/crypto/conf/
Dconf_def.c517 char *s,*e,*rp,*p,*rrp,*np,*cp,v; in str_copy() local
579 rrp=NULL; in str_copy()
595 rrp=e; in str_copy()
597 *rrp='\0'; in str_copy()
625 if (rrp != NULL) *rrp=rr; in str_copy()