Searched defs:READ_16 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dmztools.c15 #define READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) macro
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dmztools.c15 #define READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dmztools.c15 #define READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dmztools.c15 #define READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) macro
[all...]
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dmztools.c15 #define READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) macro
[all...]
/netbsd-current/sys/dev/scsipi/
H A Dscsipi_disk.h87 #define READ_16 0x88 macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dd10v_sim.h468 #define READ_16(x) get_word(x) macro
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h460 #define READ_16(x) get_word(x) macro

Completed in 207 milliseconds