Home
last modified time | relevance | path

Searched refs:raw2 (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/misc/g810-led/g810-led-0.4.2/sample_profiles/
H A Dkeys_v_gradiant_fr_ch-latin16 var raw2 600096
31 k 1 $raw2
32 k 2 $raw2
33 k 3 $raw2
34 k 4 $raw2
35 k 5 $raw2
36 k 6 $raw2
37 k 7 $raw2
38 k 8 $raw2
39 k 9 $raw2
[all …]
/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/math/
H A Dspace_filling.cc89 I raw1 = v&0x55555555, raw2 = (v>>1)&0x55555555; in morton2block2D_32() local
91 raw2|=raw2>>15; in morton2block2D_32()
93 | I(ctab[raw2&0xff]<<16) | I(ctab[(raw2>>8)&0xff]<<20); in morton2block2D_32()
100 raw2|=raw2>>15; in morton2coord2D_32()
102 I(ctab[raw2&0xff]) | I(ctab[(raw2>>8)&0xff]<<4)}; in morton2coord2D_32()
125 raw2|=raw2>>15; in morton2block2D_64()
128 | (I(ctab[ raw2 &0xff])<<32) | (I(ctab[(raw2>> 8)&0xff])<<36) in morton2block2D_64()
129 | (I(ctab[(raw2>>32)&0xff])<<48) | (I(ctab[(raw2>>40)&0xff])<<52); in morton2block2D_64()
136 raw2|=raw2>>15; in morton2coord2D_64()
139 I(ctab[ raw2 &0xff]) | (I(ctab[(raw2>> 8)&0xff])<< 4) in morton2coord2D_64()
[all …]
/dports/textproc/txt2tags/txt2tags-3.7/test/gotchas/
H A Dinline-interpolation.t2t25 ''""raw1"" ""raw2"" ""raw3""''
26 ''``verb1`` ""raw1"" ``verb2`` ""raw2"" ``verb3``''
36 ``""raw1"" ""raw2"" ""raw3""``
38 ``""raw1"" ''tagged1'' ""raw2"" ''tagged2'' ""raw3""``
39 ``""raw1 ''tagged1'' raw2""``
/dports/devel/libcjson/cJSON-1.7.15/tests/
H A Dcompare_tests.c124 cJSON *raw2 = NULL; in cjson_compare_should_compare_raw() local
128 raw2 = cJSON_Parse("\"[true, false]\""); in cjson_compare_should_compare_raw()
129 TEST_ASSERT_NOT_NULL(raw2); in cjson_compare_should_compare_raw()
132 raw2->type = cJSON_Raw; in cjson_compare_should_compare_raw()
134 TEST_ASSERT_TRUE(cJSON_Compare(raw1, raw2, true)); in cjson_compare_should_compare_raw()
135 TEST_ASSERT_TRUE(cJSON_Compare(raw1, raw2, false)); in cjson_compare_should_compare_raw()
138 cJSON_Delete(raw2); in cjson_compare_should_compare_raw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/
H A Downed_objects_unittest.cc39 auto* raw2 = owned2.get(); in TEST() local
46 EXPECT_CALL(*raw2, OnPassedTo(owner.get())); in TEST()
64 EXPECT_CALL(*raw2, OnTakenFrom(owner.get())); in TEST()
65 EXPECT_CALL(*raw2, OnDestructor()); in TEST()
67 raw2 = nullptr; in TEST()
H A Dperformance_manager_registry_impl_unittest.cc164 auto* raw2 = owned2.get(); in TEST_F() local
171 EXPECT_CALL(*raw2, OnPassedToPM()); in TEST_F()
186 EXPECT_CALL(*raw2, OnTakenFromPM()); in TEST_F()
187 EXPECT_CALL(*raw2, OnDestructor()); in TEST_F()
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dpmask.c580 MASK_WORD_TYPE *raw2, *end2; in _check_pmask_collision() local
628 raw2 = &mask2->mask[block2]; in _check_pmask_collision()
634 if( raw1[py] & raw2[py] ) in _check_pmask_collision()
638 raw2 += h2; in _check_pmask_collision()
654 raw2 += h2; in _check_pmask_collision()
655 if (raw2>=end2) return 0; in _check_pmask_collision()
691 MASK_WORD_TYPE *raw2, *end2; in _check_pmask_collision_position() local
739 raw2 = &mask2->mask[block2]; in _check_pmask_collision_position()
753 raw2 += h2; in _check_pmask_collision_position()
774 raw2 += h2; in _check_pmask_collision_position()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Djpegutils.h46 unsigned char *raw2);
50 unsigned char *raw2);
54 unsigned char *raw2);
H A Djpegutils.c462 unsigned char *raw2) in decode_jpeg_raw() argument
689 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
698 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
704 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
733 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
781 unsigned char *raw2) in decode_jpeg_gray_raw() argument
962 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
971 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
977 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
1005 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
[all …]
/dports/devel/indi/indi-1.9.1/libs/stream/
H A Djpegutils.h58 unsigned char *raw0, unsigned char *raw1, unsigned char *raw2);
77 … unsigned int height, unsigned char *raw0, unsigned char *raw1, unsigned char *raw2);
83 … unsigned int height, unsigned char *raw0, unsigned char *raw1, unsigned char *raw2);
H A Djpegutils.c462 unsigned char *raw0, unsigned char *raw1, unsigned char *raw2) in decode_jpeg_raw() argument
732 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
746 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
755 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
779 raw2[xd] = (chr2[y][x] + chr2[y + 1][x]) >> 1; in decode_jpeg_raw()
793 raw2[xd] = chr2[y][x]; in decode_jpeg_raw()
1056 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
1070 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
1079 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
1117 raw2[xd] = 127; //chr2[y][x]; in decode_jpeg_gray_raw()
[all …]
/dports/graphics/p5-Imager/Imager-1.012/t/250-draw/
H A D100-fill.t24 my $raw2 = Imager::ImgRaw::new(100, 100, 3);
25 Imager::i_box_cfill($raw2, 0, 0, 99, 99, $rsolid);
27 my $diff = Imager::i_img_diff($raw1, $raw2);
32 Imager::i_box_cfill($raw2, 0, 0, 99, 99, $rsolid2);
33 $diff = Imager::i_img_diff($raw1, $raw2);
44 Imager::i_box_cfill($raw2, 0, 0, 99, 99, $rhatchb);
46 $diff = Imager::i_img_diff($raw1, $raw2);
50 $diff = Imager::i_img_diff($raw1, $raw2);
58 $diff = Imager::i_img_diff($raw1, $raw2);
64 $diff = Imager::i_img_diff($raw1, $raw2);
[all …]
/dports/textproc/p5-Text-Template-Simple/Text-Template-Simple-0.91/t/
H A D011-cache-mem.t15 ok(my $raw2 = $t->compile( TEMPLATE ),'compile raw2');
26 is( $raw1, $raw2, 'RAW1 EQ RAW2' );
27 is( $raw2, $raw3, 'RAW2 EQ RAW3' );
H A D012-cache-disk.t40 ok(my $raw2 = $t->compile( TEMPLATE ), 'compile raw2');
51 is( $raw1, $raw2, 'RAW1 EQ RAW2' );
52 is( $raw2, $raw3, 'RAW2 EQ RAW3' );
/dports/sysutils/helmfile/helmfile-0.138.7/test/advanced/
H A Dhelmfile.yaml30 - name: raw2
37 name: raw2
45 name: raw2
/dports/lang/kawa/kawa-3.1.1/kawa/lib/rnrs/
H A Dprograms.scm26 (let ((raw2
29 (if (eq? raw2 #!null) #!null
30 &{java &[raw2]}))
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/tests/compile-fail/stacked_borrows/
H A Draw_tracking.rs7 let raw2 = &mut l as *mut _; // invalidates raw1 in main() localVariable
11 unsafe { *raw2 = 13; } in main()
/dports/graphics/R-cran-colorspace/colorspace/inst/hclwizard/
H A Dserver.R467 raw1 <- raw2 <- raw3 <- raw4 <- list() functionVar
478 raw2 <- append(raw2, "<span class=\"output-raw\">")
479 raw2 <- append(raw2, "RGB values [0-255]")
482 raw2 <- append(raw2,ifelse(i %in% colors.na,
485 raw2 <- append(raw2,"</span>")
503 output$exportRAW2 <- renderText(paste(raw2, collapse = "\n"))
/dports/devel/util-linux/util-linux-2.36/Documentation/example.files/
H A Dudev-raw.rules6 # ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
7 # to bind /dev/raw/raw2 to the device with major 8, minor 1.
/dports/sysutils/linrename/util-linux-2.25.2/Documentation/example.files/
H A Dudev-raw.rules6 # ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
7 # to bind /dev/raw/raw2 to the device with major 8, minor 1.
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/mtp/
H A Dtest.py130 raw2 = io.BytesIO()
132 self.dev.get_mtp_file(f, raw2, callback=pc)
133 self.assertEqual(raw.getvalue(), raw2.getvalue())
165 raw2 = io.BytesIO()
166 self.dev.get_mtp_file(f, raw2)
167 self.assertEqual(raw.getvalue(), raw2.getvalue())
/dports/www/uchiwa/uchiwa-0.18.2/uchiwa/daemon/
H A Dmetrics_test.go15 raw2 := structs.SERawMetric{
25 metrics := []*structs.SERawMetric{&raw1, &raw2, &raw3, &raw4}
/dports/devel/cld2/cld-20150505/internal/
H A Dcld2_dynamic_data.cc28 const unsigned char* raw2 = static_cast<const unsigned char*>(data2); in mem_compare() local
30 if (raw1[x] != raw2[x]) { in mem_compare()
32 x, (unsigned int) raw1[x], (unsigned int) raw2[x]); in mem_compare()
36 y, (unsigned int) raw1[y], (unsigned int) raw2[y], in mem_compare()
/dports/security/gnutls/gnutls-3.6.16/libdane/
H A Ddane.c460 matches(const gnutls_datum_t * raw1, const gnutls_datum_t * raw2, in matches() argument
467 if (raw1->size != raw2->size) in matches()
470 if (memcmp(raw1->data, raw2->data, raw1->size) != 0) in matches()
476 if (raw2->size != 32) in matches()
485 if (memcmp(digest, raw2->data, 32) != 0) in matches()
490 if (raw2->size != 64) in matches()
499 if (memcmp(digest, raw2->data, 64) != 0) in matches()
/dports/science/gromacs/gromacs-2021.4/src/testutils/
H A Dtestasserts.cpp154 void initDifference(FloatType raw1, FloatType raw2, double* absoluteDifference, uint64_t* ulpDiffer… in initDifference() argument
157 FloatingPoint<FloatType> value2(raw2); in initDifference()
166 *absoluteDifference = std::fabs(raw1 - raw2); in initDifference()

12345678