Searched refs:line_offset (Results 1 – 1 of 1) sorted by relevance
58 size_t line_offset = offset & ~0x0f; in Dump() local65 *hex++ = gHexDigit[line_offset >> (kBitsPerIntPtrT - 4)]; in Dump()66 line_offset <<= 4; in Dump()