Home
last modified time | relevance | path

Searched refs:get_randnum (Results 1 – 3 of 3) sorted by relevance

/external/ltp/tools/pounder21/src/xbonkers/
Dxbonkers.c92 static long get_randnum(long min, long max);
196 static long get_randnum(long min, long max) in get_randnum() function
269 x = moo.x + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD); in slide_window()
270 y = moo.y + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD); in slide_window()
271 w = moo.width + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD); in slide_window()
272 h = moo.height + get_randnum(-SLIDE_THRESHOLD, SLIDE_THRESHOLD); in slide_window()
292 x = get_randnum(0, desk_w); in move_window()
293 y = get_randnum(0, desk_h); in move_window()
294 w = get_randnum(150, desk_w); in move_window()
295 h = get_randnum(150, desk_h); in move_window()
[all …]
/external/ltp/tools/pounder21/src/cpufreq/
Dcpufreq.c68 static unsigned int get_randnum(unsigned int max) in get_randnum() function
181 y = get_randnum(num_freqs); in main()
/external/ltp/tools/pounder21/src/randasyscall/
Drandasys.c71 unsigned long get_randnum(unsigned long min, unsigned long max) in get_randnum() function
81 x = get_randnum(0, 384); in find_syscall()