Home
last modified time | relevance | path

Searched refs:decode_lower_hex_nibble (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libiberty/
Drust-demangle.c302 decode_lower_hex_nibble (char nibble) in decode_lower_hex_nibble() function
353 hi_nibble = decode_lower_hex_nibble (e[1]); in decode_legacy_escape()
356 lo_nibble = decode_lower_hex_nibble (e[2]); in decode_legacy_escape()
1320 nibble = decode_lower_hex_nibble (ident.ascii[1 + i]); in is_legacy_prefixed_hash()
DChangeLog575 (parse_lower_hex_nibble): Rename to decode_lower_hex_nibble.
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Drust-demangle.c302 decode_lower_hex_nibble (char nibble) in decode_lower_hex_nibble() function
353 hi_nibble = decode_lower_hex_nibble (e[1]); in decode_legacy_escape()
356 lo_nibble = decode_lower_hex_nibble (e[2]); in decode_legacy_escape()
1349 nibble = decode_lower_hex_nibble (ident.ascii[1 + i]); in is_legacy_prefixed_hash()
DChangeLog1066 (parse_lower_hex_nibble): Rename to decode_lower_hex_nibble.
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Drust-demangle.c302 decode_lower_hex_nibble (char nibble) in decode_lower_hex_nibble() function
353 hi_nibble = decode_lower_hex_nibble (e[1]); in decode_legacy_escape()
356 lo_nibble = decode_lower_hex_nibble (e[2]); in decode_legacy_escape()
1349 nibble = decode_lower_hex_nibble (ident.ascii[1 + i]); in is_legacy_prefixed_hash()
DChangeLog1066 (parse_lower_hex_nibble): Rename to decode_lower_hex_nibble.