Searched refs:enough (Results 1 – 25 of 817) sorted by relevance
12345678910>>...33
/external/llvm/test/TableGen/ |
D | BitsInit.td | 33 bits<3> D3 = { 0, 0 }; // type mismatch. RHS doesn't have enough bits 34 bits<3> D4 = { 0b00 }; // type mismatch. RHS doesn't have enough bits 37 bits<1> D7 = { 3 }; // type mismatch. LHS doesn't have enough bits 38 bits<2> D8 = { 0 }; // type mismatch. RHS doesn't have enough bits 45 bits<7> F2 = { 0, 1, 0b1001, 0, 0b0 }; // LHS doesn't have enough bits 46 bits<9> F3 = { 0, 1, 0b1001, 0, 0b0 }; // RHS doesn't have enough bits
|
/external/valgrind/ |
D | glibc-2.3.supp | 429 # always get hold of strlen early enough, due to idiocy in the low 432 ## HACK to do with strlen not being intercepted early enough 434 strlen-not-intercepted-early-enough-HACK-1 442 strlen-not-intercepted-early-enough-HACK-2 451 strlen-not-intercepted-early-enough-HACK-3 460 strlen-not-intercepted-early-enough-HACK-4 468 strlen-not-intercepted-early-enough-HACK-5 476 ## HACK to do with index not being intercepted early enough 478 index-not-intercepted-early-enough-HACK-1 485 index-not-intercepted-early-enough-HACK-2 [all …]
|
/external/autotest/client/site_tests/platform_TabletMode/ |
D | control | 22 The test will fail if the laptop screenshots are not similar enough or if the 23 tablet screenshots are not different enough from the laptop screenshots.
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0014-opj_jp2_read_ihdr_leak.patch | 12 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory to handle image header (ihdr)\n"); 26 opj_event_msg(p_manager, EVT_ERROR, "Not enough memory when setup the JP2 encoder\n");
|
/external/google-breakpad/src/common/mac/ |
D | MachIPC.mm | 57 // first check to make sure we have enough space 62 return false; // not enough space 110 // returns true if successful otherwise there was not enough space 112 // first check to make sure we have enough space 117 return false; // not enough space
|
/external/curl/tests/data/ |
D | test1117 | 18 This is a long error message that is large enough that the test server is 59 This is a long error message that is large enough that the test server is
|
/external/llvm/docs/ |
D | SegmentedStacks.rst | 15 the current stacklet has enough space for the function to execute; and if not, 31 enough space. The current approach is to use a slot in the TCB to store the 71 * Check if the current stacklet has enough space. If yes, just bump the SP, like
|
/external/zlib/src/examples/ |
D | README.examples | 4 enough.c 10 compress just enough input to nearly fill a requested output size
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 38 …[p foo7:1]; // expected-warning {{not enough variable arguments in 'foo7:' declaration to fit a s… 41 …[p foo12:1]; // expected-warning {{not enough variable arguments in 'foo12:' declaration to fit a …
|
/external/llvm/test/CodeGen/X86/ |
D | win-alloca-expander.ll | 19 ; The allocation is small enough not to require stack probing, but the %esp 45 ; The U object is large enough to require stack probing. 106 ; The allocation would be small enough not to require probing, if it wasn't
|
/external/llvm/test/Transforms/LowerSwitch/ |
D | fold-popular-case-to-unreachable-default.ll | 5 ; It is now enough to use two icmps to lower the switch. 36 ; that 3-4 is unreachable, so four icmps is enough.
|
/external/valgrind/none/tests/amd64/ |
D | faultstatus.disabled | 2 # doesn't work well enough, so the test always fails.
|
/external/libxml2/result/schematron/ |
D | zvon12_0.err | 2 /AAA/BBB line 2: There is not enough letters in the abbreviation
|
/external/valgrind/none/tests/x86/ |
D | faultstatus.disabled | 2 # doesn't work well enough, so the test always fails. It did work back
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 24 O(N^3) compute stage. For large enough matrices, that should be worth it. 37 compute kernel when the matrix size N is large enough; in practice, smaller 122 that the result accuracy will be good enough for real-world applications. See 131 large-enough, square-enough GEMMs where packing is only a small fraction of the 239 be small enough that the mean of these rounding errors is significantly 242 to 0; here, the set of input values is effectively small enough that the 271 Still, for large enough GEMM depth, that is better than rounding-to-nearest 277 rounding will give more accurate results for large enough GEMM depths, while
|
D | less-than-8-bit.txt | 94 in such a way that the result accuracy will be good enough for real-world 103 interesting for large-enough, square-enough GEMMs where packing is only 222 can be small enough that the mean of these rounding errors is significantly 225 close to 0; here, the set of input values is effectively small enough that the 256 Still, for large enough GEMM depth, that is better than rounding-to-nearest 264 rounding will give more accurate results for large enough GEMM depths, while
|
/external/libxml2/test/schematron/ |
D | zvon12.sct | 4 … <report test="string-length(@bbb) < 2">There is not enough letters in the abbreviation</report>
|
/external/llvm/test/CodeGen/Thumb/ |
D | large-stack.ll | 8 ; Largest stack for which a single tADDspi/tSUBspi is enough 17 ; Largest stack for which three tADDspi/tSUBspis are enough
|
/external/autotest/client/tests/synctest/ |
D | control | 9 Child process creates enough dirty data and issues fsync.
|
/external/autotest/client/site_tests/firmware_RomSize/ |
D | control | 7 PURPOSE = "Ensure the firmware size is large enough."
|
/external/llvm/test/CodeGen/ARM/ |
D | local-call.ll | 4 ; This function just messes up the offsets enough to make the libcall in
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2011-12-08-DemandedBitsMiscompile.ll | 14 ; Note: it's okay if someday CodeGen gets smart enough to optimize out
|
/external/curl/docs/cmdline-opts/ |
D | negotiate.d | 12 the authentication code properly. Sending a '-u :' is enough as the user name
|
/external/compiler-rt/test/profile/Linux/ |
D | instrprof-value-prof-warn.test | 3 # Test that enough static counters have been allocated
|
/external/valgrind/gdbserver_tests/ |
D | mcinvokeWS.vgtest | 10 # if the --wait is not enough, the test will fail or block
|
12345678910>>...33