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/boringssl/src/crypto/conf/
Dconf.c189 char *s, *e, *rp, *rrp, *np, *cp, v; in str_copy() local
254 rrp = NULL; in str_copy()
274 rrp = e; in str_copy()
276 *rrp = '\0'; in str_copy()
302 if (rrp != NULL) { in str_copy()
303 *rrp = rr; in str_copy()