Home
last modified time | relevance | path

Searched refs:ncount (Results 1 - 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c1557 int ncount = 0; in internal_dfa_match() local
1564 &ncount); in internal_dfa_match()
1566 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_match()
1579 int ncount = 0; in internal_dfa_match() local
1593 if (ptr + 1 < end_subject && UCHAR21TEST(ptr + 1) == CHAR_LF) ncount = 1; in internal_dfa_match()
1604 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_match()
1821 int ncount = 0; in internal_dfa_match() local
1829 &ncount); in internal_dfa_match()
1830 ADD_NEW_DATA(-(state_offset + count), 0, ncount); in internal_dfa_match()
1851 int ncount in internal_dfa_match() local
2098 int ncount = 0; internal_dfa_match() local
2126 int ncount = 0; internal_dfa_match() local
2282 int ncount = 0; internal_dfa_match() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c68 uint32_t ncount; /* end usage item count */ member
236 if (s->icount < s->ncount) { in hid_get_item()
268 s->ncount = 0; in hid_get_item()
339 s->ncount = MAXLOCCNT; in hid_get_item()
341 s->ncount = c->loc.count; in hid_get_item()
349 s->ncount = 1; in hid_get_item()
/third_party/littlefs/runners/
H A Dtest_runner.c316 size_t ncount = 1 << lfs_npw2( in test_define_suite() local
318 test_define_cache = realloc(test_define_cache, ncount*sizeof(intmax_t)); in test_define_suite()
321 (ncount+(8*sizeof(unsigned))-1) in test_define_suite()
323 test_define_cache_count = ncount; in test_define_suite()
2725 size_t ncount = 1 << lfs_npw2(d+1); in main() local
2727 ncount*sizeof(test_define_t)); in main()
2729 (ncount-define_count)*sizeof(test_define_t)); in main()
2730 define_count = ncount; in main()
H A Dbench_runner.c303 size_t ncount = 1 << lfs_npw2( in bench_define_suite() local
305 bench_define_cache = realloc(bench_define_cache, ncount*sizeof(intmax_t)); in bench_define_suite()
308 (ncount+(8*sizeof(unsigned))-1) in bench_define_suite()
310 bench_define_cache_count = ncount; in bench_define_suite()
2012 size_t ncount = 1 << lfs_npw2(d+1); in main() local
2014 ncount*sizeof(bench_define_t)); in main()
2016 (ncount-define_count)*sizeof(bench_define_t)); in main()
2017 define_count = ncount; in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DStringTokenizerTest.java542 int ncount = st.countTokens(); in TestCountTokensNoCoalesce()
549 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce()
550 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DStringTokenizerTest.java539 int ncount = st.countTokens(); in TestCountTokensNoCoalesce()
546 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce()
547 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A 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/gn/src/base/win/
H A Dregistry.cc585 DWORD ncount = std::size(name_); in Read() local
587 LONG r = ::RegEnumKeyEx(key_, index_, ToWCharT(name_), &ncount, NULL, NULL, in Read()

Completed in 15 milliseconds