Searched refs:this (Results 401 - 425 of 2292) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash28.C14 return *reinterpret_cast<const Y<X> *>(this);
34 if (!b) throw bar (static_cast<::N::X*>(this)); // { dg-error "" } parse error
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp21.C21 return this->f();
27 int h() { return this->g(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/aix/
H A Dctype_inline.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
55 while (__low < __high && !this->is(__m, *__low))
64 while (__low < __high && this->is(__m, *__low) != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_inline.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
55 while (__low < __high && !this->is(__m, *__low))
64 while (__low < __high && this->is(__m, *__low) != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/irix/irix5.2/
H A Dctype_inline.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
55 while (__low < __high && ! this->is(__m, *__low))
64 while (__low < __high && this->is(__m, *__low))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/irix/irix6.5/
H A Dctype_inline.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
55 while (__low < __high && ! this->is(__m, *__low))
64 while (__low < __high && this->is(__m, *__low))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/mingw32/
H A Dctype_inline.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/newlib/
H A Dctype_inline.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
55 while (__low < __high && !this->is(__m, *__low))
64 while (__low < __high && this->is(__m, *__low) != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_inline.h17 // with this library; see the file COPYING. If not, write to the Free
21 // As a special exception, you may use this file as part of a free software
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
55 while (__low < __high && !this->is(__m, *__low))
64 while (__low < __high && this->is(__m, *__low) != 0)
/netbsd-6-1-5-RELEASE/sys/dev/videomode/
H A Dpickmode.c7 * this code was contributed to The NetBSD Foundation by Michael Lorenz
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
47 const struct videomode *this, *best = NULL; local
53 this = &videomode_list[i];
54 if ((this->hdisplay != width) || (this->vdisplay != height) ||
55 (this->dot_clock > dotclock))
58 if (this->dot_clock > best->dot_clock)
59 best = this;
72 const struct videomode *this, *best = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dmulaw.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
15 * 3. All advertising materials mentioning features or use of this software
20 * to endorse or promote products derived from this software without
278 stream_filter_t *this; local
281 this = (stream_filter_t *)self;
282 if ((err = this->prev->fetch_to(sc, this->prev, this->src, max_used)))
287 FILTER_LOOP_PROLOGUE(this
300 stream_filter_t *this; local
340 stream_filter_t *this; local
375 stream_filter_t *this; local
397 stream_filter_t *this; local
419 stream_filter_t *this; local
459 stream_filter_t *this; local
481 stream_filter_t *this; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Ddns_nw.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
86 static struct __res_state * nw_res_get(struct irs_nw *this);
87 static void nw_res_set(struct irs_nw *this,
98 static struct nwent * get1101mask(struct irs_nw *this, struct nwent *);
101 static int init(struct irs_nw *this);
106 irs_dns_nw(struct irs_acc *this) { argument
110 UNUSED(this);
138 nw_close(struct irs_nw *this) { argument
139 struct pvt *pvt = (struct pvt *)this
151 nw_byname(struct irs_nw *this, const char *name, int af) argument
169 nw_byaddr(struct irs_nw *this, void *net, int len, int af) argument
187 nw_next(struct irs_nw *this) argument
195 nw_rewind(struct irs_nw *this) argument
201 nw_minimize(struct irs_nw *this) argument
209 nw_res_get(struct irs_nw *this) argument
227 nw_res_set(struct irs_nw *this, struct __res_state *res, void (*free_res)(void *)) argument
243 get1101byname(struct irs_nw *this, const char *name) argument
267 get1101byaddr(struct irs_nw *this, u_char *net, int len) argument
299 get1101answer(struct irs_nw *this, u_char *ansbuf, int anslen, enum by_what by_what, int af, const char *name, const u_char *addr, int addrlen) argument
447 get1101mask(struct irs_nw *this, struct nwent *nwent) argument
582 init(struct irs_nw *this) argument
[all...]
H A Dirp_gr.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
95 irs_irp_gr(struct irs_acc *this) { argument
111 pvt->girpdata = this->private;
132 gr_close(struct irs_gr *this) { argument
133 struct pvt *pvt = (struct pvt *)this->private;
135 gr_minimize(this);
138 memput(this, sizeof *this);
147 gr_next(struct irs_gr *this) { argument
194 gr_byname(struct irs_gr *this, const char *name) argument
242 gr_bygid(struct irs_gr *this, gid_t gid) argument
289 gr_rewind(struct irs_gr *this) argument
318 gr_minimize(struct irs_gr *this) argument
[all...]
H A Dirp_nw.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
85 * struct irs_nw * irs_irp_nw(struct irs_acc *this)
90 irs_irp_nw(struct irs_acc *this) { argument
106 pvt->girpdata = this->private;
121 * void nw_close(struct irs_nw *this)
126 nw_close(struct irs_nw *this) { argument
127 struct pvt *pvt = (struct pvt *)this->private;
129 nw_minimize(this);
134 memput(this, sizeo
144 nw_byaddr(struct irs_nw *this, void *net, int length, int type) argument
193 nw_byname(struct irs_nw *this, const char *name, int type) argument
242 nw_rewind(struct irs_nw *this) argument
271 nw_next(struct irs_nw *this) argument
313 nw_minimize(struct irs_nw *this) argument
[all...]
H A Dirp_pr.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
75 * struct irs_pr * irs_irp_pr(struct irs_acc *this)
80 irs_irp_pr(struct irs_acc *this) { argument
96 pvt->girpdata = this->private;
111 * void pr_close(struct irs_pr *this)
116 pr_close(struct irs_pr *this) { argument
117 struct pvt *pvt = (struct pvt *)this->private;
119 pr_minimize(this);
124 memput(this, sizeo
133 pr_byname(struct irs_pr *this, const char *name) argument
182 pr_bynumber(struct irs_pr *this, int proto) argument
231 pr_rewind(struct irs_pr *this) argument
260 pr_next(struct irs_pr *this) argument
304 pr_minimize(struct irs_pr *this) argument
[all...]
H A Dirp_pw.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
78 irs_irp_pw(struct irs_acc *this) { argument
94 pvt->girpdata = this->private;
110 * void pw_close(struct irs_pw *this)
115 pw_close(struct irs_pw *this) { argument
116 struct pvt *pvt = (struct pvt *)this->private;
118 pw_minimize(this);
123 memput(this, sizeof *this);
132 pw_next(struct irs_pw *this) argument
176 pw_byname(struct irs_pw *this, const char *name) argument
224 pw_byuid(struct irs_pw *this, uid_t uid) argument
272 pw_rewind(struct irs_pw *this) argument
301 pw_minimize(struct irs_pw *this) argument
[all...]
H A Dirp_sv.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
79 * struct irs_sv * irs_irp_sv(struct irs_acc *this)
84 irs_irp_sv(struct irs_acc *this) { argument
100 pvt->girpdata = this->private;
116 * void sv_close(struct irs_sv *this)
121 sv_close(struct irs_sv *this) { argument
122 struct pvt *pvt = (struct pvt *)this->private;
124 sv_minimize(this);
129 memput(this, sizeo
138 sv_next(struct irs_sv *this) argument
183 sv_byname(struct irs_sv *this, const char *name, const char *proto) argument
234 sv_byport(struct irs_sv *this, int port, const char *proto) argument
285 sv_rewind(struct irs_sv *this) argument
314 sv_minimize(struct irs_sv *this) argument
[all...]
H A Dnis_sv.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
87 static struct servent * makeservent(struct irs_sv *this);
93 irs_nis_sv(struct irs_acc *this) { argument
109 pvt->nis_domain = ((struct nis_p *)this->private)->domain;
125 sv_close(struct irs_sv *this) { argument
126 struct pvt *pvt = (struct pvt *)this->private;
134 memput(this, sizeof *this);
138 sv_byname(struct irs_sv *this, cons argument
156 sv_byport(struct irs_sv *this, int port, const char *proto) argument
170 sv_rewind(struct irs_sv *this) argument
177 sv_next(struct irs_sv *this) argument
212 sv_minimize(struct irs_sv *this) argument
220 makeservent(struct irs_sv *this) argument
[all...]
H A Dnis_gr.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
15 * 3. All advertising materials mentioning features or use of this software
20 * may be used to endorse or promote products derived from this software
40 * Permission to use, copy, modify, and distribute this software for any
42 * copyright notice and this permission notice appear in all copies.
137 irs_nis_gr(struct irs_acc *this) { argument
153 pvt->nis_domain = ((struct nis_p *)this->private)->domain;
170 gr_close(struct irs_gr *this) { argument
171 struct pvt *pvt = (struct pvt *)this
182 gr_next(struct irs_gr *this) argument
217 gr_byname(struct irs_gr *this, const char *name) argument
232 gr_bygid(struct irs_gr *this, gid_t gid) argument
249 gr_rewind(struct irs_gr *this) argument
256 gr_minimize(struct irs_gr *this) argument
264 makegroupent(struct irs_gr *this) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dband.s23 band #7, r0l ; this should NOT set the carry flag.
25 band #6, r0l ; this should NOT set the carry flag.
29 band #7, r0l ; this should NOT clear the carry flag
34 band #6, r0l ; this should clear the carry flag
45 band #7, @r1 ; this should NOT set the carry flag.
47 band #6, @r1 ; this should NOT set the carry flag.
51 band #7, @r1 ; this should NOT clear the carry flag
56 band #6, @r1 ; this should clear the carry flag
63 band #7, @er1 ; this should NOT set the carry flag.
65 band #6, @er1 ; this shoul
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h18 // with this library; see the file COPYING. If not, write to the Free
22 // As a special exception, you may use this file as part of a free software
24 // templates or use macros or inline functions from this file, or you compile
25 // this file and link it with other files to produce an executable, this
101 ._M_iterator(*this));
112 ._M_iterator(*this));
118 return *this;
127 ._M_iterator(*this));
129 istreambuf_iterator __old = *this;
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dinffast.c40 inflate execution time is spent in this routine.
92 code this; /* retrieved table entry */ local
129 this = lcode[hold & lmask];
131 op = (unsigned)(this.bits);
134 op = (unsigned)(this.op);
136 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
138 "inflate: literal 0x%02x\n", this.val));
139 PUP(out) = (unsigned char)(this.val);
142 len = (unsigned)(this
[all...]
H A Dinfback.c67 fixed code decoding. Normally this returns fixed tables from inffixed.h.
68 If BUILDFIXED is defined, then instead this routine builds the tables the
106 /* do this just once */
258 code this; /* current decoding table entry */ local
394 this = state->lencode[BITS(state->lenbits)];
395 if ((unsigned)(this.bits) <= bits) break;
398 if (this.val < 16) {
399 NEEDBITS(this.bits);
400 DROPBITS(this.bits);
401 state->lens[state->have++] = this
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dinffast.c40 inflate execution time is spent in this routine.
92 code this; /* retrieved table entry */ local
129 this = lcode[hold & lmask];
131 op = (unsigned)(this.bits);
134 op = (unsigned)(this.op);
136 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
138 "inflate: literal 0x%02x\n", this.val));
139 PUP(out) = (unsigned char)(this.val);
142 len = (unsigned)(this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinffast.c38 inflate execution time is spent in this routine.
90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val);
140 len = (unsigned)(this
[all...]

Completed in 268 milliseconds

<<11121314151617181920>>