Home | History | Annotate | Download | only in orig

Lines Matching refs:BITVEC_NBIT

35868 #define BITVEC_NBIT      (BITVEC_NELEM*BITVEC_SZELEM)
35891 ** If iSize<=BITVEC_NBIT, then Bitvec.u.aBitmap[] is a straight
35894 ** If iSize>BITVEC_NBIT and iDivisor==0 then Bitvec.u.aHash[] is
35953 if( p->iSize<=BITVEC_NBIT ){
35983 while((p->iSize > BITVEC_NBIT) && p->iDivisor) {
35992 if( p->iSize<=BITVEC_NBIT ){
36060 if( p->iSize<=BITVEC_NBIT ){