Home
last modified time | relevance | path

Searched refs:get8 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c86 #define get8(p) (((((((((((((((uint64_t)p[0]<<8)+p[1])<<8)+p[2])<<8)+ \ macro
89 #define get8(p) (((((((uint64_t)p[4]<<8)+p[5])<<8)+p[6])<<8)+p[7]) macro
106 if (sz < 8 || (sz - 8) / 8 < (n = get8(off))) { in arsym()
157 as->as_off = get8(off); in arsym()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c625 get8(uchar_t *p) { in get8() function
1136 nttime = get8(protodata); in interpret_negprot()