Home
last modified time | relevance | path

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

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DTermsHashPerField.cpp103 int32_t upto = (p->intStart & DocumentsWriter::INT_BLOCK_MASK); in initReader()
266 intUptoStart = (p->intStart & DocumentsWriter::INT_BLOCK_MASK); in add()
406 intUptoStart = (p->intStart & DocumentsWriter::INT_BLOCK_MASK); in add()
H A DDocumentsWriter.cpp100 const int32_t DocumentsWriter::INT_BLOCK_MASK = DocumentsWriter::INT_BLOCK_SIZE - 1; member in Lucene::DocumentsWriter
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DTermsHashPerField.cs126 int upto = p.intStart & DocumentsWriter.INT_BLOCK_MASK; in InitReader()
383 intUptoStart = p.intStart & DocumentsWriter.INT_BLOCK_MASK; in Add()
534 intUptoStart = p.intStart & DocumentsWriter.INT_BLOCK_MASK; in Add()
H A DDocumentsWriter.cs1635 internal static readonly int INT_BLOCK_MASK = INT_BLOCK_SIZE - 1; field in Lucene.Net.Index.DocumentsWriter
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DDocumentsWriter.h150 static const int32_t INT_BLOCK_MASK; variable