Home
last modified time | relevance | path

Searched refs:mark_count (Results 1 – 22 of 22) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dblkmap64_ba.c219 int mark_count = 0; in ba_test_clear_bmap_extent() local
234 mark_count = 8 - start_bit; in ba_test_clear_bmap_extent()
236 mark_count = (int)len; in ba_test_clear_bmap_extent()
241 for (i = mark_count; i > 0; i--, mark_bit--) in ba_test_clear_bmap_extent()
254 len_bit = (len - mark_count) % 8; in ba_test_clear_bmap_extent()
255 len_byte = (len - mark_count) >> 3; in ba_test_clear_bmap_extent()
Dgen_bitmap.c474 int mark_count = 0; in ext2fs_test_clear_generic_bitmap_range() local
488 mark_count = 8 - start_bit; in ext2fs_test_clear_generic_bitmap_range()
490 mark_count = (int)len; in ext2fs_test_clear_generic_bitmap_range()
495 for (i = mark_count; i > 0; i--, mark_bit--) in ext2fs_test_clear_generic_bitmap_range()
508 len_bit = (len - mark_count) % 8; in ext2fs_test_clear_generic_bitmap_range()
509 len_byte = (len - mark_count) >> 3; in ext2fs_test_clear_generic_bitmap_range()
Dgen_bitmap64.c196 if (stats->mark_count) { in ext2fs_print_bmap_statistics()
198 stats->mark_count) * 100; in ext2fs_print_bmap_statistics()
200 stats->mark_count) * 100; in ext2fs_print_bmap_statistics()
223 stats->mark_count, stats->unmark_count); in ext2fs_print_bmap_statistics()
470 bitmap->stats.mark_count++; in ext2fs_mark_generic_bmap()
Dbmap64.h19 unsigned long mark_count; member
Dblkmap64_rb.c940 mark_all = bitmap->stats.mark_count + bitmap->stats.mark_ext_count; in rb_print_stats()
/third_party/skia/fuzz/
DFuzzSkParagraph.cpp148 uint8_t mark_count; in AddZalgoText() local
149 fuzz->next(&mark_count); in AddZalgoText()
150 for (int i = 0; i < mark_count; i++) { in AddZalgoText()
/third_party/boost/libs/regex/doc/
Dbasic_regex.qbk148 ``[link boost_regex.basic_regex.mark_count size_type mark_count]``()const;
316 [[`mark_count()`][The number of marked sub-expressions within the expression.]]
340 [[`mark_count()`][The number of marked sub-expressions within the expression.]]
363 [[`mark_count()`][The number of marked sub-expressions within the expression.]]
393 [[`mark_count()`][The number of marked sub-expressions within the expression.]]
416 [[`mark_count()`][The number of marked sub-expressions within the expression.]]
450 /n/ must be in within the range `0 <= n < mark_count()`.
486 [#boost_regex.basic_regex.mark_count]
488 size_type mark_count() const;
531 [[`mark_count()`][The number of marked sub-expressions within the expression.]]
Dregex_match.qbk85 [[`m.size()`][`1 + e.mark_count()`]]
Dregex_search.qbk83 [[`m.size()`][`1 + e.mark_count()`]]
Dregex_iterator.qbk129 [[`(*it).size()`][`1 + re.mark_count()`]]
Dhistory.qbk62 * [*Breaking change:] corrected behavior of `basic_regex<>::mark_count()` to match existing documen…
/third_party/libsnd/src/
Daiff.c402 uint32_t chunk_size = 0, FORMsize, SSNDsize, bytesread, mark_count = 0 ; in aiff_read_header() local
793 mark_count = n ; in aiff_read_header()
794 psf_log_printf (psf, " Count : %u\n", mark_count) ; in aiff_read_header()
799 paiff->markstr = calloc (mark_count, sizeof (MARK_ID_POS)) ; in aiff_read_header()
803 …if (mark_count > 2500) /* 2500 is close to the largest number of cues possible because of block si… in aiff_read_header()
813 if ((psf->cues = psf_cues_alloc (mark_count)) == NULL) in aiff_read_header()
816 for (n = 0 ; n < mark_count && bytesread < chunk_size ; n++) in aiff_read_header()
931 …s [ji].start = marker_to_position (paiff->markstr, psf->instrument->loops [ji].start, mark_count) ; in aiff_read_header()
932 …loops [ji].end = marker_to_position (paiff->markstr, psf->instrument->loops [ji].end, mark_count) ; in aiff_read_header()
/third_party/boost/boost/regex/v4/
Dperl_matcher_common.hpp226 …h_nosubs) ? 1u : static_cast<typename results_type::size_type>(1u + re.mark_count()), search_base,… in match_imp()
288 …ch_nosubs) ? 1u : static_cast<typename results_type::size_type>(1u + re.mark_count()), base, last); in find_imp()
307 …h_nosubs) ? 1u : static_cast<typename results_type::size_type>(1u + re.mark_count()), search_base,… in find_imp()
313 …m_result.set_size(static_cast<typename results_type::size_type>(1u + re.mark_count()), base, last); in find_imp()
Dregex_split.hpp124 if(max_split && (last != s.end()) && (e.mark_count() == 0)) in regex_split()
Dbasic_regex.hpp283 size_type BOOST_REGEX_CALL mark_count()const in mark_count() function in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation
545 size_type BOOST_REGEX_CALL mark_count()const in mark_count() function in boost::basic_regex
547 return (m_pimpl.get() ? m_pimpl->mark_count() : 0); in mark_count()
/third_party/boost/libs/regex/src/
Dposix_api.cpp129 expression->re_nsub = static_cast<c_regex_type*>(expression->guts)->mark_count(); in regcompA()
Dwide_posix_api.cpp139 expression->re_nsub = static_cast<wc_regex_type*>(expression->guts)->mark_count(); in regcompW()
Dcregex.cpp518 return pdata->e.mark_count(); in Marks()
/third_party/boost/boost/xpressive/
Dbasic_regex.hpp139 std::size_t mark_count() const in mark_count() function
/third_party/boost/libs/regex/test/regress/
Dtest_regex_search.hpp519 for(std::size_t i = 0; i < r.mark_count(); ++i) in test()
/third_party/boost/libs/xpressive/test/
Dregress.ipp326 std::vector<int> subs(rx.mark_count() + 1, 0);
/third_party/boost/boost/regex/
Dconcepts.hpp417 typename Regex::size_type i = ce.mark_count(); in constraints()