HomeSort by: relevance | last modified time | path
    Searched refs:byte1 (Results 1 - 25 of 34) sorted by relevancy

1 2

  /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/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/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/gpl2/gettext/dist/gettext-tools/src/
filter-sr-latin.c 142 #define IS_UPPERCASE_CYRILLIC(byte1,byte2) \
143 ((byte1) == 0xd0 && (unsigned char) ((byte2) - 0x80) < 0x30)
  /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/bsd/openresolv/dist/
dnsmasq.in 112 byte1="$(printf %d 0x${addr%??})"
115 back="$back byte:$byte1 byte:$byte2"
117 front="$front byte:$byte1 byte:$byte2"
  /src/sys/dev/pci/bktr/
bktr_core.h 55 int i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2);
bktr_core.c 3853 i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2)
3866 (short)(((byte2 & 0xff) << 8) | (byte1 & 0xff))))
3870 (char)(byte1 & 0xff)))
3999 i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2)
4011 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND;
4013 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND_878;
  /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/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/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/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/bsd/ntp/dist/scripts/monitoring/
ntp.pl 20 $byte1 = (($NTP_version & 0x7)<< 3) & 0x34 | ($ctrl_mode & 0x7);
34 ;# C LI|VN|MODE LI 2bit=00 VN 3bit=2(3) MODE 3bit=6 : $byte1
94 $byte1,
  /src/external/gpl3/gdb/dist/gdb/
extract-store-integer.c 297 do_extract_test (gdb_byte byte1, gdb_byte byte2, enum bfd_endian endian,
304 const gdb_byte val[2] = { byte1, byte2 };
  /src/sys/dev/pci/
arcmsrvar.h 154 uint8_t byte1; member in struct:arc_fw_hdr
  /src/external/gpl3/binutils/dist/bfd/
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...]
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
  /src/external/gpl3/binutils.old/dist/bfd/
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...]
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
  /src/external/bsd/libevent/dist/
evutil.c 2060 unsigned byte1,byte2,byte3,byte4;
2069 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2072 if (byte1 > 255 ||
2078 words[6] = (byte1<<8) | byte2;
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil.c 2058 unsigned byte1,byte2,byte3,byte4;
2067 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2070 if (byte1 > 255 ||
2076 words[6] = (byte1<<8) | byte2;
  /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

Completed in 69 milliseconds

1 2