OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:irand
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java
136
final int K = 1; //
irand
(1,3);
224
hsv[0] =
irand
(0,COLORS) * (360f/COLORS);
326
place(v, new Point(
irand
(0, mColumns),
irand
(0, mRows)), animate);
415
final float rot = (float)
irand
(0, 4) * 90f;
473
static int
irand
(int a, int b) {
/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);*/
Completed in 31 milliseconds