Searched refs:resul (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | runtest.c | 2464 const char *resul ATTRIBUTE_UNUSED, in xpathDocTest() 2512 const char *resul ATTRIBUTE_UNUSED, in xptrDocTest() 3040 const char *resul ATTRIBUTE_UNUSED, in schemasTest() 3217 const char *resul ATTRIBUTE_UNUSED, in rngTest() 3306 const char *resul ATTRIBUTE_UNUSED, in rngStreamTest() 3468 const char *resul ATTRIBUTE_UNUSED, in patternTest() 3893 const char *resul ATTRIBUTE_UNUSED, in c14nWithCommentTest() 3900 const char *resul ATTRIBUTE_UNUSED, in c14nWithoutCommentTest() 3907 const char *resul ATTRIBUTE_UNUSED, in c14nExcWithoutCommentTest() 3914 const char *resul ATTRIBUTE_UNUSED, in c14n11WithoutCommentTest() [all …]
|
D | ChangeLog | 2523 * test/ns7 resul//ns7*: added to the regression tests 18925 namespace recognition, and Dia as a resul :-(
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 340 uint64_t resul = carry + lx * ly; in mul() local 341 hasCarry = (resul < carry) ? 1 : 0; in mul() 342 carry = (hasCarry ? (1ULL << 32) : 0) + hx * ly + (resul >> 32); in mul() 346 resul = (carry << 32) | (resul & 0xffffffffULL); in mul() 347 dest[i+j] += resul; in mul() 349 (carry >> 32) + (dest[i+j] < resul ? 1 : 0) + in mul()
|