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

/freebsd-13-stable/sbin/hastd/
H A Dlzf.c49 #ifndef FRST
50 # define FRST(p) (((p[0]) << 8) | p[1]) macro
71 # define FRST(p) (p[0] << 5) ^ p[1]
146 hval = FRST (ip);
240 hval = FRST (ip);

Completed in 49 milliseconds