Searched refs:byte1 (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dunwind-ia64.c587 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, byte 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...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dunwind-ia64.c587 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, byte 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...]
/netbsd-current/sys/arch/news68k/dev/
H A Dms.c74 int code, index, byte0, byte1, byte2; local
100 byte1 = sc->sc_buf[MS_X_BYTE];
111 dx = byte1 & MS_X_DATA;
/netbsd-current/sys/arch/newsmips/dev/
H A Dms_hb.c123 int code, index, byte0, byte1, byte2; local
154 byte1 = sc->sc_buf[1];
166 dx = byte1 - 0x80;
168 dx = byte1;
/netbsd-current/sys/arch/newsmips/apbus/
H A Dms_ap.c116 int code, index, byte0, byte1, byte2; local
147 byte1 = sc->sc_buf[1];
159 dx = byte1 - 0x80;
161 dx = byte1;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dfilter-sr-latin.c142 #define IS_UPPERCASE_CYRILLIC(byte1,byte2) \
143 ((byte1) == 0xd0 && (unsigned char) ((byte2) - 0x80) < 0x30)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dunwind-ia64.c1070 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, byte
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...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dunwind-ia64.c1070 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, byte
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...]
/netbsd-current/external/bsd/openresolv/dist/
H A Ddnsmasq.in112 byte1="$(printf %d 0x${addr%??})"
115 back="$back byte:$byte1 byte:$byte2"
117 front="$front byte:$byte1 byte:$byte2"
/netbsd-current/sys/dev/pci/bktr/
H A Dbktr_core.h55 int i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2);
H A Dbktr_core.c3853 i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2) argument
3866 (short)(((byte2 & 0xff) << 8) | (byte1 & 0xff))))
3870 (char)(byte1 & 0xff)))
3999 i2cWrite(bktr_ptr_t bktr, int addr, int byte1, int byte2) argument
4011 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND;
4013 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND_878;
/netbsd-current/sys/netinet/
H A Dsctp_crc32.c155 u_int8_t byte0, byte1, byte2, byte3; local
166 byte1 = (result >> 8) & 0x000000ff;
169 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dntp.pl20 $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,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp323 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...]
/netbsd-current/sys/dev/scsipi/
H A Dscsi_tape.h196 u_int8_t byte1; /* set LSB to read hardware block pos */ member in struct:scsi_tape_read_position
H A Dst.c2016 cmd.byte1 = 6; /* service action: LONG FORM */
2087 cmd.byte1 = 1;
/netbsd-current/sys/dev/pci/
H A Darcmsrvar.h154 uint8_t byte1; member in struct:arc_fw_hdr
/netbsd-current/external/bsd/libevent/dist/
H A Devutil.c2060 unsigned byte1,byte2,byte3,byte4;
2069 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2072 if (byte1 > 255 ||
2078 words[6] = (byte1<<8) | byte2;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devutil.c2058 unsigned byte1,byte2,byte3,byte4;
2067 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2070 if (byte1 > 255 ||
2076 words[6] = (byte1<<8) | byte2;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-m10300.c2291 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
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-m10300.c2291 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
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-m10300.c2291 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
H A Delf64-x86-64.c4001 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
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-m10300.c2291 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
/netbsd-current/sys/dev/ic/
H A Dadvlib.h365 ASC_SCSI_INQ1 byte1; member in struct:__anon37

Completed in 373 milliseconds

12