Searched refs:this (Results 26 - 50 of 1362) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.bitfield.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
39 this->s = (foo_t *)alloca(sizeof (foo_t));
41 this->s->a = 1;
42 this->s->b = 5;
43 this->s->c = 0;
44 this->s->d = 2;
46 print(*this
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Derr.user64mode.ksh6 # You may only use this file in accordance with the terms of version
9 # A full copy of the text of the CDDL should have accompanied this
54 this->t = (userland info_t *)arg0;
56 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
57 stringof(this->t->zi_villain), this->t->zi_haszelda);
64 this->t = (userland info_t *)arg0;
66 stringof(this->t->zi_gamename), this
[all...]
H A Dtst.userlandkey.ksh6 # You may only use this file in accordance with the terms of version
9 # A full copy of the text of the CDDL should have accompanied this
52 this->t = (userland info_t *)arg0;
54 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
55 stringof(this->t->zi_villain), this->t->zi_haszelda);
62 this->t = (userland info_t *)arg0;
64 stringof(this->t->zi_gamename), this
[all...]
H A Dtst.chasestrings.ksh6 # You may only use this file in accordance with the terms of version
9 # A full copy of the text of the CDDL should have accompanied this
45 this->t = (pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t)));
47 copyinstr((uintptr_t)this->t->zi_gamename), this->t->zi_ndungeons,
48 copyinstr((uintptr_t)this->t->zi_villain), this->t->zi_haszelda);
55 this->t = (pid$pid\`$t *)(copyin(arg0, sizeof (pid$pid\`$t)));
57 copyinstr((uintptr_t)this->t->zi_gamename), this
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h62 /// Clients can use this in conjunction with capacity() to write past the end
83 /// Find the address of the first element. For this pointer math to be valid
88 reinterpret_cast<const char *>(this) +
101 /// Return true if this is a smallvector which has not had dynamic
105 /// Put this vector in a state of being small.
127 iterator begin() { return (iterator)this->BeginX; }
128 const_iterator begin() const { return (const_iterator)this->BeginX; }
212 if (LLVM_UNLIKELY(this->size() >= this->capacity()))
213 this
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.thisself.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
31 * Declare a self value and assign value of 'this' variable to that.
37 this int y;
42 this->y = self->x;
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_blk_chain.h9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
33 struct mkuz_blk *this;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/
H A Dtst.statusrate.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
53 /(this->delta = timestamp - ts) > 2 * NANOSEC/
59 /this->delta <= 2 * NANOSEC/
62 this->delta);
67 /this->delta > 20 * NANOSEC/
70 this->delta);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyout.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
47 this->a = (uint32_t *)alloca(4);
48 *this->a = -1;
49 copyout(this->a, (uintptr_t)&`clock, 4);
H A Dtst.badcopyoutstr.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
47 this->str = alloca(10);
48 bcopy("kablammo!", this->str, 10);
49 copyoutstr(this->str, (uintptr_t)&`clock, 10);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPNaCl.h29 this->LongAlign = 32;
30 this->LongWidth = 32;
31 this->PointerAlign = 32;
32 this->PointerWidth = 32;
33 this->IntMaxType = TargetInfo::SignedLongLong;
34 this->Int64Type = TargetInfo::SignedLongLong;
35 this->DoubleAlign = 64;
36 this->LongDoubleWidth = 64;
37 this->LongDoubleAlign = 64;
38 this
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Derr.D_DECL_LOCASSC.NonLocalAssoc.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
39 this int a[int];
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
41 this->owned = mutex_owned((struct mtx *)arg0);
42 this->owner = mutex_owner((struct mtx *)arg0);
46 /!this->owned/
53 /this->owner != curthread/
H A Dtst.inet_ntoa.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
38 this->buf4a = alloca(sizeof (in_addr_t));
39 this->buf4b = alloca(sizeof (in_addr_t));
40 this->buf4c = alloca(sizeof (in_addr_t));
41 this->buf4d = alloca(sizeof (in_addr_t));
42 ip4a = this->buf4a;
43 ip4b = this
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.enablerace.ksh4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
15 # If applicable, add the following below this CDDL HEADER, with the
47 this->x = 0;
52 this->x++;
56 /this->x != 512/
58 printf("failed! x is %d (expected 512)", this->x);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.nullassign.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
54 this->phrase = strjoin(the, tap);
59 this->phrase = strjoin(this->phrase, the);
64 /this->phrase != expected/
67 expected, this->phrase);
74 this
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h14 // FIXME: Most of this is copy-and-paste from BumpVector.h and SmallVector.h.
15 // We can refactor this core logic into something common.
42 void setEnd(T *P) { this->End = P; }
45 // Make a tag bit available to users of this class.
72 return *this;
163 if (End < this->capacity_ptr()) {
174 if (unsigned(this->capacity_ptr()-Begin) < N)
180 size_t capacity() const { return this->capacity_ptr() - Begin; }
191 if (NumInputs > size_type(this->capacity_ptr()-this
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.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
104 * Once associated with an external data stream, this function can be
110 fd() { return this->_M_file.fd(); }
120 file() { return this->_M_file.file(); }
131 this->_M_file.sys_open(__fd, __mode);
132 if (this
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dksyms.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
59 this->iov = args[3]->uio_iov;
61 printf("uiomove %u bytes to %p in pid %d\n", this->iov->iov_len,
62 this->iov->iov_base, pid);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.vfork.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
39 this->value = (int *)alloca(sizeof (int));
40 *this->value = 1;
41 copyout(this->value, arg0, sizeof (int));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
42 this->a = (char *)alloca(1);
43 *this->a = 1;
44 copyout(this->a, arg0, 1);
62 * Let's just do this for 5 seconds.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
42 this->a = (char *)alloca(1);
43 *this->a = 1;
44 copyout(this->a, arg0, 1);
62 * Let's just do this for 5 seconds.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstBuilder.h33 return *this;
39 return *this;
45 return *this;
51 return *this;
57 return *this;
63 return *this;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_raw_storage_iter.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
35 * Permission to use, copy, modify, distribute and sell this software
38 * that both that copyright notice and this permission notice appear
40 * representations about the suitability of this software for any
47 * Permission to use, copy, modify, distribute and sell this software
50 * that both that copyright notice and this permissio
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Derror.exp2 make: "error.mk" line 4: warning: this could be serious
3 make: "error.mk" line 5: this is fatal

Completed in 460 milliseconds

1234567891011>>