Searched defs:srcfile (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c127 static Pffile_t* pfopen(Sfio_t* sf, ssize_t sz, int srcfile) argument
129 static Pffile_t* pfopen(sf, sz, srcfile)
132 int srcfile;
144 blsz = srcfile ? 2*k : 0; /* Bloom filter size */
157 pf->bloom = srcfile ? (Vcchar_t*)(pf->tab + k) : NIL(Vcchar_t*);

Completed in 11 milliseconds