OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numloops
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/ManualTests/
cookieSpeedTest.html
6
var
numLoops
= 100;
7
for(var i=0; i <
numLoops
; i++){
20
document.write("<br><br>avg R(millis):" + totalR/
numLoops
);
21
document.write("<br>avg W(millis):" + totalW/
numLoops
);
/external/arduino/hardware/arduino/cores/arduino/
wiring_pulse.c
44
unsigned long
numloops
= 0;
local
49
if (
numloops
++ == maxloops)
54
if (
numloops
++ == maxloops)
59
if (
numloops
++ == maxloops)
/external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp
38
unsigned
NumLoops
;
40
explicit LoopExtractor(unsigned
numLoops
= ~0)
41
: LoopPass(ID),
NumLoops
(
numLoops
) {
133
if (
NumLoops
== 0) return Changed;
134
--
NumLoops
;
/external/ppp/pppd/
lcp.h
94
int
numloops
; /* Number of loops during magic number neg. */
member in struct:lcp_options
lcp.c
630
wo->
numloops
= 0;
[
all
...]
Completed in 150 milliseconds