Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 25 of 150) sorted by relevance

123456

/external/oss-fuzz/projects/example/my-api-repo/
DREADME.md1 Example of [OSS-Fuzz ideal integration](https://google.github.io/oss-fuzz/advanced-topics/ideal-int…
3 …ware project that has most of the traits of [ideal](https://google.github.io/oss-fuzz/advanced-top…
/external/lzma/CPP/Windows/Control/
DReBar.h20 void MaximizeBand(unsigned index, bool ideal) in MaximizeBand() argument
21 { SendMsg(RB_MAXIMIZEBAND, index, BoolToBOOL(ideal)); } in MaximizeBand()
/external/skia/tests/
DBlendTest.cpp45 ideal = (x*y+127)/255; in test() local
46 if (p != ideal) { in test()
50 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
/external/oss-fuzz/docs/advanced-topics/
Ddebugging.md44 [ideal integration]({{ site.baseurl }}/advanced-topics/ideal-integration/)
Dideal_integration.md6 permalink: /advanced-topics/ideal-integration/
72 An ideal build integration for OSS-Fuzz looks like this:
98 the easier it is for the fuzzer to discover new code paths. The ideal corpus is
163 repository and mention them in the Dockerfile. It's not ideal, because the fuzz
Dreproducing.md35 [integrated]({{ site.baseurl }}/advanced-topics/ideal-integration/)
130 … [improving your integration with OSS-Fuzz]({{ site.baseurl }}/advanced-topics/ideal-integration/).
/external/skqp/tests/
DBlendTest.cpp50 ideal = (x*y+127)/255; in test() local
51 if (p != ideal) { in test()
55 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
/external/oss-fuzz/docs/
Dideal_integration.md1 This page has moved [here](https://google.github.io/oss-fuzz/advanced-topics/ideal-integration)
/external/llvm-project/llvm/test/CodeGen/MIR/AArch64/
Dparse-shufflemask-invalid0.mir13 ; FIXME: Not ideal error
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dbitcast-v2i8.ll3 ; Part of PR21549: going through the stack isn't ideal but is correct.
/external/llvm/test/CodeGen/AArch64/
Dbitcast-v2i8.ll3 ; Part of PR21549: going through the stack isn't ideal but is correct.
/external/curl/docs/
DREADME.md6 subdirectories, using several different formats. Some of them are not ideal
/external/oss-fuzz/docs/reference/
Dglossary.md38 [ideal integration]({{ site.baseurl }}/advanced-topics/ideal-integration/)).
/external/llvm-project/llvm/test/DebugInfo/
Dpr34186.ll4 ; expression, so we emit a diagnostic twice. This is, not ideal, but the
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr11985.ll7 ;;; Is either of these sequences ideal?
Dalign-branch-boundary-noautopadding.ll22 ; happen for the safepoint. That's non-ideal, we'd really prefer to do
/external/llvm/test/CodeGen/X86/
Dpr11985.ll7 ;;; Is either of these sequences ideal?
/external/rust/crates/weak-table/src/
Dweak_value_hash_map.rs727 fn probe_distance(&self, actual: usize, ideal: usize) -> usize { in probe_distance()
728 if actual >= ideal { in probe_distance()
729 actual - ideal in probe_distance()
731 actual + self.capacity() - ideal in probe_distance()
Dweak_weak_hash_map.rs738 fn probe_distance(&self, actual: usize, ideal: usize) -> usize { in probe_distance()
739 if actual >= ideal { in probe_distance()
740 actual - ideal in probe_distance()
742 actual + self.capacity() - ideal in probe_distance()
Dweak_key_hash_map.rs825 fn probe_distance(&self, actual: usize, ideal: usize) -> usize { in probe_distance()
826 if actual >= ideal { in probe_distance()
827 actual - ideal in probe_distance()
829 actual + self.capacity() - ideal in probe_distance()
/external/curl/lib/
Dtransfer.c985 ULONG ideal; in win_update_buffer_size() local
988 &ideal, sizeof(ideal), &ideallen, 0, 0); in win_update_buffer_size()
991 (const char *)&ideal, sizeof(ideal)); in win_update_buffer_size()
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/AArch64/
Dvscale-factor-out-constant.ll10 ; The generated IR is not ideal with base 'scalar_vector' cast to i8*, and do ugly getelementptr ov…
/external/oss-fuzz/docs/oss-fuzz/
Darchitecture.md16 and [integrates]({{ site.baseurl }}/advanced-topics/ideal-integration/) them
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp602 tcu::TextureLevel ideal (result.getFormat(), width, height); in verifyGatherOffsets() local
603 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsets()
639 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsets()
680 tcu::Surface ideal (width, height); in verifyGatherOffsetsCompare() local
681 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsetsCompare()
716 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsetsCompare()
729 tcu::Surface ideal (width, height); in verifySingleColored() local
730 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifySingleColored()
752 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifySingleColored()
/external/python/cpython2/Doc/tutorial/
Dindex.rst10 together with its interpreted nature, make it an ideal language for scripting

123456