Home
last modified time | relevance | path

Searched refs:firstresult (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c873 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800); in TestSurrogate() local
880 first != firstresult) { in TestSurrogate()
882 s[i], firstresult); in TestSurrogate()
/external/lua/src/
Dldo.c373 StkId firstresult; in moveresults() local
400 firstresult = L->top - nres; /* index of first result */ in moveresults()
403 setobjs2s(L, res + i, firstresult + i); in moveresults()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h666 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument
668 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcher.h702 const std::string &name, unsigned firstresult) in CheckComplexPatMatcher() argument
704 Name(name), FirstResult(firstresult) {} in CheckComplexPatMatcher()