Home
last modified time | relevance | path

Searched refs:depth_count (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Kernel/
H A DTermKernelTest.php119 if (!isset($depth_count[$element->depth])) {
120 $depth_count[$element->depth] = 0;
122 $depth_count[$element->depth]++;
124 $this->assertEqual(3, $depth_count[0], 'Three elements in taxonomy tree depth 0.');
125 $this->assertEqual(2, $depth_count[1], 'Two elements in taxonomy tree depth 1.');
126 $this->assertEqual(2, $depth_count[2], 'Two elements in taxonomy tree depth 2.');
127 $this->assertEqual(1, $depth_count[3], 'One element in taxonomy tree depth 3.');
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Kernel/
H A DTermKernelTest.php119 if (!isset($depth_count[$element->depth])) {
120 $depth_count[$element->depth] = 0;
122 $depth_count[$element->depth]++;
124 $this->assertEquals(3, $depth_count[0], 'Three elements in taxonomy tree depth 0.');
125 $this->assertEquals(2, $depth_count[1], 'Two elements in taxonomy tree depth 1.');
126 $this->assertEquals(2, $depth_count[2], 'Two elements in taxonomy tree depth 2.');
127 $this->assertEquals(1, $depth_count[3], 'One element in taxonomy tree depth 3.');
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/external_charts/
H A Dchartex.pl28 my $depth_count = 0;
115 $sheet_name .= ' embedded' if $depth_count;
121 $depth_count++;
168 $depth_count--;
169 $sheet_index++ if $depth_count == 0;
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/bin/
H A Dchartex28 my $depth_count = 0;
115 $sheet_name .= ' embedded' if $depth_count;
121 $depth_count++;
168 $depth_count--;
169 $sheet_index++ if $depth_count == 0;
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/www/firefox/firefox-99.0/media/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/graphics/webp/libwebp-1.2.1/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 };
386 ++depth_count[code_length];
388 depth_count[0] = 0; // ignore unused symbol
393 code = (code + depth_count[i - 1]) << 1;
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/utils/
H A Dhuffman_encode_utils.c379 int depth_count[MAX_ALLOWED_CODE_LENGTH + 1] = { 0 }; in ConvertBitDepthsToSymbols() local
386 ++depth_count[code_length]; in ConvertBitDepthsToSymbols()
388 depth_count[0] = 0; // ignore unused symbol in ConvertBitDepthsToSymbols()
393 code = (code + depth_count[i - 1]) << 1; in ConvertBitDepthsToSymbols()
/dports/biology/bedtools/bedtools2-2.30.0/src/multiIntersectBed/
H A DmultiIntersectBed.cpp109 int depth_count = 0; in PrintCoverage() local
113 if (depth_count < current_non_zero_inputs - 1) { in PrintCoverage()
125 depth_count++; in PrintCoverage()
/dports/science/molscript/MolScript-280abee/code/
H A Dpostscript.c83 static int depth_count = 0; variable
262 depth_count = 0; in db_init()
310 if (depth_count >= depth_alloc) { in enter_depth()
315 de = depth_array + depth_count; in enter_depth()
321 depth_count++; in enter_depth()
470 assert (slot < depth_count); in db_plane_add_edge()
583 if (depth_count > 0) in db_depth_sort()
1278 depth_array + depth_count-1), in ps_coil()
1330 db_plane_add_edge (depth_count - 1, TRUE); in cylinder_slice()
1402 first = depth_count; in ps_helix()
[all …]
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dxml_parser.c230 size_t depth_count = 1; in s_advance_to_closing_tag() local
250 depth_count++; in s_advance_to_closing_tag()
256 depth_count--; in s_advance_to_closing_tag()
259 } while (depth_count > 0); in s_advance_to_closing_tag()
/dports/misc/otter/otter-3.3f/source/
H A Dlinkur.c90 int *depth_count,
2167 int *depth_count, in pass_parms_check() argument
2183 *depth_count = *depth_count + 1; in pass_parms_check()
2186 printf("max ur depth hit # %d ", *depth_count); in pass_parms_check()
2197 *depth_count = *depth_count + 1; in pass_parms_check()
2200 printf("max ur depth hit # %d ", *depth_count); in pass_parms_check()
2208 *depth_count = *depth_count + 1; in pass_parms_check()
2211 printf("max ur depth hit # %d ", *depth_count); in pass_parms_check()

12