Home
last modified time | relevance | path

Searched defs:mask_size (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dip.c38 int _gnutls_mask_to_prefix(const unsigned char *mask, unsigned mask_size) in _gnutls_mask_to_prefix()
150 static void prefix_to_mask(unsigned prefix, unsigned char *mask, size_t mask_size) in prefix_to_mask()
/dports/www/squid/squid-4.15/src/
H A DCacheDigest.h59 uint32_t mask_size; /* mask size in bytes */ variable
/dports/graphics/vigra/vigra-8acd73a/test/correlation/
H A Dtest.cxx65 for(int mask_size=3; mask_size<10; mask_size+=2) in testCorrelation() local
87 for(int mask_size=3; mask_size<10; mask_size+=2) in testNormalizedCorrelation() local
130 for(int mask_size=3; mask_size<10; mask_size+=2) in testImagePatch() local
/dports/math/numdiff/numdiff-5.9.0/
H A Doptions.c265 int fselect (const char* str, unsigned char* mask, int mask_size) in fselect()
358 const int mask_size = FIELDMASK_SIZE*8; in setargs() local
/dports/devel/hpx/hpx-1.2.1/src/compute/host/
H A Dhost_target.cpp35 std::size_t mask_size = hpx::threads::mask_size(mask); in num_pus() local
H A Dnuma_domains.cpp41 std::size_t mask_size = hpx::threads::mask_size(mask); in numa_domains() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_unittest_masks.cc50 gfx::Size mask_size(100, 100); in SetupTree() local
246 gfx::Size mask_size(50, 50); in SetupTree() local
353 gfx::Size mask_size(50, 50); in SetupTree() local
557 gfx::Size mask_size(100, 100); in SetupTree() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_unittest_masks.cc51 gfx::Size mask_size(100, 100); in SetupTree() local
249 gfx::Size mask_size(50, 50); in SetupTree() local
358 gfx::Size mask_size(50, 50); in SetupTree() local
561 gfx::Size mask_size(100, 100); in SetupTree() local
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/rcnn/mask_rcnn/
H A Drcnn_target.py23 def __init__(self, num_images, num_rois, num_classes, mask_size, **kwargs): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Dfec_private_tables_bursty_unittest.cc71 size_t mask_size = sizeof(kMaskRandom15_6) / sizeof(uint8_t); in TEST() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Dfec_private_tables_bursty_unittest.cc71 size_t mask_size = sizeof(kMaskRandom15_6) / sizeof(uint8_t); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Dfec_private_tables_bursty_unittest.cc71 size_t mask_size = sizeof(kMaskRandom15_6) / sizeof(uint8_t); in TEST() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Dfec_private_tables_bursty_unittest.cc71 size_t mask_size = sizeof(kMaskRandom15_6) / sizeof(uint8_t); in TEST() local
/dports/misc/vxl/vxl-3.3.2/core/vil1/
H A Dvil1_memory_image_window.cxx17 int mask_size) in vil1_memory_image_window()
24 vil1_memory_image_window::init(int centre_x, int centre_y, int mask_size) in init()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_distancetransform.cpp60 int mask_size; member in opencv_test::__anon2b9823710111::CV_DisTransTest
153 int mask_size, float* _mask, CvMat* /*_labels*/ ) in cvTsDistTransform()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2webp.c393 int mask_size; in rl2_raster_from_webp() local
426 int mask_size = 0; in rl2_decode_webp_scaled() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dmrcnn_mask_target-inl.h49 mxnet::TShape mask_size; member
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dmrcnn_mask_target-inl.h49 mxnet::TShape mask_size; member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DoopMapCache.hpp103 int mask_size() const { return _mask_size; } in mask_size() function in InterpreterOopMap
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DoopMapCache.hpp103 int mask_size() const { return _mask_size; } in mask_size() function in InterpreterOopMap
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/
H A Dcpu_mask.hpp72 inline std::size_t mask_size(mask_cref_type /*mask*/) in mask_size() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DoopMapCache.hpp104 int mask_size() const { return _mask_size; } in mask_size() function in InterpreterOopMap
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/metaspace/
H A DcommitMask.hpp59 static idx_t mask_size(size_t word_size, size_t words_per_bit) { in mask_size() function in metaspace::CommitMask
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DoopMapCache.hpp104 int mask_size() const { return _mask_size; } in mask_size() function in InterpreterOopMap
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DoopMapCache.hpp104 int mask_size() const { return _mask_size; } in mask_size() function in InterpreterOopMap

12345678910>>...12