Searched refs:is_end (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/
H A Dnode_iterators.hpp104 const bool is_end = m_p_begin_value == m_p_end_value; local
107 if (is_end)
111 return (is_end);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp174 const bool is_end = m_p_begin_value == m_p_end_value; local
177 if (is_end)
181 return (is_end);
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c750 pr_cyls(daddr_t sector, int is_end) argument
760 if (is_end) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mep/
H A Dmep.c5230 mep_emit_doloop (rtx *operands, int is_end)
5235 || cfun->machine->doloop_tag_from_end == is_end)
5238 cfun->machine->doloop_tag_from_end = is_end;
5242 if (is_end)
5220 mep_emit_doloop(rtx *operands, int is_end) argument

Completed in 97 milliseconds