Home
last modified time | relevance | path

Searched refs:width_to_mask (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c863 width_to_mask (size_t width) in width_to_mask() function
1309 size_t cmask = width_to_mask (cwidth); in emit_numeric_escape()
1361 size_t mask = width_to_mask (width); in convert_hex()
1431 size_t mask = width_to_mask (width); in convert_oct()
1892 size_t mask = width_to_mask (width); in narrow_str_to_charconst()
1967 size_t mask = width_to_mask (width); in wide_str_to_charconst()
1968 size_t cmask = width_to_mask (cwidth); in wide_str_to_charconst()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc876 width_to_mask (size_t width) in width_to_mask() function
1342 size_t cmask = width_to_mask (cwidth); in emit_numeric_escape()
1394 size_t mask = width_to_mask (width); in convert_hex()
1464 size_t mask = width_to_mask (width); in convert_oct()
1924 size_t mask = width_to_mask (width); in narrow_str_to_charconst()
1999 size_t mask = width_to_mask (width); in wide_str_to_charconst()
2000 size_t cmask = width_to_mask (cwidth); in wide_str_to_charconst()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200315629 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,