Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/som/
H A Dsom_runtime.c202 if (to_offset != scratch->som_set_now_offset) { in handleSomInternal()
203 assert(scratch->som_set_now_offset == ~0ULL in handleSomInternal()
204 || to_offset > scratch->som_set_now_offset); in handleSomInternal()
208 scratch->som_set_now_offset = to_offset; in handleSomInternal()
431 if (to_offset != scratch->som_set_now_offset) { in setSomFromSomAware()
435 scratch->som_set_now_offset = to_offset; in setSomFromSomAware()
/dports/devel/hyperscan/hyperscan-5.4.0/src/
H A Dscratch.h204 u64a som_set_now_offset; /**< offset at which som_set_now represents */ member
H A Druntime.c140 s->som_set_now_offset = ~0ULL; in populateCoreInfo()
/dports/devel/hyperscan/hyperscan-5.4.0/tools/hscollider/
H A DUltimateTruth.cpp446 scratch->som_set_now_offset = 45; in mangle_scratch()