Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/netbsd-src/sys/arch/ia64/unwind/
H A Ddecode.h9 #define IS_R1(byte) (( (byte) & 0xc0) == 0) argument
10 #define IS_R2(byte) (((byte) & 0xf8) == 0x40) argument
11 #define IS_R3(byte) (((byte) & 0xfc) == 0x60) argument
12 #define IS_P1(byte) (((byte) & 0xe0) == 0x80) argument
13 #define IS_P2(byte) (((byte) & 0xf0) == 0xa0) argument
14 #define IS_P3(byte) (((byte) & 0xf8) == 0xb0) argument
15 #define IS_P4(byte) ((byte) == (char) 0xb8) argument
16 #define IS_P5(byte) ((byte) == (char) 0xb9) argument
17 #define IS_P6(byte) (((byte) & 0xe0) == 0xc0) argument
18 #define IS_P7(byte) (((byte) & 0xf0) == 0xe0) argument
[all …]
/netbsd-src/usr.bin/cmp/
H A Dmisc.c50 errmsg(const char *file, off_t byte, off_t line) in errmsg()
60 eofmsg(const char *file, off_t byte, off_t line) in eofmsg()
78 diffmsg(const char *file1, const char *file2, off_t byte, off_t line) in diffmsg()
/netbsd-src/sys/dev/ppbus/
H A Dppbus_io.h92 #define ppbus_wepp_A(dev,byte) \ argument
95 #define ppbus_wepp_D(dev,byte) \ argument
98 #define ppbus_wecr(dev,byte) \ argument
101 #define ppbus_wfifo(dev,byte) \ argument
113 #define ppbus_wdtr(dev,byte) \ argument
116 #define ppbus_wstr(dev,byte) \ argument
119 #define ppbus_wctr(dev,byte) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dleb128.h60 unsigned char byte; in read_uleb128_to_uint64() local
93 unsigned char byte; in read_sleb128_to_int64() local
123 unsigned char byte; in skip_leb128() local
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dleb128.h60 unsigned char byte; in read_uleb128_to_uint64() local
93 unsigned char byte; in read_sleb128_to_int64() local
123 unsigned char byte; in skip_leb128() local
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dleb128.h60 unsigned char byte; in read_uleb128_to_uint64() local
93 unsigned char byte; in read_sleb128_to_int64() local
123 unsigned char byte; in skip_leb128() local
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dleb128.h60 unsigned char byte; in read_uleb128_to_uint64() local
93 unsigned char byte; in read_sleb128_to_int64() local
123 unsigned char byte; in skip_leb128() local
/netbsd-src/sys/dev/ic/
H A Datppcreg.h158 #define atppc_w_dtr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
160 #define atppc_w_str(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
162 #define atppc_w_ctr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
164 #define atppc_w_eppA(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
166 #define atppc_w_eppD(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
170 #define atppc_w_cnfgA(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
172 #define atppc_w_cnfgB(atppc, byte) bus_space_read_1((atppc)->sc_iot, \ argument
174 #define atppc_w_ecr(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
176 #define atppc_w_fifo(atppc, byte) bus_space_write_1((atppc)->sc_iot, \ argument
H A Dhd44780reg.h52 #define hi_bits(byte) (((byte) & 0xf0) >> 4) argument
53 #define lo_bits(byte) ((byte) & 0x0f) argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dfilter-sr-latin.c137 #define IS_UPPERCASE_LATIN(byte) \ argument
171 unsigned char byte = (unsigned char) *ip; in serbian_to_latin() local
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dint_encoding.cc40 unsigned char byte) in read_unsigned_LEB_128_x()
73 unsigned char byte) in read_signed_LEB_128_x()
H A Dint_encoding.h52 unsigned char byte = *buffer++; in read_unsigned_LEB_128() local
73 unsigned char byte = *buffer++; in read_signed_LEB_128() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dint_encoding.h52 unsigned char byte = *buffer++; in read_unsigned_LEB_128() local
73 unsigned char byte = *buffer++; in read_signed_LEB_128() local
H A Dint_encoding.cc40 unsigned char byte) in read_unsigned_LEB_128_x()
73 unsigned char byte) in read_signed_LEB_128_x()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dopc2c.c80 int byte:8; member
152 next_varybits (int bits, opcode * op, int byte) in next_varybits()
174 valid_varybits (int bits, opcode * op, int byte) in valid_varybits()
277 int byte = i >> 3; in dump_lines() local
352 store_opcode_bits (opcode * op, int byte, Indirect * ind) in store_opcode_bits()
399 emit_indirect (Indirect * ind, int byte) in emit_indirect()
535 log_indirect (Indirect * ind, int byte) in log_indirect()
623 int i, bit, byte; in main() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dopc2c.c80 int byte:8; member
152 next_varybits (int bits, opcode * op, int byte) in next_varybits()
174 valid_varybits (int bits, opcode * op, int byte) in valid_varybits()
277 int byte = i >> 3; in dump_lines() local
352 store_opcode_bits (opcode * op, int byte, Indirect * ind) in store_opcode_bits()
399 emit_indirect (Indirect * ind, int byte) in emit_indirect()
535 log_indirect (Indirect * ind, int byte) in log_indirect()
623 int i, bit, byte; in main() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer-out.cc262 unsigned int byte = (work & 0x7f); in streamer_write_uhwi_stream() local
281 unsigned int byte = (work & 0x7f); in streamer_write_uhwi_stream() local
312 unsigned int byte = (work & 0x7f); in streamer_write_hwi_stream() local
336 unsigned int byte = (work & 0x7f); in streamer_write_hwi_stream() local
H A Ddwarf2asm.cc445 int size = 0, byte; in size_of_sleb128() local
651 int byte = (value & 0x7f); in dw2_asm_output_data_uleb128_raw() local
694 int byte = (work & 0x7f); in dw2_asm_output_data_uleb128() local
733 int byte, more; in dw2_asm_output_data_sleb128_raw() local
774 int more, byte; in dw2_asm_output_data_sleb128() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer-out.c253 unsigned int byte = (work & 0x7f); in streamer_write_uhwi_stream() local
272 unsigned int byte = (work & 0x7f); in streamer_write_uhwi_stream() local
303 unsigned int byte = (work & 0x7f); in streamer_write_hwi_stream() local
327 unsigned int byte = (work & 0x7f); in streamer_write_hwi_stream() local
H A Ddwarf2asm.c399 int size = 0, byte; in size_of_sleb128() local
605 int byte = (value & 0x7f); in dw2_asm_output_data_uleb128_raw() local
648 int byte = (work & 0x7f); in dw2_asm_output_data_uleb128() local
687 int byte, more; in dw2_asm_output_data_sleb128_raw() local
728 int more, byte; in dw2_asm_output_data_sleb128() local
/netbsd-src/sys/arch/x86/x86/
H A Di8259.c196 uint8_t byte; in i8259_hwmask() local
216 uint8_t byte; in i8259_hwunmask() local
/netbsd-src/sys/arch/i386/i386/
H A Ddb_disasm.c859 #define f_mod(byte) ((byte)>>6) argument
860 #define f_reg(byte) (((byte)>>3)&0x7) argument
861 #define f_rm(byte) ((byte)&0x7) argument
863 #define sib_ss(byte) ((byte)>>6) argument
864 #define sib_index(byte) (((byte)>>3)&0x7) argument
865 #define sib_base(byte) ((byte)&0x7) argument
/netbsd-src/external/bsd/liblzf/dist/
H A Dcrc32.h62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) argument
/netbsd-src/sys/fs/udf/
H A Dudf_osta.h32 typedef uint8_t byte; typedef
/netbsd-src/usr.sbin/bootp/common/
H A Dbptypes.h24 typedef unsigned char byte; typedef

12345678910>>...13