Home
last modified time | relevance | path

Searched refs:scratcher (Results 1 – 25 of 95) sorted by relevance

1234

/dports/security/snort3/snort3-3.1.19.0/src/helpers/
H A Dhyper_search.cc47 HyperScratchAllocator* scratcher = (HyperScratchAllocator*)h; in cleanup() local
48 delete scratcher; in cleanup()
56 HyperScratchAllocator* scratcher = (HyperScratchAllocator*)h; in HyperSearch() local
88 if ( !scratcher->allocate(db) ) in HyperSearch()
119 HyperScratchAllocator* scratcher = (HyperScratchAllocator*)h; in search() local
121 hs_scan(db, (const char*)buffer, buffer_len, 0, scratcher->get(), hs_match, &scan); in search()
/dports/security/snort3/snort3-3.1.19.0/src/search_engines/test/
H A Dhyperscan_test.cc102 static ScratchAllocator* scratcher = nullptr; variable
114 scratcher = s; in request_scratch()
121 scratcher = nullptr; in release_scratch()
245 scratcher->cleanup(snort_conf); in TEST_GROUP()
256 do_cleanup = scratcher->setup(snort_conf); in TEST()
271 do_cleanup = scratcher->setup(snort_conf); in TEST()
286 do_cleanup = scratcher->setup(snort_conf); in TEST()
302 do_cleanup = scratcher->setup(snort_conf); in TEST()
321 do_cleanup = scratcher->setup(snort_conf); in TEST()
338 do_cleanup = scratcher->setup(snort_conf);
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/ips_options/test/
H A Dips_regex_test.cc57 static ScratchAllocator* scratcher = nullptr; variable
69 scratcher = s; in request_scratch()
76 scratcher = nullptr; in release_scratch()
266 scratcher->cleanup(snort_conf); in TEST_GROUP()
280 do_cleanup = scratcher->setup(snort_conf); in TEST()
291 do_cleanup = scratcher->setup(snort_conf); in TEST()
299 do_cleanup = scratcher->setup(snort_conf); in TEST()
313 do_cleanup = scratcher->setup(snort_conf); in TEST()
345 scratcher->cleanup(snort_conf); in TEST_GROUP()
352 do_cleanup = scratcher->setup(snort_conf); in TEST()
/dports/security/snort3/snort3-3.1.19.0/src/helpers/test/
H A Dhyper_search_test.cc49 static ScratchAllocator* scratcher = nullptr; variable
63 scratcher = s; in request_scratch()
70 scratcher = nullptr; in release_scratch()
132 bool do_cleanup = scratcher->setup(snort_conf); in run()
136 scratcher->cleanup(snort_conf); in run()
171 bool do_cleanup = scratcher->setup(snort_conf); in TEST()
175 scratcher->cleanup(snort_conf); in TEST()
/dports/www/gohugo/hugo-0.91.2/common/maps/
H A Dscratch.go36 type scratcher struct { struct
40 func (s scratcher) Scratch() *Scratch { argument
46 return scratcher{s: NewScratch()}
/dports/security/snort3/snort3-3.1.19.0/src/ips_options/
H A Dips_regex.cc68 static HyperScratchAllocator* scratcher = nullptr; variable
106 if ( !scratcher->allocate(config.db) ) in RegexOption()
185 scratcher->get(), hs_match, &scan); in eval()
231 { scratcher = new HyperScratchAllocator; } in RegexModule()
261 delete scratcher; in ~RegexModule()
H A Dips_sd_pattern.cc54 static HyperScratchAllocator* scratcher = nullptr; variable
133 if ( !scratcher->allocate(config.db) ) in SdPatternOption()
254 scratcher->get(), hs_match, (void*)&ctx); in SdSearch()
299 { scratcher = new HyperScratchAllocator; } in SdPatternModule()
302 { delete scratcher; } in ~SdPatternModule()
H A Dips_pcre.cc87 static ScratchAllocator* scratcher = nullptr; variable
650 scratcher = new SimpleScratchAllocator(scratch_setup, scratch_cleanup); in PcreModule()
651 scratch_index = scratcher->get_id(); in PcreModule()
657 delete scratcher; in ~PcreModule()
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/
H A Dfuture_overhead.cpp63 struct scratcher struct
84 wait_each(scratcher(), futures); in measure_action_futures() argument
115 wait_each(scratcher(), futures); in measure_function_futures_wait_each()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dframe.c390 real *scratcher; in frame_buffers() local
409 scratcher = aligned_pointer(fr->layerscratch,real,64); in frame_buffers()
413 fr->layer1.fraction = (real(*)[SBLIMIT])scratcher; in frame_buffers()
414 scratcher += 2 * SBLIMIT; in frame_buffers()
417 fr->layer2.fraction = (real(*)[4][SBLIMIT])scratcher; in frame_buffers()
418 scratcher += 2 * 4 * SBLIMIT; in frame_buffers()
421 fr->layer3.hybrid_in = (real(*)[SBLIMIT][SSLIMIT])scratcher; in frame_buffers()
422 scratcher += 2 * SBLIMIT * SSLIMIT; in frame_buffers()
423 fr->layer3.hybrid_out = (real(*)[SSLIMIT][SBLIMIT])scratcher; in frame_buffers()
424 scratcher += 2 * SSLIMIT * SBLIMIT; in frame_buffers()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dframe.c390 real *scratcher; in frame_buffers() local
409 scratcher = aligned_pointer(fr->layerscratch,real,64); in frame_buffers()
413 fr->layer1.fraction = (real(*)[SBLIMIT])scratcher; in frame_buffers()
414 scratcher += 2 * SBLIMIT; in frame_buffers()
417 fr->layer2.fraction = (real(*)[4][SBLIMIT])scratcher; in frame_buffers()
418 scratcher += 2 * 4 * SBLIMIT; in frame_buffers()
421 fr->layer3.hybrid_in = (real(*)[SBLIMIT][SSLIMIT])scratcher; in frame_buffers()
422 scratcher += 2 * SBLIMIT * SSLIMIT; in frame_buffers()
423 fr->layer3.hybrid_out = (real(*)[SSLIMIT][SBLIMIT])scratcher; in frame_buffers()
424 scratcher += 2 * SSLIMIT * SBLIMIT; in frame_buffers()
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dframe.c402 real *scratcher; in frame_buffers() local
421 scratcher = aligned_pointer(fr->layerscratch,real,64); in frame_buffers()
425 fr->layer1.fraction = (real(*)[SBLIMIT])scratcher; in frame_buffers()
426 scratcher += 2 * SBLIMIT; in frame_buffers()
429 fr->layer2.fraction = (real(*)[4][SBLIMIT])scratcher; in frame_buffers()
430 scratcher += 2 * 4 * SBLIMIT; in frame_buffers()
433 fr->layer3.hybrid_in = (real(*)[SBLIMIT][SSLIMIT])scratcher; in frame_buffers()
434 scratcher += 2 * SBLIMIT * SSLIMIT; in frame_buffers()
435 fr->layer3.hybrid_out = (real(*)[SSLIMIT][SBLIMIT])scratcher; in frame_buffers()
436 scratcher += 2 * SSLIMIT * SBLIMIT; in frame_buffers()
/dports/security/snort3/snort3-3.1.19.0/src/search_engines/
H A Dhyperscan.cc120 static ScratchAllocator* scratcher = nullptr; variable
419 scratcher = new SimpleScratchAllocator(scratch_setup, scratch_cleanup); in HyperscanModule()
420 scratch_index = scratcher->get_id(); in HyperscanModule()
424 { delete scratcher; } in ~HyperscanModule()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/pieces/
H A DRecord Scratcher.scd2 // record scratcher
/dports/games/glaxium/glaxium_0.5/VC6.0/
H A DGlaxium.dsp146 SOURCE=..\scratcher.cpp
230 SOURCE=..\scratcher.hpp
/dports/www/py-ghp-import/ghp-import-2.0.2/
H A DREADME.md21 turns into a head scratcher for things like [Sphinx][sphinx] that want to
H A DPKG-INFO42 turns into a head scratcher for things like [Sphinx][sphinx] that want to
/dports/www/py-ghp-import/ghp-import-2.0.2/ghp_import.egg-info/
H A DPKG-INFO42 turns into a head scratcher for things like [Sphinx][sphinx] that want to
/dports/games/freedink-engine/freedink-108.4/
H A DNEWS10 (thanks scratcher for the report)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/hyphenation-patterns/src/en-US/
H A Dushyphex.tex110 back-scratcher
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/queries/
H A Dincremental-compilation-in-detail.md309 that quickly become a head scratcher when actually trying to implement things.
/dports/textproc/groff/groff-1.22.4/tmac/
H A Dhyphenex.us110 back-scratcher
/dports/games/freedink-dfarc/dfarc-3.14/
H A DChangeLog239 * THANKS: THANKS scratcher for beta-testing
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/build/darknet/x64/data/
H A Dimagenet.shortnames.list13086 scratcher
19457 scratcher
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/data/
H A Dimagenet.shortnames.list13086 scratcher
19457 scratcher

1234