Home
last modified time | relevance | path

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

/dports/textproc/mifluz/mifluz-0.26.0/mifluz/
H A DWordDBCompress.cc99 #define WORD_CMPR_VAL_RLENGTH WORD_CMPR_VAL_PGNO
103 #define WORD_CMPR_VAL_NRECS (WORD_CMPR_VAL_PGNO + 1)
111 #define WORD_CMPR_VAL_PREFIX (WORD_CMPR_VAL_PGNO + 2)
116 #define WORD_CMPR_VAL_SUFFIX (WORD_CMPR_VAL_PGNO + 3)
136 #define WORD_CMPR_VAL_FLAGS_PGNO (1 << (WORD_CMPR_VAL_PGNO))
437 encoded->PushValue(WORD_CMPR_VAL_PGNO, e->pgno); in CompressIBtree()
482 encoded->PushValue(WORD_CMPR_VAL_PGNO, e->pgno); in CompressIBtree()
508 encoded->PushValue(WORD_CMPR_VAL_PGNO, e->pgno); in CompressIBtree()
800 bi.pgno = encoded->ShiftValue(WORD_CMPR_VAL_PGNO); in UncompressIBtree()
843 bi.pgno = encoded->ShiftValue(WORD_CMPR_VAL_PGNO); in UncompressIBtree()
[all …]