Searched refs:this (Results 76 - 100 of 1362) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs_init.h8 * distributed with this work for additional information
9 * regarding copyright ownership. The ASF licenses this file
11 * "License"); you may not use this file except in compliance
26 #error Please include libsvn_fs/fs_loader.h instead of this file
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_init.h7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file
10 * "License"); you may not use this file except in compliance
25 #error Please include libsvn_fs/fs_loader.h instead of this file
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_init.h7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file
10 * "License"); you may not use this file except in compliance
25 #error Please include libsvn_fs/fs_loader.h instead of this file
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport-all.mk13 # this will cause trouble (recursing if we let it)
15 # this will be ok
23 UT_ALL=even this gets exported
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strchr.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
34 this->success = 0;
47 this->success = 1;
51 /!this->success/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.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
40 this->value = (int *)alloca(sizeof (int));
41 *this->value = 1;
42 copyout(this->value, arg0, sizeof (int));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.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));
75 * Let's just do this for 5 seconds.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.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);
67 * Let's just do this for 5 seconds.
H A Dtst.ret.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->a = (char *)alloca(1);
39 *this->a = 1;
40 copyout(this->a, arg0, 1);
65 * Let's just do this for 5 seconds.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.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->a = (char *)alloca(1);
40 *this->a = 1;
41 copyout(this->a, arg0, 1);
59 * Let's just do this for 5 seconds.
H A Dtst.branch.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);
67 * Let's just do this for 5 seconds.
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_vector.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
36 * Permission to use, copy, modify, distribute and sell this software
39 * that both that copyright notice and this permission notice appear
41 * representations about the suitability of this software for any
48 * Permission to use, copy, modify, distribute and sell this software
51 * that both that copyright notice and this permissio
[all...]
H A Dbasic_ios.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
53 * (e.g., @c std::cout.foo(bar);) are consolidated in this class.
108 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
112 { return this->fail(); }
144 { this
[all...]
/freebsd-11-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
218 ng_btsocket_hci_raw_pcb_p this = NULL, next = NULL; local
226 if (kread(kvmd, addr, (char *) &this, sizeof(this)) < 0)
229 for ( ; this != NULL; this = next) {
230 if (kread(kvmd, (u_long) this, (char *) &pcb, sizeof(pcb)) < 0)
258 (unsigned long) this,
273 ng_btsocket_l2cap_raw_pcb_p this local
329 ng_btsocket_l2cap_pcb_p this = NULL, next = NULL; local
384 ng_btsocket_l2cap_rtentry_p this = NULL, next = NULL; local
434 ng_btsocket_rfcomm_pcb_p this = NULL, next = NULL; local
499 ng_btsocket_rfcomm_session_p this = NULL, next = NULL; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h19 // with this library; see the file COPYING. If not, write to the Free
23 // As a special exception, you may use this file as part of a free software
25 // templates or use macros or inline functions from this file, or you compile
26 // this file and link it with other files to produce an executable, this
63 // Requirements on traits_type, specific to this class:
165 * codecvt::always_noconv() == false. When valid, this corresponds
200 _M_pback_cur_save = this->gptr();
201 _M_pback_end_save = this->egptr();
202 this
[all...]
H A Dstd_sstream.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
57 * For this class, open modes (of type @c ios_base::openmode) have
131 if (this->pptr())
134 if (this->pptr() > this->egptr())
135 __ret = __string_type(this
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h83 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
84 this->PlatformMinVersion);
92 this->TLSSupported = false;
95 this->TLSSupported = !Triple.isMacOSXVersionLT(10, 7);
100 this->TLSSupported = !Triple.isOSVersionLT(8);
103 this->TLSSupported = !Triple.isOSVersionLT(9);
105 this->TLSSupported = !Triple.isOSVersionLT(10);
109 this->TLSSupported = !Triple.isOSVersionLT(2);
111 this->TLSSupported = !Triple.isOSVersionLT(3);
114 this
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring.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
84 if (__pos > this->size())
92 if (this->max_size() - (this->size() - __n1) < __n2)
100 const bool __testoff = __off < this->size() - __pos;
101 return __testoff ? __off : this
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h50 *this += Part(Offset, T);
64 return *this;
70 return *this;
74 StackOffset Res(*this);
82 return *this;
86 StackOffset Res(*this);
93 const StackOffset Other(*this);
104 /// Returns the offset in parts to which this frame offset can be
106 /// For non-scalable offsets this is simply its byte size.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h89 return *this;
95 return *this;
101 return *this;
108 return *this;
114 return *this;
120 return *this;
126 return *this;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h47 *this << '0';
62 this->operator<<(StringView(TempPtr, std::end(Temp)));
83 return *this;
87 return *this;
93 return *this;
96 OutputStream &operator<<(StringView R) { return (*this += R); }
98 OutputStream &operator<<(char C) { return (*this += C); }
105 return *this;
110 return *this;
114 return this
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h29 internal_memset(this, 0, sizeof(*this));
62 next_ = this;
63 prev_ = this;
66 internal_memset(this, 0, sizeof(*this));
73 s->prev_ = this;
89 const AllocatorStats *stats = this;
94 if (stats == this)
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.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
58 { return this->do_open(__s, __loc); }
88 this->_S_destroy_c_locale(this->_M_c_locale_messages);
89 this->_S_create_c_locale(this
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtraverse.c4 * 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
55 tdtrav_plain(tdesc_t *this, tdtrav_data_t *tdtd) argument
57 return (tdtraverse(this->t_tdesc, &this->t_tdesc, tdtd));
61 tdtrav_func(tdesc_t *this, tdtrav_data_t *tdtd) argument
63 fndef_t *fn = this->t_fndef;
79 tdtrav_array(tdesc_t *this, tdtrav_data_ argument
92 tdtrav_su(tdesc_t *this, tdtrav_data_t *tdtd) argument
149 tdtraverse(tdesc_t *this, tdesc_t **thisp, tdtrav_data_t *tdtd) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dmultiset.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
99 *static_cast<_Base*>(this) = __x;
100 this->_M_invalidate_all();
101 return *this;
109 { return iterator(_Base::begin(), this); }
113 { return const_iterator(_Base::begin(), this); }
[all...]

Completed in 185 milliseconds

1234567891011>>