OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrp
(Results
1 - 4
of
4
) sorted by null
/external/libgsm/src/
gsm_create.c
42
r->
nrp
= 40;
long_term.c
925
Nr = Ncr < 40 || Ncr > 120 ? S->
nrp
: Ncr;
926
S->
nrp
= Nr;
/external/openssl/crypto/bn/
bn_mont.c
180
BN_ULONG *ap,*np,*rp,n0,v,*
nrp
;
local
197
nrp
= &(r->d[nl]);
231
nrp
++;
233
if (((
nrp
[-1]+=v)&BN_MASK2) >= v)
237
if (((++
nrp
[0])&BN_MASK2) != 0) continue;
238
if (((++
nrp
[1])&BN_MASK2) != 0) continue;
239
for (x=2; (((++
nrp
[x])&BN_MASK2) == 0); x++) ;
271
/* if (al==ri && !v) || al>ri)
nrp
=rp; else
nrp
=ap; */
280
nrp
=(BN_ULONG *)(((PTR_SIZE_INT)rp&~m1)|((PTR_SIZE_INT)ap&m1))
[
all
...]
/external/libgsm/inc/
private.h
32
word
nrp
; /* 40 */ /* long_term.c, synthesis */
member in struct:gsm_state
Completed in 52 milliseconds