Home
last modified time | relevance | path

Searched refs:third_byte (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/base/
Descape.cc190 unsigned char third_byte; in UnescapeURLWithAdjustmentsImpl() local
191 if (UnescapeUnsignedCharAtIndex(escaped_text, i + 6, &third_byte) && in UnescapeURLWithAdjustmentsImpl()
193 ((third_byte == 0x8E) || (third_byte == 0x8F) || in UnescapeURLWithAdjustmentsImpl()
194 ((third_byte >= 0xAA) && (third_byte <= 0xAE))) : in UnescapeURLWithAdjustmentsImpl()
195 ((third_byte >= 0xA6) && (third_byte <= 0xA9)))) { in UnescapeURLWithAdjustmentsImpl()
/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc1006 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1008 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()
1014 } else if (third_byte == 0x0b) { in TwoByteOpcodeInstruction()