Home
last modified time | relevance | path

Searched refs:max_uni (Results 1 – 2 of 2) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/flow/
H A Dflow_cache.cc281 const unsigned max_uni = (config.max_flows >> 2) + 1; in prune_unis() local
294 while ( (uni_list->get_count() > max_uni) && flow && (pruned < cleanup_flows) ) in prune_unis()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp5929 GLint max_uni = 0; in test() local
5932 gl.getIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &max_uni); in test()
5936 for (GLint i = 0; i < max_uni; ++i) in test()