Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 3739) sorted by relevance

12345678910>>...150

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.neglquant.d75 this->val = ((1 << 63) - 1) / this->i;
79 this->val = ((1 << 63) - 1) / this->i;
83 this->val = ((1 << 63) - 1) / this->i;
87 this->val = ((1 << 63) - 1) / this->i;
91 this->val = ((1 << 63) - 1) / this->i;
95 this->val = ((1 << 63) - 1) / this->i;
99 this->val = ((1 << 63) - 1) / this->i;
120 this->val = ((1 << 63) - 1) / this->i;
124 this->val = ((1 << 63) - 1) / this->i;
128 this->val = ((1 << 63) - 1) / this->i;
[all …]
H A Dtst.negquant.d70 this->i = 1;
73 @["f-market"] = quantize(this->i, this->val);
74 this->i <<= 1;
77 @["f-market"] = quantize(this->i, this->val);
81 @["f-market"] = quantize(this->i, this->val);
85 @["f-market"] = quantize(this->i, this->val);
92 this->i = 1;
95 @["s-castro"] = quantize(this->i, this->val);
99 @["s-castro"] = quantize(this->i, this->val);
103 @["s-castro"] = quantize(this->i, this->val);
[all …]
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename24 this->fncp = this->fvp != NULL ?
30 this->fmount = this->fvp != NULL ?
40 this->tncp = this->tvp != NULL ?
46 this->tmount = this->tvp != NULL ?
211 this->fpath = this->ffi_mount;
212 this->fpath = strjoin(this->fpath, this->ffi_mount != 0 ? (
235 this->fpath = strjoin(this->fpath, strjoin(this->fname =
241 this->fname = (this->ffi_name != 0 ? this->ffi_name : ""));
248 this->tpath = strjoin(this->tpath, this->tfi_mount != 0 ? (
271 this->tpath = strjoin(this->tpath, strjoin(this->tname =
[all …]
H A Dvop_symlink24 this->ncp = this->vp != NULL ?
31 this->mount = this->vp != NULL ?
33 this->fi_fs = this->mount != NULL ?
35 this->fi_mount = this->mount != NULL ?
74 this->name1 = this->dvp != 0 ? (
142 this->path = this->fi_mount;
143 this->path = strjoin(this->path, this->fi_mount != 0 ? (
160 this->path = strjoin(this->path,
166 this->path = strjoin(this->path, strjoin(this->name =
171 this->path = strjoin(this->path,
[all …]
H A Dvop_create24 this->ncp = this->vp != NULL ?
30 this->mount = this->vp != NULL ?
32 this->fi_fs = this->mount != NULL ?
34 this->fi_mount = this->mount != NULL ?
73 this->name1 = this->dvp != 0 ? (
141 this->path = this->fi_mount;
142 this->path = strjoin(this->path, this->fi_mount != 0 ? (
159 this->path = strjoin(this->path,
165 this->path = strjoin(this->path, strjoin(this->name =
170 this->path = strjoin(this->path,
[all …]
H A Dio28 this int b_flags;
35 this string flow;
55 this->bio_cmd = bio_cmd_string[(int)this->bufinfo.b_cmd];
56 this->b_flags = (int)this->bufinfo.b_flags;
57 this->bio_flags = bio_flag_string[this->b_flags & BIO_ERROR];
58 this->bio_flags = strjoin(this->bio_flags, this->bufinfo.b_error ?
69 this->bio_flags = this->bio_flags == "" ? "-" : this->bio_flags;
70 this->bio_length = (long)this->bufinfo.b_bcount;
77 this->device_if = device_if[(int)this->devinfo.dev_type];
78 this->device_entry = strjoin(this->devinfo.dev_name,
[all …]
H A Dvop_readdir24 this->ncp = this->vp != NULL ?
26 this->mount = this->vp != NULL ?
28 this->fi_fs = this->mount != NULL ?
30 this->fi_mount = this->mount != NULL ?
68 this->dvp = this->ncp->nc_dvp != NULL ?
70 this->name1 = this->dvp != 0 ? (
106 this->nameDEPTH = this->dvp != 0 ? (
138 this->path = this->fi_mount;
139 this->path = strjoin(this->path, this->fi_mount != 0 ? (
156 this->path = strjoin(this->path,
[all …]
H A Dudp22 this string flow;
40 this->flow = this->recv ? "<-" : "->";
58 this->local6 = strstr(this->local, ":") != NULL ? 1 : 0;
59 this->remote6 = strstr(this->remote, ":") != NULL ? 1 : 0;
60 this->local = strjoin(strjoin(this->local6 ? "[" : "",
61 this->local), this->local6 ? "]" : "");
62 this->remote = strjoin(strjoin(this->remote6 ? "[" : "",
63 this->remote), this->remote6 ? "]" : "");
77 this->local, this->lport,
78 this->flow,
[all …]
H A Dudplite22 this string flow;
40 this->flow = this->recv ? "<-" : "->";
58 this->local6 = strstr(this->local, ":") != NULL ? 1 : 0;
59 this->remote6 = strstr(this->remote, ":") != NULL ? 1 : 0;
60 this->local = strjoin(strjoin(this->local6 ? "[" : "",
61 this->local), this->local6 ? "]" : "");
62 this->remote = strjoin(strjoin(this->remote6 ? "[" : "",
63 this->remote), this->remote6 ? "]" : "");
77 this->local, this->lport,
78 this->flow,
[all …]
H A Dtcp63 this string flow;
145 this->local6 = strstr(this->local, ":") != NULL ? 1 : 0;
146 this->remote6 = strstr(this->remote, ":") != NULL ? 1 : 0;
147 this->local = strjoin(strjoin(this->local6 ? "[" : "",
148 this->local), this->local6 ? "]" : "");
149 this->remote = strjoin(strjoin(this->remote6 ? "[" : "",
150 this->remote), this->remote6 ? "]" : "");
172 this->flow = strjoin(tcpstate[this->from_state],
199 this->local, this->lport,
200 this->flow,
[all …]
H A Dip22 this string flow;
24 this string local;
25 this string remote;
26 this u_char recv;
37 this->flow = this->recv ? "<-" : "->";
43 this->local = this->recv ? args[2]->ip_daddr : args[2]->ip_saddr;
63 this->if_name,
64 this->local,
65 this->flow,
66 this->remote,
[all …]
H A Drw22 this size_t nbytes;
24 this string flow;
25 this void * buf;
26 this void * data;
42 this->data = alloca(this->nbytes + 1);
43 copyinto((uintptr_t)this->buf, this->nbytes, this->data);
44 bcopy("\0", (void *)((uintptr_t)this->data + this->nbytes), 1);
49 this->bufstr = stringof(this->data);
63 this->flow,
64 this->bufstr,
[all …]
H A Dsched32 this pid_t pid;
33 this string args;
34 this string details;
35 this u_char curprio;
40 this->args = this->args0;
42 this->pid = this->pid0;
54 this->args = this->args_sched;
55 this->pid = this->pid_sched;
69 this->details = strjoin(lltostr(this->curprio),
85 this->details = strjoin(this->details, this->details == "" ? "" : " ");
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h409 this->destroy_range(this->begin(), this->end()); in growAndAssign()
466 this->uninitialized_move(this->begin(), this->end(), NewElts); in moveElementsForGrow()
604 this->destroy_range(this->begin(), this->end()); in assignRemote()
624 this->destroy_range(this->begin(), this->end()); in clear()
659 this->destroy_range(this->begin() + N, this->end()); in truncate()
729 this->destroy_range(this->begin() + NumElts, this->end()); in assign()
1005 this->destroy_range(this->begin()+NumShared, this->end()); in swap()
1020 if (this == &RHS) return *this;
1067 if (this == &RHS) return *this;
1215 this->destroy_range(this->begin(), this->end()); in ~SmallVector()
[all …]
H A DAPSInt.h67 return *this;
73 return *this;
132 return *this;
140 return *this;
159 return *this;
215 return *this;
224 return *this;
228 return *this;
242 return *this;
247 return *this;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h192 this->grow(C, this->size()+NumInputs); in append()
198 this->setEnd(this->end() + NumInputs); in append()
205 this->grow(C, this->size()+NumInputs); in append()
209 this->setEnd(this->end() + NumInputs); in append()
225 if (this->End < this->capacity_ptr()) { in insert()
227 new (this->end()) T(this->back()); in insert()
228 this->setEnd(this->end()+1); in insert()
276 this->setEnd(this->end() + NumToInsert); in insert()
343 this->destroy_range(this->begin()+N, this->end()); in resize()
344 this->setEnd(this->begin()+N); in resize()
[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
8 # this is a COMMENT
9 >> this is a comment
14 # this is a COMMENT
15 >> this is a COMMENT
20 # this is a COMMENT
21 >> this is a COMMENT
26 # this is a COMMENT
[all …]
H A Dcomments.m46 # this is a comment
7 >> this is a comment
8 p this is a comment
13 # this is a comment
14 >> this is a comment
15 p this is a comment
20 # this is a comment
21 >> this is a comment
22 p this is a comment
27 # this is a comment
[all …]
/freebsd/stand/ficl/softwords/
H A Dstring.fr38 : clr-buf ( 2:this -- )
44 : free-buf { 2:this -- }
45 this my=> get-buf
49 this my=> clr-buf
81 u this --> size-buf
82 u this --> set-count
87 this --> get-buf
88 this --> get-count
94 this --> size-buf
95 c-addr this --> get-buf this --> get-count + u move
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d29 *this->value = 1;
30 copyout(this->value, arg0, sizeof (int));
35 this->j = copyinstr(arg0);
39 /json(this->j, "finished") == NULL && json(this->j, "action") != "ignore"/
41 this->index = strtoll(json(this->j, "index"));
42 this->size = json(this->j, "sizes[2]");
43 this->odd = json(this->j, "facts.odd");
44 this->even = json(this->j, "facts.even");
45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size,
46 this->odd, this->even);
[all …]
/freebsd/crypto/openssl/Configurations/
H A DINTERNALS.Configure4 [ note: this file uses markdown for formatting ]
12 There's no claim for this document to be complete at any time, but it
26 # The top item of this stack has the following values
44 | ... whatever ... | | this line is processed |
46 | ... whatever ... | | this line is processed |
48 | ... whatever ... | | this line is skipped over |
50 | ... whatever ... | | this line is skipped over |
52 | ... whatever ... | | this line is processed |
54 | ... whatever ... | | this line is skipped over |
56 | ... whatever ... | | this line is skipped over |
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h153 if (this->HasFloat128) in getOSDefines()
194 if (this->HasFloat128) in getOSDefines()
268 if (this->HasFloat128) in getOSDefines()
424 this->WCharType = this->WIntType = this->SignedInt; in OpenBSDTargetInfo()
467 this->LongWidth = this->LongAlign = 32; in PS3PPUTargetInfo()
468 this->PointerWidth = this->PointerAlign = 32; in PS3PPUTargetInfo()
505 this->NewAlign = 256; in PSOSTargetInfo()
622 this->WCharType = this->WIntType = this->SignedInt; in SolarisTargetInfo()
624 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
712 this->WCharType = this->UnsignedInt; in AIXTargetInfo()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d43 this->f->a[0] = 1;
44 this->f->a[1] = 2;
45 this->f->a[2] = 3;
48 this->f->b[2] = 0;
52 this->f->d[0] = 4;
53 this->f->d[1] = 0;
54 this->f->d[2] = 0;
56 print(this->f->a);
57 print(this->f->b);
58 print(this->f->c);
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d34 this->minor1 =
36 this->minor2 =
38 this->minor3 =
41 this->minor1->d_minor.dev = 0;
42 this->minor1->next = this->minor2;
44 this->minor2->d_minor.dev = 0;
45 this->minor2->next = this->minor3;
47 this->minor3->d_minor.dev = 0;
48 this->minor3->next = this->minor1;
50 this->dev->devi_minor = this->minor1;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h108 return *this;
114 return *this;
125 return *this;
131 return *this;
147 return *this;
153 return *this;
169 *this += 1;
175 ++*this;
180 *this -= 1;
186 --*this;
[all …]

12345678910>>...150