Home
last modified time | relevance | path

Searched defs:byte1 (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dunwind-ia64.c571 unsigned char byte1, abreg; in unw_decode_x1() local
589 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
609 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
631 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
667 unsigned char byte1, mask, grsave; in unw_decode_r2() local
708 unsigned char byte1 = *dp++; in unw_decode_p2_p5() local
715 unsigned char byte1 = *dp++, r, dst; in unw_decode_p2_p5() local
766 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
800 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dunwind-ia64.c570 unsigned char byte1, abreg; in unw_decode_x1() local
594 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
620 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
648 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
690 unsigned char byte1, mask, grsave; in unw_decode_r2() local
737 unsigned char byte1; in unw_decode_p2_p5() local
752 unsigned char byte1, r, dst; in unw_decode_p2_p5() local
811 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
850 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_sa.h227 u_int8_t byte1; /* set LSB to read hardware block pos */ member
251 u_int8_t byte1; member
H A Dscsi_da.h178 u_int8_t byte1; member
H A Dscsi_cd.h141 u_int8_t byte1; member
/dflybsd-src/sys/dev/video/bktr/
H A Dbktr_core.c3702 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) in i2cWrite()