Home
last modified time | relevance | path

Searched full:this (Results 1 – 25 of 11162) sorted by relevance

12345678910>>...447

/freebsd/sys/dev/isci/scil/
H A Dscif_user_callback.h4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
11 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful, but
21 * along with this program; if not, write to the Free Software
23 * The full GNU General Public License is included in this distribution
36 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
H A Dscic_user_callback.h4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
11 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful, but
21 * along with this program; if not, write to the Free Software
23 * The full GNU General Public License is included in this distribution
36 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
H A Dsati_callbacks.h4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
11 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful, but
21 * along with this program; if not, write to the Free Software
23 * The full GNU General Public License is included in this distribution
36 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
H A Dscic_phy.h4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
11 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful, but
21 * along with this program; if not, write to the Free Software
23 * The full GNU General Public License is included in this distribution
36 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
H A Dsci_status.h4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
11 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful, but
21 * along with this program; if not, write to the Free Software
23 * The full GNU General Public License is included in this distribution
36 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
H A Dscic_sds_remote_device.h4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
11 * This program is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful, but
21 * along with this program; if not, write to the Free Software
23 * The full GNU General Public License is included in this distribution
36 * notice, this list of conditions and the following disclaimer.
38 * notice, this list of conditions and the following disclaimer in
42 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[all …]
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename23 this->fvp = args[1] ? args[1]->a_fdvp : NULL;
24 this->fncp = this->fvp != NULL ?
25 this->fvp->v_cache_dst.tqh_first : 0;
26 this->ffi_name = args[1] ? (
30 this->fmount = this->fvp != NULL ?
31 this->fvp->v_mount : NULL; /* ptr to vfs we are in */
32 this->ffi_fs = this->fmount != NULL ?
33 stringof(this->fmount->mnt_stat.f_fstypename) : "";
34 this->ffi_mount = this->fmount != NULL ?
35 stringof(this->fmount->mnt_stat.f_mntonname) : "";
[all …]
H A Dvop_symlink23 this->vp = (struct vnode *)arg0;
24 this->ncp = this->vp != NULL ?
25 this->vp->v_cache_dst.tqh_first : 0;
26 this->target = args[1] ? args[1]->a_target : "";
27 this->fi_name = args[1] ? (
31 this->mount = this->vp != NULL ?
32 this->vp->v_mount : NULL; /* ptr to vfs we are in */
33 this->fi_fs = this->mount != NULL ?
34 stringof(this->mount->mnt_stat.f_fstypename) : "";
35 this->fi_mount = this->mount != NULL ?
[all …]
H A Dvop_create23 this->vp = (struct vnode *)arg0;
24 this->ncp = this->vp != NULL ?
25 this->vp->v_cache_dst.tqh_first : 0;
26 this->fi_name = args[1] ? (
30 this->mount = this->vp != NULL ?
31 this->vp->v_mount : NULL; /* ptr to vfs we are in */
32 this->fi_fs = this->mount != NULL ?
33 stringof(this->mount->mnt_stat.f_fstypename) : "";
34 this->fi_mount = this->mount != NULL ?
35 stringof(this->mount->mnt_stat.f_mntonname) : "";
[all …]
H A Dio21 [ "$CUSTOM_TEST" ] || EVENT_TEST='this->devinfo.dev_name != ""'
26 this bufinfo_t bufinfo;
27 this devinfo_t devinfo;
28 this int b_flags;
29 this long bio_length;
30 this string bio_cmd;
31 this string bio_flags;
32 this string device_entry;
33 this string device_if;
34 this string device_type;
[all …]
H A Dvop_readdir23 this->vp = (struct vnode *)arg0;
24 this->ncp = this->vp != NULL ?
25 this->vp->v_cache_dst.tqh_first : 0;
26 this->mount = this->vp != NULL ?
27 this->vp->v_mount : NULL; /* ptr to vfs we are in */
28 this->fi_fs = this->mount != NULL ?
29 stringof(this->mount->mnt_stat.f_fstypename) : "";
30 this->fi_mount = this->mount != NULL ?
31 stringof(this->mount->mnt_stat.f_mntonname) : "";
32 this->d_name = args[0]->v_cache_dd != NULL ?
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.neglquant.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
70 this->i = 1;
71 this->val = (1 << 63) - 1;
73 @["f-market"] = lquantize(this->i, 0, 10, 1, this->val);
74 this->i++;
75 this->val = ((1 << 63) - 1) / this->i;
77 @["f-market"] = lquantize(this->i, 0, 10, 1, this->val);
[all …]
H A Dtst.negquant.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
70 this->i = 1;
71 this->val = (1 << 63) - 1;
73 @["f-market"] = quantize(this->i, this->val);
74 this->i <<= 1;
75 this->val >>= 1;
77 @["f-market"] = quantize(this->i, this->val);
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h10 /// This file defines the SmallVector class.
45 /// This is all the stuff common to all SmallVectors.
67 /// This is a helper for \a grow() that's out of line to reduce code
68 /// duplication. This function will report a fatal error if it can't grow at
73 /// This is an implementation of the grow() method which only works
75 /// This function will report a fatal error if it cannot increase capacity.
86 /// This is unlikely to be called often, but resolves a memory leak when the
101 /// This does not construct or destroy any elements in the vector.
109 /// This does not construct or destroy any elements in the vector.
110 // This does not clean up any existing allocation.
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp40 return this->addLocal(Local); in addExtended()
44 this->Ctx->GlobalDecl = OldGlobalDecl; in ~DeclScope()
45 this->Ctx->InitializingDecl = OldInitializingDecl; in ~DeclScope()
46 this->Ctx->InitStack.pop_back(); in ~DeclScope()
118 this->Ctx->BreakLabel = BreakLabel; in LoopScope()
119 this->Ctx->ContinueLabel = ContinueLabel; in LoopScope()
123 this->Ctx->BreakLabel = OldBreakLabel; in ~LoopScope()
124 this->Ctx->ContinueLabel = OldContinueLabel; in ~LoopScope()
142 OldDefaultLabel(this->Ctx->DefaultLabel), in SwitchScope()
143 OldCaseLabels(std::move(this->Ctx->CaseLabels)) { in SwitchScope()
[all …]
/freebsd/usr.bin/m4/tests/
H A Dregress.comments.out2 # this is a comment
3 >> this is a COMMENT
4 'XXX' this is a COMMENT
5 'XXX' this is a COMMENT q COMMENT too
8 # this is a COMMENT
9 >> this is a comment
10 'XXX' this is a COMMENT
11 'XXX' this is a COMMENT q COMMENT too
14 # this is a COMMENT
15 >> this is a COMMENT
[all …]
H A Dcomments.m46 # this is a comment
7 >> this is a comment
8 p this is a comment
9 p this is a comment q comment too
13 # this is a comment
14 >> this is a comment
15 p this is a comment
16 p this is a comment q comment too
20 # this is a comment
21 >> this is a comment
[all …]
/freebsd/stand/ficl/softwords/
H A Dstring.fr23 : get-count ( 2:this -- count ) my=[ .count get ] ;
24 : set-count ( count 2:this -- ) my=[ .count set ] ;
26 : ?empty ( 2:this -- flag ) --> get-count 0= ;
28 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ;
29 : set-buflen ( len 2:this -- ) my=[ .buflen set ] ;
31 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ;
32 : set-buf { ptr len 2:this -- }
33 ptr this my=[ .buf set-ptr ]
34 len this my=> set-buflen
38 : clr-buf ( 2:this -- )
[all …]
/freebsd/sys/dev/isci/
H A Disci_logger.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
102 * @brief In this method the user is expected to log the supplied
105 * that this is an error from the framework.
107 * @param[in] logger_object This parameter specifies the logger object
108 * associated with this message.
109 * @param[in] log_object_mask This parameter specifies the log objects
110 * for which this message is being generated.
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json3 "PublicDescription": "This event counts the occurrence count of the micro-operation split.",
6 "BriefDescription": "This event counts the occurrence count of the micro-operation split."
9 …"PublicDescription": "This event counts every cycle that no operation was committed because the ol…
12 …"BriefDescription": "This event counts every cycle that no operation was committed because the old…
15 …"PublicDescription": "This event counts every cycle that no instruction was committed because the …
18 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o…
21 …"PublicDescription": "This event counts every cycle that no instruction was committed because the …
24 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o…
27 …"PublicDescription": "This event counts every cycle that no instruction was committed because the …
30 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o…
[all …]
H A Dpipeline.json9 "PublicDescription": "This event counts valid cycles of EAGA pipeline.",
12 "BriefDescription": "This event counts valid cycles of EAGA pipeline."
15 "PublicDescription": "This event counts valid cycles of EAGB pipeline.",
18 "BriefDescription": "This event counts valid cycles of EAGB pipeline."
21 "PublicDescription": "This event counts valid cycles of EXA pipeline.",
24 "BriefDescription": "This event counts valid cycles of EXA pipeline."
27 "PublicDescription": "This event counts valid cycles of EXB pipeline.",
30 "BriefDescription": "This event counts valid cycles of EXB pipeline."
33 "PublicDescription": "This event counts valid cycles of FLA pipeline.",
36 "BriefDescription": "This event counts valid cycles of FLA pipeline."
[all …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js29 /* This currently causes issues with Safari 6, so for it's disabled */
30 …//"use strict"; // (Dis)able ECMAScript "strict" operation for this function. See more: http://ejo…
101 this.id = id;
102 this.target = target;
103 this.tooltip = NULL;
104 this.elements = elements = { target: target };
107 this._id = NAMESPACE + '-' + id;
108 this.timers = { img: {} };
109 this.options = options;
110 this.plugins = {};
[all …]
/freebsd/share/man/man5/
H A Delf.58 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
59 Applications written this way can be compiled on any architecture,
158 This array of bytes specifies to interpret the file,
160 Within this array everything is named by macros, which start with
185 The fifth byte identifies the architecture for this binary:
189 This class is invalid.
191 This defines the 32-bit architecture.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h9 // This file provides ASTVector, a vector ADT whose contents are
14 // 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; } in setEnd()
45 // Make a tag bit available to users of this class.
46 // FIXME: This is a horrible hack.
72 return *this;
163 if (End < this->capacity_ptr()) { in push_back()
174 if (unsigned(this->capacity_ptr()-Begin) < N) in reserve()
180 size_t capacity() const { return this->capacity_ptr() - Begin; } in capacity()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h9 // This file defines interfaces to access the target independent code generation
44 /// AtomicExpandPass - At IR level this pass replace atomic instructions with
52 /// not instruction select unreachable blocks, or run this pass as its
61 /// This pass garbage-collects such basic blocks.
64 /// createBasicBlockSections Pass - This pass assigns sections to machine
70 /// createMachineFunctionSplitterPass - This pass splits machine functions
74 /// MachineFunctionPrinter pass - This pass prints out the machine function to
80 /// StackFramePrinter pass - This pass prints out the machine function's
84 /// MIRPrinting pass - this pass prints out the LLVM IR into the given stream
88 /// This pass resets a MachineFunction when it has the FailedISel property
[all …]

12345678910>>...447