Home
last modified time | relevance | path

Searched refs:num_copied (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c1693 int num_copied = 0; in tre_copy_ast() local
1729 num_copied++; in tre_copy_ast()
1823 *pos_add += num_copied; in tre_copy_ast()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c1694 int num_copied = 0; in tre_copy_ast() local
1730 num_copied++; in tre_copy_ast()
1824 *pos_add += num_copied; in tre_copy_ast()
/third_party/musl/src/regex/
Dregcomp.c1693 int num_copied = 0; in tre_copy_ast() local
1729 num_copied++; in tre_copy_ast()
1823 *pos_add += num_copied; in tre_copy_ast()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c1693 int num_copied = 0; in tre_copy_ast() local
1729 num_copied++; in tre_copy_ast()
1823 *pos_add += num_copied; in tre_copy_ast()
/third_party/boost/boost/static_string/
Dstatic_string.hpp3500 const auto num_copied = capped_length(pos, count); in copy() local
3501 traits_type::copy(dest, data() + pos, num_copied); in copy()
3502 return num_copied; in copy()