Home
last modified time | relevance | path

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

/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dforward_index.h28 typedef struct ForwardIndex { struct
39 } ForwardIndex; argument
44 ForwardIndex *idx;
49 static inline void ForwardIndexTokenizerCtx_Init(ForwardIndexTokenizerCtx *ctx, ForwardIndex *idx, in ForwardIndexTokenizerCtx_Init()
66 void ForwardIndexFree(ForwardIndex *idx);
68 void ForwardIndex_Reset(ForwardIndex *idx, Document *doc, uint32_t idxFlags);
70 ForwardIndex *NewForwardIndex(Document *doc, uint32_t idxFlags);
71 ForwardIndexIterator ForwardIndex_Iterate(ForwardIndex *i);
75 ForwardIndexEntry *ForwardIndex_Find(ForwardIndex *i, const char *s, size_t n, uint32_t hash);
77 void ForwardIndex_NormalizeFreq(ForwardIndex *, ForwardIndexEntry *);
H A Dforward_index.c69 static void ForwardIndex_InitCommon(ForwardIndex *idx, Document *doc, uint32_t idxFlags) { in ForwardIndex_InitCommon()
84 ForwardIndex *NewForwardIndex(Document *doc, uint32_t idxFlags) { in NewForwardIndex()
85 ForwardIndex *idx = rm_malloc(sizeof(ForwardIndex)); in NewForwardIndex()
118 void ForwardIndex_Reset(ForwardIndex *idx, Document *doc, uint32_t idxFlags) { in ForwardIndex_Reset()
130 static inline int hasOffsets(const ForwardIndex *idx) { in hasOffsets()
134 void ForwardIndexFree(ForwardIndex *idx) { in ForwardIndexFree()
154 static char *copyTempString(ForwardIndex *idx, const char *s, size_t n) { in copyTempString()
161 static khIdxEntry *makeEntry(ForwardIndex *idx, const char *s, size_t n, uint32_t h, int *isNew) { in makeEntry()
169 static void ForwardIndex_HandleToken(ForwardIndex *idx, const char *tok, size_t tokLen, in ForwardIndex_HandleToken()
269 ForwardIndexEntry *ForwardIndex_Find(ForwardIndex *i, const char *s, size_t n, uint32_t hash) { in ForwardIndex_Find()
[all …]
H A Ddocument.h217 struct ForwardIndex;
262 struct ForwardIndex *fwIdx;
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dforward_index.h28 typedef struct ForwardIndex { struct
39 } ForwardIndex; argument
44 ForwardIndex *idx;
49 static inline void ForwardIndexTokenizerCtx_Init(ForwardIndexTokenizerCtx *ctx, ForwardIndex *idx, in ForwardIndexTokenizerCtx_Init()
66 void ForwardIndexFree(ForwardIndex *idx);
68 void ForwardIndex_Reset(ForwardIndex *idx, Document *doc, uint32_t idxFlags);
70 ForwardIndex *NewForwardIndex(Document *doc, uint32_t idxFlags);
71 ForwardIndexIterator ForwardIndex_Iterate(ForwardIndex *i);
75 ForwardIndexEntry *ForwardIndex_Find(ForwardIndex *i, const char *s, size_t n, uint32_t hash);
77 void ForwardIndex_NormalizeFreq(ForwardIndex *, ForwardIndexEntry *);
H A Dforward_index.c67 static void ForwardIndex_InitCommon(ForwardIndex *idx, Document *doc, uint32_t idxFlags) { in ForwardIndex_InitCommon()
82 ForwardIndex *NewForwardIndex(Document *doc, uint32_t idxFlags) { in NewForwardIndex()
83 ForwardIndex *idx = rm_malloc(sizeof(ForwardIndex)); in NewForwardIndex()
116 void ForwardIndex_Reset(ForwardIndex *idx, Document *doc, uint32_t idxFlags) { in ForwardIndex_Reset()
128 static inline int hasOffsets(const ForwardIndex *idx) { in hasOffsets()
132 void ForwardIndexFree(ForwardIndex *idx) { in ForwardIndexFree()
152 static char *copyTempString(ForwardIndex *idx, const char *s, size_t n) { in copyTempString()
159 static khIdxEntry *makeEntry(ForwardIndex *idx, const char *s, size_t n, uint32_t h, int *isNew) { in makeEntry()
167 static void ForwardIndex_HandleToken(ForwardIndex *idx, const char *tok, size_t tokLen, in ForwardIndex_HandleToken()
268 ForwardIndexEntry *ForwardIndex_Find(ForwardIndex *i, const char *s, size_t n, uint32_t hash) { in ForwardIndex_Find()
[all …]
H A Ddocument.h178 struct ForwardIndex;
216 struct ForwardIndex *fwIdx;
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dforward_index.h28 typedef struct ForwardIndex { struct
39 } ForwardIndex; argument
44 ForwardIndex *idx;
49 static inline void ForwardIndexTokenizerCtx_Init(ForwardIndexTokenizerCtx *ctx, ForwardIndex *idx, in ForwardIndexTokenizerCtx_Init()
66 void ForwardIndexFree(ForwardIndex *idx);
68 void ForwardIndex_Reset(ForwardIndex *idx, Document *doc, uint32_t idxFlags);
70 ForwardIndex *NewForwardIndex(Document *doc, uint32_t idxFlags);
71 ForwardIndexIterator ForwardIndex_Iterate(ForwardIndex *i);
75 ForwardIndexEntry *ForwardIndex_Find(ForwardIndex *i, const char *s, size_t n, uint32_t hash);
77 void ForwardIndex_NormalizeFreq(ForwardIndex *, ForwardIndexEntry *);
H A Dforward_index.c66 static void ForwardIndex_InitCommon(ForwardIndex *idx, Document *doc, uint32_t idxFlags) { in ForwardIndex_InitCommon()
81 ForwardIndex *NewForwardIndex(Document *doc, uint32_t idxFlags) { in NewForwardIndex()
82 ForwardIndex *idx = rm_malloc(sizeof(ForwardIndex)); in NewForwardIndex()
115 void ForwardIndex_Reset(ForwardIndex *idx, Document *doc, uint32_t idxFlags) { in ForwardIndex_Reset()
127 static inline int hasOffsets(const ForwardIndex *idx) { in hasOffsets()
131 void ForwardIndexFree(ForwardIndex *idx) { in ForwardIndexFree()
151 static char *copyTempString(ForwardIndex *idx, const char *s, size_t n) { in copyTempString()
158 static khIdxEntry *makeEntry(ForwardIndex *idx, const char *s, size_t n, uint32_t h, int *isNew) { in makeEntry()
166 static void ForwardIndex_HandleToken(ForwardIndex *idx, const char *tok, size_t tokLen, in ForwardIndex_HandleToken()
266 ForwardIndexEntry *ForwardIndex_Find(ForwardIndex *i, const char *s, size_t n, uint32_t hash) { in ForwardIndex_Find()
[all …]
H A Ddocument.h187 struct ForwardIndex;
232 struct ForwardIndex *fwIdx;
/dports/graphics/enblend/enblend-enfuse-4.2/src/layer_selection/
H A Dselector.cc309 class ForwardIndex : public SingletonIndex class
312 ForwardIndex() = delete;
313 ForwardIndex(int a_forward_index) : index_(a_forward_index) {} in ForwardIndex() function in selector::ForwardIndex
314 ForwardIndex* clone() const {return new ForwardIndex(*this);} in clone()
472 return new ForwardIndex(n); in parse_singleton()
/dports/textproc/redisearch20/RediSearch-2.0.15/docs/design/
H A Dindexing.md10 * `ForwardIndex` - contains terms found in the document. The forward index
83 `ForwardIndex`.
/dports/textproc/redisearch/RediSearch-2.2.5/docs/design/
H A Dindexing.md10 * `ForwardIndex` - contains terms found in the document. The forward index
83 `ForwardIndex`.
/dports/textproc/redisearch16/RediSearch-1.6.16/docs/design/
H A Dindexing.md10 * `ForwardIndex` - contains terms found in the document. The forward index
83 `ForwardIndex`.
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/tir/ir/
H A Ddata_layout.cc263 Array<PrimExpr> BijectiveLayout::ForwardIndex(const Array<PrimExpr>& src_index) const { in ForwardIndex() function in tvm::tir::BijectiveLayout
392 .set_body_method(&BijectiveLayout::ForwardIndex);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/tir/
H A Ddata_layout.h335 TVM_DLL Array<PrimExpr> ForwardIndex(const Array<PrimExpr>& index) const;
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/
H A Ddata_layout.h357 TVM_DLL Array<Expr> ForwardIndex(const Array<Expr>& index) const;
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/
H A Ddata_layout.h357 TVM_DLL Array<Expr> ForwardIndex(const Array<Expr>& index) const;
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/lang/
H A Ddata_layout.cc264 Array<Expr> BijectiveLayout::ForwardIndex(const Array<Expr>& src_index) const { in ForwardIndex() function in tvm::BijectiveLayout
/dports/misc/tvm/incubator-tvm-0.6.1/src/api/
H A Dapi_lang.cc261 .set_body_method(&BijectiveLayout::ForwardIndex);
/dports/misc/tvm/incubator-tvm-0.6.1/src/lang/
H A Ddata_layout.cc264 Array<Expr> BijectiveLayout::ForwardIndex(const Array<Expr>& src_index) const { in ForwardIndex() function in tvm::BijectiveLayout
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/api/
H A Dapi_lang.cc261 .set_body_method(&BijectiveLayout::ForwardIndex);
/dports/mail/pear-Horde_Mime_Viewer/Horde_Mime_Viewer-2.2.2/js/syntaxhighlighter/scripts/
H A Dsyntaxhighlighter.js.map1 …ible FloatLiteralType FloatingPointClassification FloatingPointNumber ForwardIndex Generator Gener…
/dports/mail/pear-Horde_Mime_Viewer/Horde_Mime_Viewer-2.2.2/js/syntaxhighlighter/src/
H A Dsyntaxhighlighter.js.map1 …ible FloatLiteralType FloatingPointClassification FloatingPointNumber ForwardIndex Generator Gener…