HomeSort by relevance Sort by last modified time
    Searched full:thrash (Results 1 - 25 of 44) sorted by null

1 2

  /external/srtp/crypto/test/
cipher_driver.c 74 * functions for testing cipher cache thrash
160 /* arry timing (cache thrash) test */
338 * cache thrash on cipher throughput.
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
GroupedLinkedMap.java 58 // are not likely to be requested again so the gc thrash should be minimal. Doing so will speed up our
  /system/extras/tests/pftest/
pftest.c 91 /* Warmup (ie pre-thrash the memory system */
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
dolphin.c 1808 float pitch, thrash, chomp; local
    [all...]
whale.c 1674 float pitch, thrash, chomp; local
    [all...]
shark.c 1162 float thrash, chomp; local
1166 thrash = 50.0 * fish->v;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
1224 segup = thrash * fish->vtail;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
dolphin.c 1808 float pitch, thrash, chomp; local
    [all...]
whale.c 1674 float pitch, thrash, chomp; local
    [all...]
shark.c 1162 float thrash, chomp; local
1166 thrash = 50.0 * fish->v;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
1224 segup = thrash * fish->vtail;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
dolphin.c 1808 float pitch, thrash, chomp; local
    [all...]
whale.c 1674 float pitch, thrash, chomp; local
    [all...]
shark.c 1162 float thrash, chomp; local
1166 thrash = 50.0 * fish->v;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
1224 segup = thrash * fish->vtail;
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 74 * functions for testing cipher cache thrash
163 /* arry timing (cache thrash) test */
367 * cache thrash on cipher throughput.
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
TransformState.cpp 204 // would cause thrash when traversing hierarchies with alternating
  /art/test/074-gc-thrash/src/
Main.java 28 private static final String OUTPUT_FILE = "gc-thrash.hprof";
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 112 // kernel to thrash between generating GPU commands and executing them.
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 204 Thread th = new Thread(wrappedTest, "EGL thrash");
  /external/chromium_org/chrome/browser/net/
url_info.cc 38 // a TON of copies of the same domain name, so that we don't thrash the OS to
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.h 88 double m_lastDecodedAccessTime; // Used as a thrash guard
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLToken.h 108 // thrash malloc. When we finally finish the parse the
  /external/chromium_org/third_party/libsrtp/srtp/
CHANGES 120 Added a timing test which tests the effect of CPU cache thrash on
  /external/srtp/
Changes 120 Added a timing test which tests the effect of CPU cache thrash on
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 450 ! and dest hit the same cache line, this will thrash, so make
635 ! and dest hit the same cache line, this will thrash, so make
  /external/chromium_org/content/browser/appcache/
appcache_service_impl.cc 491 // We don't want to thrash the disk but we also don't want to
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 436 static double s_currentFrameTimeStamp; // used for detecting decoded resource thrash in the cache

Completed in 1995 milliseconds

1 2