Searched refs:to_len (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D9875_seekoff.cc35 std::size_t to_len = (to_end - to) / sizeof(wchar_t); local
36 std::size_t len = std::min(from_len, to_len);
51 std::size_t to_len = to_end - to; local
52 std::size_t len = std::min(from_len, to_len);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/
H A D9875_seekpos.cc35 std::size_t to_len = (to_end - to) / sizeof(wchar_t); local
36 std::size_t len = std::min(from_len, to_len);
51 std::size_t to_len = to_end - to; local
52 std::size_t len = std::min(from_len, to_len);
/haiku-buildtools/legacy/binutils/gas/
H A Dmacro.c167 int to_len = strlen (to); local
173 if (to_len == 4 && strcasecmp(to, "ENDR") == 0)
248 if (strncasecmp (ptr->ptr + i, to, to_len) == 0
249 && (ptr->len == (i + to_len)
250 || ! (is_part_of_name (ptr->ptr[i + to_len])
251 || is_name_ender (ptr->ptr[i + to_len]))))
/haiku-buildtools/binutils/gas/
H A Dmacro.c115 size_t to_len = strlen (to); local
120 if (to_len == 4 && strcasecmp (to, "ENDR") == 0)
201 if (strncasecmp (ptr->ptr + i, to, to_len) == 0
202 && (ptr->len == (i + to_len)
203 || ! (is_part_of_name (ptr->ptr[i + to_len])
204 || is_name_ender (ptr->ptr[i + to_len]))))
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c1044 tree to_len; local
1055 from_len = to_len = NULL_TREE;
1099 to_len = gfc_class_len_get (to);
1145 vec_safe_push (args, to_len);
1187 vec_safe_push (args, to_len);

Completed in 206 milliseconds