| /src/sys/arch/news68k/dev/ |
| ms.c | 74 int code, index, byte0, byte1, byte2; local 100 byte1 = sc->sc_buf[MS_X_BYTE]; 111 dx = byte1 & MS_X_DATA;
|
| /src/sys/netinet/ |
| sctp_crc32.c | 155 u_int8_t byte0, byte1, byte2, byte3; local 166 byte1 = (result >> 8) & 0x000000ff; 169 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
|
| /src/sys/arch/newsmips/apbus/ |
| ms_ap.c | 116 int code, index, byte0, byte1, byte2; local 147 byte1 = sc->sc_buf[1]; 159 dx = byte1 - 0x80; 161 dx = byte1;
|
| /src/sys/arch/newsmips/dev/ |
| ms_hb.c | 123 int code, index, byte0, byte1, byte2; local 154 byte1 = sc->sc_buf[1]; 166 dx = byte1 - 0x80; 168 dx = byte1;
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_linux.cpp | 418 uint8_t byte1 = *((u8 *)(pc + 0)); 422 uint32_t ebreak = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); 435 byte1 = *((u8 *)(pc + 0)); 440 uint32_t instr = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); 475 uint8_t byte1 = (uint8_t)(*(exception_source + 0)); local 479 uint32_t faulted = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
|
| /src/sys/dev/scsipi/ |
| scsi_tape.h | 196 u_int8_t byte1; /* set LSB to read hardware block pos */ member in struct:scsi_tape_read_position
|
| /src/external/gpl3/binutils/dist/binutils/ |
| unwind-ia64.c | 587 unsigned char byte1, abreg; local 596 byte1 = *dp++; 599 abreg = (byte1 & 0x7f); 600 if (byte1 & 0x80) 611 unsigned char byte1, byte2, abreg, x, ytreg; local 620 byte1 = *dp++; 623 abreg = (byte1 & 0x7f); 625 x = (byte1 >> 7) & 1; 626 if ((byte1 & 0x80) == 0 && ytreg == 0) 637 unsigned char byte1, byte2, abreg, qp local 665 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 707 unsigned char byte1, mask, grsave; local 754 unsigned char byte1; local 769 unsigned char byte1, r, dst; local 828 unw_word grmask, frmask, byte1, byte2, byte3; local 867 unsigned char r, byte1, byte2; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| unwind-ia64.c | 587 unsigned char byte1, abreg; local 596 byte1 = *dp++; 599 abreg = (byte1 & 0x7f); 600 if (byte1 & 0x80) 611 unsigned char byte1, byte2, abreg, x, ytreg; local 620 byte1 = *dp++; 623 abreg = (byte1 & 0x7f); 625 x = (byte1 >> 7) & 1; 626 if ((byte1 & 0x80) == 0 && ytreg == 0) 637 unsigned char byte1, byte2, abreg, qp local 665 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 707 unsigned char byte1, mask, grsave; local 754 unsigned char byte1; local 769 unsigned char byte1, r, dst; local 828 unw_word grmask, frmask, byte1, byte2, byte3; local 867 unsigned char r, byte1, byte2; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
| X86Disassembler.cpp | 323 uint8_t byte1, byte2; local 324 if (consume(insn, byte1)) { 334 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) && 335 ((~byte1 & 0xc) == 0xc) && ((byte2 & 0x4) == 0x4)) { 338 --insn->readerCursor; // unconsume byte1 344 insn->vectorExtensionPrefix[1] = byte1; 370 uint8_t byte1; local 371 if (peek(insn, byte1)) { 376 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) 401 uint8_t byte1; local 433 uint8_t byte1; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-m10300.c | 2292 unsigned char byte1, byte2; 2303 byte1 = bfd_get_8 (abfd, contents + addr); 2306 if (byte1 == 0xcf) 2310 byte1 = bfd_get_8 (abfd, contents + addr); 2357 if (byte1 == 0xf8 && byte2 == 0xfe) 2364 else if (byte1 == 0xfa && byte2 == 0xfe) 2291 unsigned char byte1, byte2; local
|
| elf64-x86-64.c | 1757 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy) 1759 byte1 = (byte1 & ~(1 << 5)) | ((byte1 & (1 << 7)) >> 2); /* R3 -> B3 */ 1760 byte1 = (byte1 & ~(1 << 3)) | ((~byte1 & (1 << 4)) >> 1); /* R4 -> B4 */ 1764 byte1 |= (1 << 4) | (1 << 7); 1766 return byte1; 4568 unsigned int type, reg, byte1; 4566 unsigned int type, reg, byte1; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-m10300.c | 2291 unsigned char byte1, byte2; 2302 byte1 = bfd_get_8 (abfd, contents + addr); 2305 if (byte1 == 0xcf) 2309 byte1 = bfd_get_8 (abfd, contents + addr); 2356 if (byte1 == 0xf8 && byte2 == 0xfe) 2363 else if (byte1 == 0xfa && byte2 == 0xfe) 2290 unsigned char byte1, byte2; local
|
| elf64-x86-64.c | 1745 static unsigned int evex_move_r_to_b (unsigned int byte1, bool copy) 1747 byte1 = (byte1 & ~(1 << 5)) | ((byte1 & (1 << 7)) >> 2); /* R3 -> B3 */ 1748 byte1 = (byte1 & ~(1 << 3)) | ((~byte1 & (1 << 4)) >> 1); /* R4 -> B4 */ 1752 byte1 |= (1 << 4) | (1 << 7); 1754 return byte1; 4538 unsigned int type, reg, byte1; 4536 unsigned int type, reg, byte1; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-m10300.c | 2291 unsigned char byte1, byte2; 2302 byte1 = bfd_get_8 (abfd, contents + addr); 2305 if (byte1 == 0xcf) 2309 byte1 = bfd_get_8 (abfd, contents + addr); 2356 if (byte1 == 0xf8 && byte2 == 0xfe) 2363 else if (byte1 == 0xfa && byte2 == 0xfe) 2290 unsigned char byte1, byte2; local
|
| elf64-x86-64.c | 4080 unsigned int reg, byte1; 4088 byte1 = bfd_get_8 (input_bfd, contents + roff - 5); 4089 updated_byte1 = byte1; 4095 if ((byte1 & (1 << 7)) == 0) 4097 if ((byte1 & (1 << 4)) == 0) 4078 unsigned int reg, byte1; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-m10300.c | 2291 unsigned char byte1, byte2; 2302 byte1 = bfd_get_8 (abfd, contents + addr); 2305 if (byte1 == 0xcf) 2309 byte1 = bfd_get_8 (abfd, contents + addr); 2356 if (byte1 == 0xf8 && byte2 == 0xfe) 2363 else if (byte1 == 0xfa && byte2 == 0xfe) 2290 unsigned char byte1, byte2; local
|
| elf64-x86-64.c | 4001 unsigned int reg, byte1; 4009 byte1 = bfd_get_8 (input_bfd, contents + roff - 5); 4010 updated_byte1 = byte1; 4016 if ((byte1 & (1 << 7)) == 0) 4018 if ((byte1 & (1 << 4)) == 0) 3999 unsigned int reg, byte1; local
|
| /src/sys/dev/pci/ |
| arcmsrvar.h | 154 uint8_t byte1; member in struct:arc_fw_hdr
|
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| unwind-ia64.c | 1070 unsigned char byte1, abreg; 1073 byte1 = *dp++; 1076 abreg = (byte1 & 0x7f); 1077 if (byte1 & 0x80) 1089 unsigned char byte1, byte2, abreg, x, ytreg; 1092 byte1 = *dp++; byte2 = *dp++; 1094 abreg = (byte1 & 0x7f); 1096 x = (byte1 >> 7) & 1; 1097 if ((byte1 & 0x80) == 0 && ytreg == 0) 1109 unsigned char byte1, byte2, abreg, qp 1066 unsigned char byte1, abreg; local 1085 unsigned char byte1, byte2, abreg, x, ytreg; local 1105 unsigned char byte1, byte2, abreg, qp; local 1127 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 1159 unsigned char byte1, mask, grsave; local 1195 unsigned char byte1 = *dp++; local 1202 unsigned char byte1 = *dp++, r, dst; local 1227 unw_word grmask, frmask, byte1, byte2, byte3; local 1255 unsigned char r, byte1, byte2; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| unwind-ia64.c | 1070 unsigned char byte1, abreg; 1073 byte1 = *dp++; 1076 abreg = (byte1 & 0x7f); 1077 if (byte1 & 0x80) 1089 unsigned char byte1, byte2, abreg, x, ytreg; 1092 byte1 = *dp++; byte2 = *dp++; 1094 abreg = (byte1 & 0x7f); 1096 x = (byte1 >> 7) & 1; 1097 if ((byte1 & 0x80) == 0 && ytreg == 0) 1109 unsigned char byte1, byte2, abreg, qp 1066 unsigned char byte1, abreg; local 1085 unsigned char byte1, byte2, abreg, x, ytreg; local 1105 unsigned char byte1, byte2, abreg, qp; local 1127 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 1159 unsigned char byte1, mask, grsave; local 1195 unsigned char byte1 = *dp++; local 1202 unsigned char byte1 = *dp++, r, dst; local 1227 unw_word grmask, frmask, byte1, byte2, byte3; local 1255 unsigned char r, byte1, byte2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model.cc | 5162 const region *byte1 local 5165 ASSERT_TRUE (byte1->descendent_of_p (x_reg)); 5166 ASSERT_NE (byte0, byte1);
|
| /src/sys/dev/ic/ |
| advlib.h | 365 ASC_SCSI_INQ1 byte1; member in struct:__anon2636
|
| /src/crypto/external/bsd/openssh/dist/ |
| libcrux_mlkem768_sha3.h | 7983 int16_t byte1 = local 7987 int16_t r0 = (byte1 & (int16_t)15) << 8U | (byte0 & (int16_t)255); 7988 int16_t r1 = byte2 << 4U | (byte1 >> 4U & (int16_t)15);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model.cc | 7891 const region *byte1 local 7894 ASSERT_TRUE (byte1->descendent_of_p (x_reg)); 7895 ASSERT_NE (byte0, byte1);
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| xproto.h | 25 uint8_t byte1; member in struct:xcb_char2b_t 8731 * `xcb_char2b_t` structure is interpreted as a 16-bit number with byte1 as the 8769 * `xcb_char2b_t` structure is interpreted as a 16-bit number with byte1 as the
|