Searched refs:increments (Results 1 – 25 of 57) sorted by relevance
123
/external/iptables/extensions/ |
D | libxt_statistic.man | 17 granularity is in 1/2147483648th increments.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | iv-fold.ll | 5 ; Indvars should be able to fold IV increments into shr when low bits are zero.
|
D | no-iv-rewrite.ll | 275 ; Eliminate the redundant IV increments k.next and l.next. 277 ; Two increments should remain, one by %step and one by %step1.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | TimeLineGraph.java | 294 double increments=(xRange*1.0)/timeRange; in setRelativeXPosition() local 296 …thisItem.setX((int)(Math.round((thisItem.timestamp-closestPrecedingItem.timestamp)*increments)+clo… in setRelativeXPosition()
|
/external/valgrind/main/docs/internals/ |
D | performance.txt | 15 increments/decrements of SP, so the fast cases can be used more often.
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | scev.ll | 8 ; The loop body contains two increments by %div.
|
/external/qemu/docs/ |
D | ANDROID-TRACING.TXT | 59 cycles. This just increments a global uint64_t counter.
|
D | ANDROID-SKIN-FILES.TXT | 133 counter-rotation (in 90-degrees increments) to apply to the 183 increments.
|
/external/libvpx/vp8/common/arm/armv6/ |
D | filter_v6.asm | 35 sub r2, r2, r3 ; inside loop increments input array, 270 sub r2, r2, r3 ; inside loop increments input array,
|
/external/iproute2/doc/ |
D | nstat.sgml | 38 calculates increments since the previous use.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebIconDatabase.idl | 129 … delayDatabaseCleanUp increments an internal counter that when 0 begins the database clean-up.
|
/external/llvm/utils/vim/ |
D | vimrc | 53 " Add and delete spaces in increments of `shiftwidth' for tabs
|
/external/qemu-pc-bios/vgabios/ |
D | README | 125 . vgabios function 0x0e (write teletype): linefeed (0x0a) only increments the
|
D | ChangeLog | 249 - vgabios function 0x0e (write teletype): linefeed (0x0a) only increments the
|
/external/icu4c/i18n/ |
D | usearch.cpp | 220 uint32_t increments, in addTouint32_tArray() argument 225 newlength += increments; in addTouint32_tArray() 260 uint32_t increments, in addTouint64_tArray() argument 265 newlength += increments; in addTouint64_tArray()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 646 * increments ...
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 524 ++ "n++" increments the variable n.
|
D | rfc1952.txt | 601 ++ "n++" increments the variable n.
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 191 // increments an integer from a random number seeded by the current time. This
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 341 From none to 100, in ten-frag increments. When someone reaches 347 From none to 60 minutes, in 10 minute increments. When the time
|
/external/llvm/docs/ |
D | DeveloperPolicy.rst | 374 that you will get negative feedback on the change. Small increments also
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 239 The sequence number increments by one for each RTP data packet sent,
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 10194 ;; Video ROM: from 0xC0000..0xC7FFF in 2k increments 10195 ;; General ROM: from 0xC8000..0xDFFFF in 2k increments 10308 shl ax, #5 ;; convert 512-bytes blocks to 16-byte increments
|
/external/dropbear/libtomcrypt/ |
D | changes | 1328 Basically if you added entropy to the pool in small increments it could in fact 1396 makes a random integer and increments by two until a prime is found
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 99 // 4k bytes in one go. Touching the stack at 4K increments is necessary to
|
123