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

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c66 size_t bmask; member in struct:_pffile_s
92 #define BLOOMDEF(pf,ky,b1,b2) (((b1) = (ky)&(pf)->bmask), \
93 ((b2) = VCHASH(ky)&(pf)->bmask) )
158 pf->bmask = 8*blsz - 1;

Completed in 10 milliseconds