HomeSort by relevance Sort by last modified time
    Searched refs:get_randnum (Results 1 - 3 of 3) sorted by null

  /external/ltp/tools/pounder21/src/xbonkers/
xbonkers.c 92 static long get_randnum(long min, long max);
196 static long get_randnum(long min, long max) function
269 x = moo.x + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD);
270 y = moo.y + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD);
271 w = moo.width + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD);
272 h = moo.height + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD);
292 x = get_randnum(0, desk_w);
293 y = get_randnum(0, desk_h);
294 w = get_randnum(150, desk_w);
295 h = get_randnum(150, desk_h)
    [all...]
  /external/ltp/tools/pounder21/src/cpufreq/
cpufreq.c 68 static unsigned int get_randnum(unsigned int max) function
181 y = get_randnum(num_freqs);
  /external/ltp/tools/pounder21/src/randasyscall/
randasys.c 71 unsigned long get_randnum(unsigned long min, unsigned long max) function
81 x = get_randnum(0, 384);

Completed in 853 milliseconds