HomeSort by relevance Sort by last modified time
    Searched refs:tweaked (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
ChecksumTest.cpp 17 uint32_t data[kBytes/4], tweaked[kBytes/4]; local
18 for (size_t i = 0; i < SK_ARRAY_COUNT(tweaked); ++i) {
19 data[i] = tweaked[i] = rand.nextU();
30 for (size_t j = 0; j < SK_ARRAY_COUNT(tweaked); ++j) {
31 const uint32_t saved = tweaked[j];
32 tweaked[j] = rand.nextU();
33 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes);
35 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes));
36 tweaked[j] = saved;
  /external/skqp/tests/
ChecksumTest.cpp 17 uint32_t data[kBytes/4], tweaked[kBytes/4]; local
18 for (size_t i = 0; i < SK_ARRAY_COUNT(tweaked); ++i) {
19 data[i] = tweaked[i] = rand.nextU();
30 for (size_t j = 0; j < SK_ARRAY_COUNT(tweaked); ++j) {
31 const uint32_t saved = tweaked[j];
32 tweaked[j] = rand.nextU();
33 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes);
35 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes));
36 tweaked[j] = saved;
  /external/compiler-rt/
README.android 40 tweaked version.
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 43 // user-tweaked trust policy. We're too lazy to parse the XML (at
106 // tweaked their trust policy. These 4 goroutines are only
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 43 // user-tweaked trust policy. We're too lazy to parse the XML (at
106 // tweaked their trust policy. These 4 goroutines are only
  /external/protobuf/js/binary/
decoder.js 533 * BinaryDecoder, so it has been unrolled and tweaked for performance.

Completed in 197 milliseconds