search for: rangeof

Displaying 2 results from an estimated 2 matches for "rangeof".

Did you mean: range
2006 Oct 17
0
[678] trunk/wxruby2/doc/textile/commandevent.txtl: Fixed a few event macros that did not get fixed by the parser.
...class="cx"> </span><span class="cx"> </span><del>-|*EVT_COMMAND(id, event, func)*|Process a command, supplying the window identifier,command event identifier, and member function.| -|*EVT_COMMAND_RANGE(id1, id2, event, func)*|Process a command for a rangeof window identifiers, supplying the minimum and maximum window identifiers,command event identifier, and member function.| </del><ins>+|*evt_command(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|Process a command, supplying the window ident...
2016 Feb 08
4
[PATCH 0/4] PMU engine counters
...of the core, memory, video and pcie loads currently I expose the loads through a debugfs "current_load" file, but I want to move that to nvif and just add a wrapper around that in debugfs for convenience Anyway there are still some issues I would like to discuss: 1. currently the value rangeof the values is 0-0xff I choosed to do this to simplify the code on the pmu, but 0-0xffff is also easy to do. Higher accuracy would involve doing more PMU requests and it would make the code bigger in size with no real benefit 2. Because these counters are used for dynamic reclocking, these...