Searched refs:byte0 (Results 1 – 4 of 4) sorted by relevance
48 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 …]
74 uint8 byte0 = kCastReferenceFrameIdBitMask; in SendFrameAsPackets() local76 byte0 |= kCastKeyFrameBitMask; in SendFrameAsPackets()78 byte0 |= num_extensions; in SendFrameAsPackets()79 packet->data.push_back(byte0); in SendFrameAsPackets()
719 uint8_t byte0, byte1, byte2, byte3; in sctp_finalize_crc32c() local730 byte0 = result & 0x000000ff; in sctp_finalize_crc32c()734 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in sctp_finalize_crc32c()
7 char byte0; field