Home
last modified time | relevance | path

Searched refs:GET16 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/evbmips/alchemy/
H A Ddbau1550.c60 #define GET16(x) \ macro
125 whoami = GET16(DBAU1550_WHOAMI); in dbau1550_init()
261 status = GET16(DBAU1550_STATUS); in dbau1550_slot_enable()
291 status = GET16(DBAU1550_PCMCIA); in dbau1550_slot_enable()
325 status = GET16(DBAU1550_PCMCIA); in dbau1550_slot_disable()
335 status = GET16(DBAU1550_STATUS); in dbau1550_slot_status()
372 status = GET16(DBAU1550_BOARD_SPECIFIC); in dbau1550_spi_select()
H A Domsal400.c55 #define GET16(x) \ macro
116 whoami = GET16(DBAU1550_WHOAMI); in omsal400_init()
H A Ddbau1500.c47 #define GET16(x) \ macro
H A Dmtx-1.c48 #define GET16(x) \ macro
/netbsd-src/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dutil.h51 #define GET16(v, w) \ macro
96 GET16(v, w); \
/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c986 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t… in name_parse() macro
1054 GET16(trans_id); in reply_parse()
1055 GET16(flags); in reply_parse()
1056 GET16(questions); in reply_parse()
1057 GET16(answers); in reply_parse()
1058 GET16(authority); in reply_parse()
1059 GET16(additional); in reply_parse()
1124 GET16(type); in reply_parse()
1125 GET16(class); in reply_parse()
1127 GET16(datalength); in reply_parse()
[all …]
/netbsd-src/usr.bin/midiplay/
H A Dmidiplay.c150 #define GET16(p) (((p)[0] << 8) | (p)[1]) macro
479 format = GET16(buf + MARK_LEN + SIZE_LEN); in playdata()
480 ntrks = GET16(buf + MARK_LEN + SIZE_LEN + 2); in playdata()