Home
last modified time | relevance | path

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

/lib/
Dhexdump.c50 int hi = hex_to_bin(*src++); in hex2bin() local
53 if ((hi < 0) || (lo < 0)) in hex2bin()
56 *dst++ = (hi << 4) | lo; in hex2bin()
Dvsprintf.c984 u8 hi, lo; in ip6_compressed_string() local
1033 hi = word >> 8; in ip6_compressed_string()
1035 if (hi) { in ip6_compressed_string()
1036 if (hi > 0x0f) in ip6_compressed_string()
1037 p = hex_byte_pack(p, hi); in ip6_compressed_string()
1039 *p++ = hex_asc_lo(hi); in ip6_compressed_string()
Dbch.c1082 uint32_t data, hi, lo, *tab; in build_mod8_tables() local
1100 hi = (d < 31) ? g[j] << (d+1) : 0; in build_mod8_tables()
1103 tab[j] ^= hi|lo; in build_mod8_tables()