Searched refs:FRST (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dlzf.c47 #ifndef FRST
48 # define FRST(p) (((p[0]) << 8) | p[1]) macro
69 # define FRST(p) (p[0] << 5) ^ p[1]
144 hval = FRST (ip);
238 hval = FRST (ip);

Completed in 59 milliseconds