Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlzf_c.c47 #ifndef FRST
48 # define FRST(p) (((p[0]) << 8) | p[1]) macro
69 # define FRST(p) (p[0] << 5) ^ p[1]
139 hval = FRST (ip); in lzf_compress()
233 hval = FRST (ip); in lzf_compress()