OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:irand
(Results
1 - 6
of
6
) sorted by null
/external/speex/libspeex/
scal.c
130
static unsigned int
irand
(int *seed)
function
194
order = order+(
irand
(&st->seed)%3)-1;
199
/*order = 5+(
irand
(&st->seed)%6);*/
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h
277
OsclRand
iRand
;
/external/svox/pico/lib/
picosig2.h
131
picoos_int32
iRand
; /*reserved for phase random table poointer ())*/
picosig2.c
590
picoos_int16 nI,
iRand
, firstUV;
655
iRand
= sig_inObj->
iRand
;
656
c = sig_inObj->randCosTbl +
iRand
;
657
s = sig_inObj->randSinTbl +
iRand
;
666
sig_inObj->
iRand
+= (PICODSP_HFFTSIZE_P1 - firstUV);
667
if (sig_inObj->
iRand
> PICODSP_N_RAND_TABLE - PICODSP_HFFTSIZE_P1)
668
sig_inObj->
iRand
= 1 + sig_inObj->
iRand
+ PICODSP_HFFTSIZE_P1
[
all
...]
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
level2.cpp
[
all
...]
cpvh223multiplex.cpp
116
iRand
.Seed(time_now.to_msec());
[
all
...]
Completed in 53 milliseconds