Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 7994) sorted by relevance

12345678910>>...320

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/pathfinder_simd-0.5.0/src/x86/
H A Dswizzle_i32x4.rs22 let this = x86::_mm_castsi128_ps(self.0); in xxxx() localVariable
32 let this = x86::_mm_castsi128_ps(self.0); in yxxx() localVariable
42 let this = x86::_mm_castsi128_ps(self.0); in zxxx() localVariable
52 let this = x86::_mm_castsi128_ps(self.0); in wxxx() localVariable
62 let this = x86::_mm_castsi128_ps(self.0); in xyxx() localVariable
72 let this = x86::_mm_castsi128_ps(self.0); in yyxx() localVariable
82 let this = x86::_mm_castsi128_ps(self.0); in zyxx() localVariable
92 let this = x86::_mm_castsi128_ps(self.0); in wyxx() localVariable
102 let this = x86::_mm_castsi128_ps(self.0); in xzxx() localVariable
112 let this = x86::_mm_castsi128_ps(self.0); in yzxx() localVariable
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java60 void field(@A WithBody this) { in field()
63 void meth(@A WithBody this) { in meth()
69 void test1(Generic1<X> this) {} in test1()
70 void test2(@A Generic1<X> this) {} in test2()
71 void test3(Generic1<@A X> this) {} in test3()
76 void test1(Generic2<X> this) {} in test1()
77 void test2(@A Generic2<X> this) {} in test2()
78 void test3(Generic2<@A X> this) {} in test3()
83 void test1(Generic3<X> this) {} in test1()
84 void test2(@A Generic3<X> this) {} in test2()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testTypeAnnotations/typeannos/
H A DReceivers.java66 void field(@RcvrA WithBody this) { in field()
69 void meth(@RcvrA WithBody this) { in meth()
75 void test1(Generic1<X> this) {} in test1()
76 void test2(@RcvrA Generic1<X> this) {} in test2()
77 void test3(Generic1<@RcvrA X> this) {} in test3()
82 void test1(Generic2<X> this) {} in test1()
83 void test2(@RcvrA Generic2<X> this) {} in test2()
89 void test1(Generic3<X> this) {} in test1()
96 <Y> void test1(Generic4<X> this) {} in test1()
104 void none(Outer.Inner this) {} in none()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testTypeAnnotations/typeannos/
H A DReceivers.java66 void field(@RcvrA WithBody this) { in field()
69 void meth(@RcvrA WithBody this) { in meth()
75 void test1(Generic1<X> this) {} in test1()
76 void test2(@RcvrA Generic1<X> this) {} in test2()
77 void test3(Generic1<@RcvrA X> this) {} in test3()
82 void test1(Generic2<X> this) {} in test1()
83 void test2(@RcvrA Generic2<X> this) {} in test2()
89 void test1(Generic3<X> this) {} in test1()
96 <Y> void test1(Generic4<X> this) {} in test1()
104 void none(Outer.Inner this) {} in none()
[all …]
/dports/shells/klish/klish-2.1.4/clish/command/
H A Dcommand.c51 static void clish_command_fini(clish_command_t * this) in clish_command_fini()
88 const clish_command_t *this = clientnode; in clish_command_bt_compare() local
97 const clish_command_t *this = clientnode; in clish_command_bt_getkey() local
106 clish_command_t *this = malloc(sizeof(clish_command_t)); in clish_command_new() local
121 clish_command_t *this = malloc(sizeof(clish_command_t)); in clish_command_new_link() local
162 void clish_command_delete(clish_command_t * this) in clish_command_delete()
175 int clish_command_help(const clish_command_t *this) in clish_command_help()
314 clish_command__set_escape_chars(clish_command_t * this, in clish_command__set_escape_chars()
328 void clish_command__set_regex_chars(clish_command_t *this, in clish_command__set_regex_chars()
379 int clish_command__get_depth(const clish_command_t * this) in clish_command__get_depth()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d10 static pure this(int) {} // `static pure` + `this(int)` in this() function
11 static pure this(this) {} // `static pure` + `this(this)` in this() argument
27 shared pure static this() {} // `shared pure` + `static this()` in this() function
28 shared static pure this() {} // `shared static pure` + `this()` in this() function
30 static this() shared {} // `shared pure` + `static this()` in this() function
47 static pure this() {} // `static pure` + `this()` in this() function
63 shared shared static this() {} // `shared` + `shared static this()` in this() function
64 shared static this() shared {} // `shared` + `shared static this()` in this() function
66 static static this() {} // `static` + `shared static this()` in this() function
83 static this() const {} in this() function
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() argument
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() function
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() argument
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() argument
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() function
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() argument
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() argument
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() function
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A DparseStc5.d11 static pure this(int) {} // `static pure` + `this(int)` in this() function
12 static pure this(this) {} // `static pure` + `this(this)` in this() function
28 shared pure static this() {} // `shared pure` + `static this()` in this() function
29 shared static pure this() {} // `shared static pure` + `this()` in this() function
31 static this() shared {} // `shared pure` + `static this()` in this() function
48 static pure this() {} // `static pure` + `this()` in this() function
64 shared shared static this() {} // `shared` + `shared static this()` in this() function
65 shared static this() shared {} // `shared` + `shared static this()` in this() function
67 static static this() {} // `static` + `shared static this()` in this() function
84 static this() const {} in this() function
[all …]
/dports/shells/klish/klish-2.1.4/tinyrl/vt100/
H A Dvt100.c81 int tinyrl_vt100_getchar(const tinyrl_vt100_t *this) in tinyrl_vt100_getchar()
130 int tinyrl_vt100_oflush(const tinyrl_vt100_t * this) in tinyrl_vt100_oflush()
138 int tinyrl_vt100_ierror(const tinyrl_vt100_t * this) in tinyrl_vt100_ierror()
146 int tinyrl_vt100_oerror(const tinyrl_vt100_t * this) in tinyrl_vt100_oerror()
154 int tinyrl_vt100_ieof(const tinyrl_vt100_t * this) in tinyrl_vt100_ieof()
162 int tinyrl_vt100_eof(const tinyrl_vt100_t * this) in tinyrl_vt100_eof()
223 static void tinyrl_vt100_fini(tinyrl_vt100_t * this) in tinyrl_vt100_fini()
232 tinyrl_vt100_t *this = NULL; in tinyrl_vt100_new() local
243 void tinyrl_vt100_delete(tinyrl_vt100_t * this) in tinyrl_vt100_delete()
251 void tinyrl_vt100_ding(const tinyrl_vt100_t * this) in tinyrl_vt100_ding()
[all …]

12345678910>>...320