Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/som/
H A Dsom_runtime.c62 if (!fatbit_set(som_set_now, som_store_count, som_loc)) { in setSomLoc()
171 if (!fatbit_set(som_set_now, som_store_count, som_loc)) { in setSomLocRevNfa()
197 struct fatbit *som_set_now = scratch->som_set_now; in handleSomInternal() local
206 fatbit_clear(som_set_now); in handleSomInternal()
227 if (ok_and_mark_if_write(som_store_valid, som_set_now, in handleSomInternal()
265 if (ok_and_mark_if_write(som_store_valid, som_set_now, in handleSomInternal()
295 fatbit_set(som_set_now, som_store_count, slot_out); in handleSomInternal()
306 if (ok_and_mark_if_write(som_store_valid, som_set_now, in handleSomInternal()
339 fatbit_set(som_set_now, som_store_count, slot); in handleSomInternal()
426 struct fatbit *som_set_now = scratch->som_set_now; in setSomFromSomAware() local
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/
H A Dscratch.h199 struct fatbit *som_set_now; /**< fatbit, true if the som location was set member
H A Dscratch.c218 s->som_set_now = (struct fatbit *)current; in alloc_scratch()
/dports/devel/hyperscan/hyperscan-5.4.0/tools/hscollider/
H A DUltimateTruth.cpp444 memset(scratch->som_set_now, 0x03, scratch->som_fatbit_size); in mangle_scratch()