OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randLen
(Results
1 - 2
of
2
) sorted by null
/external/epid-sdk/ext/ipp/sources/ippcp/
pcpprngen_pattern.c
69
cpSize
randLen
= BITS_BNU_CHUNK(bitSize);
74
pRand[
randLen
-1] &= topMask;
76
pRand[
randLen
-1] |= topPattern;
pcpprngen_range.c
77
cpSize
randLen
;
82
randLen
= cpFix_BNU(pRand, hiLen);
83
if((0 < cpCmp_BNU(pRand,
randLen
, pLo, loLen)) && (0 < cpCmp_BNU(pHi, hiLen, pRand,
randLen
)))
Completed in 808 milliseconds