Searched refs:better (Results 1 – 25 of 790) sorted by relevance
12345678910>>...32
/external/syslinux/com32/mboot/ |
D | initvesa.c | 58 bool better; in set_graphics_mode() local 162 better = false; in set_graphics_mode() 169 better = true; in set_graphics_mode() 173 better = true; in set_graphics_mode() 177 better = false; in set_graphics_mode() 179 better = true; in set_graphics_mode() 181 better = true; in set_graphics_mode() 183 if (better) { in set_graphics_mode()
|
/external/clang/test/SemaObjCXX/ |
D | conversion-ranking.mm | 21 // conversion of C* to B* is better than conversion of C* to A*. 29 // conversion of B* to A* is better than conversion of C* to A* 46 // A conversion to an a non-id object pointer type is better than a 55 // A conversion to an a non-Class object pointer type is better than a 83 // A conversion to an a non-id object pointer type is better than a
|
/external/clang/test/Modules/Inputs/available-is-better/ |
D | module.modulemap | 7 header "available-is-better.h" 11 header "available-is-better.h" 16 header "available-is-better.h"
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 35 9. Since almost all instructions set flags - implement brcond / select in better 38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td) 40 11. Implement hooks for better memory op folding, etc.
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | README.txt | 35 9. Since almost all instructions set flags - implement brcond / select in better 38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td) 40 11. Implement hooks for better memory op folding, etc.
|
/external/llvm/test/CodeGen/Mips/ |
D | cmov.ll | 248 ; FIXME: We can do better than this by using selccz to choose between +0 and +2 261 ; FIXME: We can do better than this by using selccz to choose between +0 and +2 285 ; FIXME: We can do better than this by using selccz to choose between -0 and -2 300 ; FIXME: We can do better than this by using selccz to choose between -0 and -2 322 ; FIXME: We can do better than this by using selccz to choose between +0 and +2 335 ; FIXME: We can do better than this by using selccz to choose between +0 and +2 361 ; FIXME: We can do better than this by using selccz to choose between -0 and -2 378 ; FIXME: We can do better than this by using selccz to choose between -0 and -2 424 ; FIXME: We can do better than this by adding/subtracting the result of slti 471 ; FIXME: We can do better than this by using selccz to choose between -0 and -2 [all …]
|
/external/iptables/extensions/ |
D | libipt_icmp.t | 3 # output uses the number, better use the name? 6 # output uses the number, better use the name?
|
/external/liblzf/ |
D | Changes | 44 with better compression ratio. with ULTRA_FAST, it's typically 90 a bit slower than ULTRA_FAST but much better, 118 - slightly better compression ratio, almost unmeasurably 133 - much better fine-tuning, faster and better than 0.1.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-neg-01.ll | 25 ; be better implemented using an XI on the upper byte. Do some extra 26 ; processing so that using FPRs is unequivocally better.
|
D | fp-abs-01.ll | 27 ; be better implemented using an NI on the upper byte. Do some extra 28 ; processing so that using FPRs is unequivocally better.
|
D | fp-abs-02.ll | 29 ; probably be better implemented using an OI on the upper byte. Do some 30 ; extra processing so that using FPRs is unequivocally better.
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | TODO | 32 - better documentation for output=template w/ full examples 37 - better output for return objects 47 - better test coverage for runtime modules
|
/external/mesa3d/docs/ |
D | RELNOTES-3.1 | 46 To better support Linux/OpenGL standards, the Mesa GL library is now 50 In the long term this will allow better interoperability with other 84 nVidia texgen extension for better reflection mapping.
|
/external/iputils/doc/ |
D | clockdiff.sgml | 53 What flavor works better depends on target host. Particularly, 54 <option/-o/ is better for Linux. 73 use NTP in this case, which is even better.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-2.0 | 16 blocks allows Squashfs 2.0 to achieve better compression than cloop and similar 26 This achieves on average 5 - 20% better compression than Squashfs 1.x. 135 Each approach has advantages and disadvantages, data-based systems have better 139 they understand the filesystem and therefore employ better caching stategies
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
D | coverage.txt | 4 1 YES, but will go back an investigate incase there's a better way to test this.
|
/external/nanopb-c/tests/splint/ |
D | splint.rc | 33 # better warnings for these.
|
/external/clang/test/Parser/ |
D | placeholder-recovery.m | 3 // FIXME: We could do much better with this, if we recognized
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | generate.dox | 14 …tes and make changes to them (though you are encouraged not to, as it is better to provide bug fix… 49 /// However in this case a much better solution is probably to utilize the -depend option of the An…
|
/external/kmod/ |
D | CODING-STYLE | 37 2) It's better to return/exit early in a function than having a really long 40 if (x) { // worse | if (!x) // better
|
/external/swiftshader/third_party/LLVM/utils/kate/ |
D | README | 8 this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it).
|
/external/llvm/utils/kate/ |
D | README | 8 this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it).
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vec_shuffle-28.ll | 5 ; Don't XFAIL it because it's still better than the previous code.
|
D | vec_insert-7.ll | 3 ; (Without SSE they are split to two ints, and the code is much better.)
|
/external/fec/ |
D | sse2bfly29.s | 10 # Requires Pentium 4 or better
|
12345678910>>...32