Home
last modified time | relevance | path

Searched refs:byte0 (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java48 int opcode = byte0(opcodeUnit); in FORMAT_10X()
63 int opcode = byte0(opcodeUnit); in FORMAT_12X()
82 int opcode = byte0(opcodeUnit); in FORMAT_11N()
101 int opcode = byte0(opcodeUnit); in FORMAT_11X()
118 int opcode = byte0(opcodeUnit); in FORMAT_10T()
135 int opcode = byte0(opcodeUnit); in FORMAT_20T()
153 int opcode = byte0(opcodeUnit); in FORMAT_20BC()
171 int opcode = byte0(opcodeUnit); in FORMAT_22X()
191 int opcode = byte0(opcodeUnit); in FORMAT_21T()
209 int opcode = byte0(opcodeUnit); in FORMAT_21S()
[all …]
/external/chromium_org/media/cast/net/rtp/
Drtp_packetizer.cc74 uint8 byte0 = kCastReferenceFrameIdBitMask; in SendFrameAsPackets() local
76 byte0 |= kCastKeyFrameBitMask; in SendFrameAsPackets()
78 byte0 |= num_extensions; in SendFrameAsPackets()
79 packet->data.push_back(byte0); in SendFrameAsPackets()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_crc32.c719 uint8_t byte0, byte1, byte2, byte3; in sctp_finalize_crc32c() local
730 byte0 = result & 0x000000ff; in sctp_finalize_crc32c()
734 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in sctp_finalize_crc32c()
/external/clang/test/Rewriter/
Drewrite-modern-block.mm7 char byte0; field