HomeSort by relevance Sort by last modified time
    Searched full:trip (Results 101 - 125 of 677) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/compiler/optimizing/
induction_var_analysis_test.cc 241 // Trip-count.
581 // Trip-count.
609 // Trip-count.
628 // Trip-count.
647 // Trip-count undefined.
666 // Trip-count.
686 // Trip-count undefined.
703 // Trip-count.
721 // Trip-count undefined.
  /art/test/564-checker-irreducible-loop/smali/
IrreducibleLoop.smali 38 # a block that doesn't. The register allocator used to trip there, as the
  /docs/source.android.com/src/devices/audio/
loopback.jd 35 <a href="latency_measure.html#measuringRoundTrip">round-trip audio latency</a>,
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
OpenJdk6ListTests.java 39 * tests that trip known OpenJDK 6 bugs.
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.h 21 * Performs round-trip tests for DateFormat
  /external/libchrome/sandbox/linux/syscall_broker/
broker_client.h 29 // and save an IPC round trip.
  /external/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 55 // The Hexagon target can unroll loops with run-time trip counts.
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 11 // been canonicalized by the -indvars pass, allowing it to determine the trip
73 cl::desc("Unroll loops with run-time trip counts"));
115 // Default unroll count for loops with run-time trip count if
525 // We want to be able to scale offsets by the trip count and add more offsets
527 // analyze *massive* trip counts, so we force the max to be reasonably small.
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
2011-10-04-ConstEvolve.ll 6 ; Just check that it actually ran trip count analysis.
  /external/llvm/test/CodeGen/ARM/
arm-negative-stride.ll 4 ; frees up a register from holding the trip count.
  /external/llvm/test/MC/AArch64/
elf-globaladdress.ll 4 ; Also take it on a round-trip through llvm-mc to stretch assembly-parsing's legs:
  /external/llvm/test/Transforms/LoopUnroll/
pr14167.ll 6 ; Ensure that we don't crash when the trip count == -1.
runtime-loop5.ll 4 ; Given that the trip-count of this loop is a 3-bit value, we cannot
scevunroll.ll 3 ; Unit tests for loop unrolling using ScalarEvolution to compute trip counts.
34 ; case, the computed trip count based on a canonical IV is *not* for a
99 ; a known trip count, regardless of the early exit trip counts. The
  /external/llvm/test/Transforms/LoopVectorize/
small-loop.ll 27 %exitcond = icmp eq i32 %lftr.wideiv, 8 ; <----- A really small trip count.
  /external/toybox/toys/pending/
ping.c 19 echo it receives back, with round trip time.
  /external/v8/test/webkit/
do-while-semicolon.js 25 "This test checks that toString() round-trip on a function that has do..while in JavaScript does not insert extra semicolon."
toString-prefix-postfix-preserve-parens-expected.txt 24 This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection.h 55 // Set the round-trip time between the sender and the receiver to |rtt|
  /external/webrtc/webrtc/modules/video_coding/test/
tester_main.cc 22 DEFINE_int32(rtt, 0, "RTT (round-trip time), in milliseconds.");
  /frameworks/base/core/java/android/net/
SntpClient.java 70 // round trip time in milliseconds
146 Log.d(TAG, "round trip: " + roundTripTime + "ms, " +
187 * Returns the round trip time of the NTP transaction
189 * @return round trip time in milliseconds.
  /frameworks/volley/src/main/java/com/android/volley/
NetworkResponse.java 34 * @param networkTimeMs Round-trip network time to receive network response
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 328 void trip(boolean trip) { method in class:CodeMangler.State
329 if (!tripped & trip) {
337 State push(int lc, String line, boolean trip) {
342 ret.emit = this.emit & trip;
343 ret.tripped = trip;
449 state.trip(true);
534 state.trip(eval);
    [all...]
  /external/iputils/doc/
ping.sgml 65 Adaptive ping. Interpacket interval adapts to round-trip time, so that
390 prints network round trip time, which can be different
436 ``pinged''. Round-trip times and packet loss statistics are computed.
438 loss calculation, although the round trip time of these packets is used
439 in calculating the minimum/average/maximum round-trip time numbers.
489 a timestamp which it uses in the computation of round trip times.
490 If the data space is shorter, no round trip times are given.
577 will be 255 minus the number of routers in the round-trip path.
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 56 const Triple Trip;
113 : FunctionPass(ID), TM(TM), TLI(nullptr), Trip(TM->getTargetTriple()),

Completed in 959 milliseconds

1 2 3 45 6 7 8 91011>>