Home
last modified time | relevance | path

Searched refs:ncount (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/polygon/detail/
Dboolean_op_45.hpp937 Count2 ncount(-1, 0); in testScan45Rect() local
939 …ices.push_back(Scan45Vertex(Point(0,10), Scan45Count(Count2(0, 0), ncount, Count2(0, 0), ncount))); in testScan45Rect()
940 …ices.push_back(Scan45Vertex(Point(10,0), Scan45Count(Count2(0, 0), ncount, Count2(0, 0), ncount))); in testScan45Rect()
987 Count2 ncount(-1, 0); in testScan45P1() local
989 …ices.push_back(Scan45Vertex(Point(0,10), Scan45Count(Count2(0, 0), Count2(0, 0), ncount, ncount))); in testScan45P1()
990 …ces.push_back(Scan45Vertex(Point(10,10), Scan45Count(Count2(0, 0), Count2(0, 0), ncount, ncount))); in testScan45P1()
1037 Count2 ncount(-1, 0); in testScan45P2() local
1038 …vertices.push_back(Scan45Vertex(Point(0,0), Scan45Count(Count2(0, 0), count, ncount, Count2(0, 0))… in testScan45P2()
1039 …vertices.push_back(Scan45Vertex(Point(10,0), Scan45Count(Count2(0, 0), ncount, count, Count2(0, 0)… in testScan45P2()
1040 …vertices.push_back(Scan45Vertex(Point(10,10), Scan45Count(Count2(0, 0), ncount, count, Count2(0, 0… in testScan45P2()
[all …]
Dpolygon_45_formation.hpp1039 Count2 ncount(-1, 0); in testPolygon45FormationStar2() local
1040 …vertices.push_back(Scan45Vertex(Point(0,4), Scan45Count(Count2(0, 0), count, ncount, Count2(0, 0))… in testPolygon45FormationStar2()
1041 …vertices.push_back(Scan45Vertex(Point(16,4), Scan45Count(count, ncount, Count2(0, 0), Count2(0, 0)… in testPolygon45FormationStar2()
1042 …vertices.push_back(Scan45Vertex(Point(8,12), Scan45Count(ncount, Count2(0, 0), count, Count2(0, 0)… in testPolygon45FormationStar2()
1044 ncount = count.invert(); in testPolygon45FormationStar2()
1045 …vertices.push_back(Scan45Vertex(Point(0,8), Scan45Count(count, ncount, Count2(0, 0), Count2(0, 0))… in testPolygon45FormationStar2()
1046 …vertices.push_back(Scan45Vertex(Point(16,8), Scan45Count(Count2(0, 0), count, ncount, Count2(0, 0)… in testPolygon45FormationStar2()
1047 …vertices.push_back(Scan45Vertex(Point(8,0), Scan45Count(ncount, Count2(0, 0), count, Count2(0, 0))… in testPolygon45FormationStar2()
1921 Count2 ncount(-1, 0); in testPolygon45TilingStar2() local
1922 …vertices.push_back(Scan45Vertex(Point(0,4), Scan45Count(Count2(0, 0), count, ncount, Count2(0, 0))… in testPolygon45TilingStar2()
[all …]
/third_party/glib/glib/pcre/
Dpcre_dfa_exec.c1372 int ncount = 0; in internal_dfa_exec() local
1384 ncount++; in internal_dfa_exec()
1388 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_exec()
1401 int ncount = 0; in internal_dfa_exec() local
1413 if (ptr + 1 < end_subject && ptr[1] == 0x0a) ncount = 1; in internal_dfa_exec()
1424 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_exec()
1628 int ncount = 0; in internal_dfa_exec() local
1641 ncount++; in internal_dfa_exec()
1644 ADD_NEW_DATA(-(state_offset + count), 0, ncount); in internal_dfa_exec()
1665 int ncount = 0; in internal_dfa_exec() local
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_dfa_match.c1529 int ncount = 0; in internal_dfa_match() local
1536 &ncount); in internal_dfa_match()
1538 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_match()
1551 int ncount = 0; in internal_dfa_match() local
1565 if (ptr + 1 < end_subject && UCHAR21TEST(ptr + 1) == CHAR_LF) ncount = 1; in internal_dfa_match()
1576 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_match()
1779 int ncount = 0; in internal_dfa_match() local
1787 &ncount); in internal_dfa_match()
1788 ADD_NEW_DATA(-(state_offset + count), 0, ncount); in internal_dfa_match()
1809 int ncount = 0; in internal_dfa_match() local
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c69 uint32_t ncount; /* end usage item count */ member
237 if (s->icount < s->ncount) { in hid_get_item()
269 s->ncount = 0; in hid_get_item()
340 s->ncount = MAXLOCCNT; in hid_get_item()
342 s->ncount = c->loc.count; in hid_get_item()
350 s->ncount = 1; in hid_get_item()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp397 int ndst = 0, ncount = 0; in prepare_alu_group() local
420 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQA); in prepare_alu_group()
422 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQB); in prepare_alu_group()
424 n->dst[ncount++] = sh->get_special_value(SV_LDS_RW); in prepare_alu_group()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java539 int ncount = st.countTokens(); in TestCountTokensNoCoalesce() local
546 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce()
547 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DStringTokenizerTest.java542 int ncount = st.countTokens(); in TestCountTokensNoCoalesce() local
549 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce()
550 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
/third_party/gn/src/base/win/
Dregistry.cc585 DWORD ncount = std::size(name_); in Read() local
587 LONG r = ::RegEnumKeyEx(key_, index_, ToWCharT(name_), &ncount, NULL, NULL, in Read()