Home
last modified time | relevance | path

Searched refs:base1 (Results 151 – 175 of 3021) sorted by relevance

12345678910>>...121

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/lto/
H A D20081217-1_0.C1 class base1
4 base1 () {} in base1() function
5 virtual ~base1 () {} in ~base1()
15 class mi_class : public base1, base2
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/timsort/
H A Dgtktimsort-impl.c435 gpointer base1, in gtk_tim_sort()
447 g_assert (len1 > 0 && len2 > 0 && ELEM (base1, len1) == base2); in gtk_tim_sort()
450 memcpy (tmp, base1, LEN (len1)); /* POP: can't overlap */ in gtk_tim_sort()
454 dest = base1; /* Indexes int a */ in gtk_tim_sort()
598 gpointer base1, in gtk_tim_sort()
614 cursor1 = ELEM (base1, len1 - 1); /* Indexes into a */ in gtk_tim_sort()
759 gpointer base1 = self->run[i].base; in gtk_tim_sort() local
768 g_assert (ELEM (base1, len1) == base2); in gtk_tim_sort()
774 k = gtk_tim_sort(gallop_right) (self, base2, base1, len1, 0); in gtk_tim_sort()
775 base1 = ELEM (base1, k); in gtk_tim_sort()
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/data/
H A Ddbcsr_data_methods_low.F1062 area%d%${base1}$_${prec1}$ => p
1080 area%d%${base1}$2_${prec1}$ => p
1126 DATA => area%d%${base1}$_${prec1}$
1167 DATA => area%d%${base1}$_${prec1}$
1196 l = LBOUND(area%d%${base1}$2_${prec1}$)
1198 u = UBOUND(area%d%${base1}$2_${prec1}$)
1212 DATA => area%d%${base1}$2_${prec1}$
1249 DATA => area%d%${base1}$_${prec1}$
1274 l = LBOUND(area%d%${base1}$2_${prec1}$)
1276 u = UBOUND(area%d%${base1}$2_${prec1}$)
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/install-files/share/wcm/styles/
H A DSolarized.style.src1 …: base01; background: base3; hotkey-color: orange; focus-frame-color: base1; button-color: base1; }
3 *@item:current-item {color: base1; background: base02; }
8 EditLine:focus { color: base1; background: base03; mark-color: base2; mark-background : base00; fra…
50 Panel { border-color1: base1; border-color2: base2; border-color3: base1; border-color4: base2;
66 EditLine#command-line { color: base1; background: base03; mark-color: base03; mark-background: base…
70 MenuBar:current-item { color: base1; background: base02; }
72 PopupMenu@item:current-item { color: base1; background: base02; }
89 Viewer { background: base03; color:base1; ctrl-color:base1;
94 StringWin { color: base1; background: base03; }
95 EditorHeadWin, ViewerHeadWin { color: base1; background: base02; prefix-color:base3; cs-color:base3…
[all …]
/dports/devel/luabind/luabind-0.9.1/test/
H A Dtest_construction.cpp47 struct base1 : counted_type<base1> struct
50 virtual ~base1() {} in ~base1() argument
53 struct deriv_1 : base1, counted_type<deriv_1>
66 COUNTER_GUARD(base1);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dk054539.cpp463 INT32 delta = base1[0x00] | (base1[0x01] << 8) | (base1[0x02] << 16); in K054539Update()
465 INT32 vol = base1[0x03]; in K054539Update()
469 if (base1[0x04] > 0x4f && base1[0x04] != 0xf2) delay = -1; // yep, it's disabled. in K054539Update()
506 INT32 pan = base1[0x05]; in K054539Update()
525 INT32 cur_pos = (base1[0x0c] | (base1[0x0d] << 8) | (base1[0x0e] << 16)) & rom_mask; in K054539Update()
559 cur_pos = (base1[0x08] | (base1[0x09] << 8) | (base1[0x0a] << 16)) & rom_mask; in K054539Update()
582 cur_pos = (base1[0x08] | (base1[0x09] << 8) | (base1[0x0a] << 16)) & rom_mask; in K054539Update()
611 cur_pos = ((base1[0x08] | (base1[0x09] << 8) | (base1[0x0a] << 16)) & rom_mask) << 1; in K054539Update()
662 base1[0x0c] = cur_pos & 0xff; in K054539Update()
663 base1[0x0d] = cur_pos>> 8 & 0xff; in K054539Update()
[all …]
/dports/graphics/cptutils/cptutils-1.74/src/cptcat/
H A Daccept.sh4 base1=tpsfhm
7 fix1="$TESTFIX/cpt/$base1.cpt"
10 out12="$base1-$base2.cpt"
11 out21="$base2-$base1.cpt"
/dports/www/firefox-esr/firefox-91.8.0/dom/security/test/csp/
H A Dfile_base_uri_server.sjs24 document.getElementById("base1").removeAttribute("href");
42 var base1 =
43 "<base id=\"base1\" href=\"" + query.get("base1") + "\">";
46 response.write(base1 + base2);
53 if (query.get("action") === "remove-base1") {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/security/test/csp/
H A Dfile_base_uri_server.sjs24 document.getElementById("base1").removeAttribute("href");
42 var base1 =
43 "<base id=\"base1\" href=\"" + query.get("base1") + "\">";
46 response.write(base1 + base2);
53 if (query.get("action") === "remove-base1") {
/dports/www/firefox/firefox-99.0/dom/security/test/csp/
H A Dfile_base_uri_server.sjs24 document.getElementById("base1").removeAttribute("href");
42 var base1 = '<base id="base1" href="' + query.get("base1") + '">';
44 response.write(base1 + base2);
51 if (query.get("action") === "remove-base1") {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/security/test/csp/
H A Dfile_base_uri_server.sjs24 document.getElementById("base1").removeAttribute("href");
42 var base1 =
43 "<base id=\"base1\" href=\"" + query.get("base1") + "\">";
46 response.write(base1 + base2);
53 if (query.get("action") === "remove-base1") {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/security/test/csp/
H A Dfile_base_uri_server.sjs24 document.getElementById("base1").removeAttribute("href");
42 var base1 =
43 "<base id=\"base1\" href=\"" + query.get("base1") + "\">";
46 response.write(base1 + base2);
53 if (query.get("action") === "remove-base1") {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/test/csp/
H A Dfile_base_uri_server.sjs24 document.getElementById("base1").removeAttribute("href");
42 var base1 =
43 "<base id=\"base1\" href=\"" + query.get("base1") + "\">";
46 response.write(base1 + base2);
53 if (query.get("action") === "remove-base1") {
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/tests/
H A Dtest-01.out1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/serd-0.24.0/tests/TurtleTests/
H A Dturtle-subm-02.nt1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sord-0.16.0/tests/
H A Dtest-01.out1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/serd-0.24.0/tests/good/
H A Dtest-01.nt1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/Tests/Turtle/
H A Dtest-01.out1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/textproc/raptor2/raptor2-2.0.15/tests/turtle-2013/
H A Dturtle-subm-02.nt1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/textproc/raptor2/raptor2-2.0.15/tests/turtle/
H A Dtest-01.out1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/textproc/raptor/raptor-1.4.21/tests/turtle/
H A Dtest-01.out1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/serd/tests/TurtleTests/
H A Dturtle-subm-02.nt1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/lang/yap/yap-6.2.2/packages/semweb/Tests/Turtle/
H A Dtest-01.out1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/t/data/turtle/
H A Dtest-01.out1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/t/data/turtle-2013/
H A Dturtle-subm-02.nt1 <http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
3 <http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .

12345678910>>...121