taglinefilesource code
hex2499drivers/block/ide.cstatic const char *hex = "0123456789abcdef";
hex2522drivers/block/ide.cwhile ((i = stridx(hex, *++s)) >= 0)
hex3382drivers/net/ppp.cstatic char hex[] = "0123456789ABCDEF";
hex3386drivers/net/ppp.c*out++ = hex[(next_ch >> 4) & 0x0F];
hex3387drivers/net/ppp.c*out++ = hex[next_ch & 0x0F];
hex71scripts/ksymoops.ccis >> ::hex >> address_;
hex85scripts/ksymoops.ccos << ::hex << address_ + offset_ << ' ' << '<' << name_;
hex87scripts/ksymoops.ccos << '+' << ::hex << offset_ << '/' << ::hex << extent_;
hex282scripts/ksymoops.cccin >> ::hex >> eip_addr;
hex284scripts/ksymoops.cccin >> ::hex >> eip_addr;
hex295scripts/ksymoops.ccwhile ((cin >> ::hex >> address) && address > 0xc) {
hex301scripts/ksymoops.cccout << ::hex << address;
hex312scripts/ksymoops.cccin >> ::hex >> c;