tag | line | file | source code |
hex | 2469 | drivers/block/ide.c | static const char *hex = "0123456789abcdef"; |
hex | 2492 | drivers/block/ide.c | while ((i = stridx(hex, *++s)) >= 0) |
hex | 2023 | drivers/net/ppp.c | static char hex[] = "0123456789ABCDEF"; |
hex | 2032 | drivers/net/ppp.c | *out++ = hex[(next_ch >> 4) & 0x0F]; |
hex | 2033 | drivers/net/ppp.c | *out++ = hex[next_ch & 0x0F]; |
hex | 52 | scripts/ksymoops.cc | is >> hex >> n.address_; |
hex | 65 | scripts/ksymoops.cc | os << hex << n.address_ + n.offset_ << ' ' << n.type_ << ' ' << n.name_; |
hex | 67 | scripts/ksymoops.cc | os << '+' << hex << n.offset_ << '/' << hex << n.extent_; |
hex | 164 | scripts/ksymoops.cc | cin >> hex >> address; |
hex | 166 | scripts/ksymoops.cc | cin >> hex >> address; |