Searched refs:ran (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dtrasher.c26 static uint32_t ran(void){ function
54 int burst= 1 + ran() * (uint64_t) (abs(maxburst)-1) / UINT32_MAX;
55 int pos= ran() * (uint64_t) length / UINT32_MAX;
64 int val= ran() * 256ULL / UINT32_MAX;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dtrasher.c28 static uint32_t ran(void) function
57 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX;
58 int pos = ran() * (uint64_t) length / UINT32_MAX;
71 int val = ran() * 256ULL / UINT32_MAX;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1392 _whoa($Curr_Test < 0, 'Says here you ran a negative number of tests!');
1394 'Somehow your tests ran without a plan!');
1396 'Somehow you got a different number of results than tests ran!');
1491 Looks like you planned $Expected_Tests test$s but only ran $Curr_Test.
1498 Looks like you planned $Expected_Tests test$s but ran $num_extra extra.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_fair.c853 * The current task ran long enough, ensure it doesn't get
993 u64 ran = se->sum_exec_runtime - se->prev_sum_exec_runtime; local
994 s64 delta = slice - ran;
1404 * ran and if it is currently idle, then it the right target.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S859 ;; either we ran out of data, or we copied 64 bytes. r1 has byte count
H A Dxircom_pgs.S924 ;; either we ran out of data, or we copied 64 bytes. r1 has byte count

Completed in 71 milliseconds