Home
last modified time | relevance | path

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

12345678910>>...153

/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.neglquant.d70 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);
78 this->i++;
79 this->val = ((1 << 63) - 1) / this->i;
81 @["f-market"] = lquantize(this->i, 0, 10, 1, this->val);
82 this->i++;
[all …]
HDtst.negquant.d70 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);
78 this->i <<= 1;
79 this->val >>= 1;
81 @["f-market"] = quantize(this->i, this->val);
82 this->i <<= 1;
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Mem/
HDswapinfo.d67 this->ani_max = `k_anoninfo.ani_max;
68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv;
69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv;
70 this->ani_locked = `k_anoninfo.ani_locked_swap;
71 this->availrmem = `availrmem;
74 this->ram_total = `physinstalled;
75 this->unusable = `physinstalled - `physmem;
76 this->locked = `pages_locked;
77 this->ram_used = `availrmem - `freemem;
78 this->freemem = `freemem;
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Dswapinfo.d67 this->ani_max = `k_anoninfo.ani_max;
68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv;
69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv;
70 this->ani_locked = `k_anoninfo.ani_locked_swap;
71 this->availrmem = `availrmem;
74 this->ram_total = `physinstalled;
75 this->unusable = `physinstalled - `physmem;
76 this->locked = `pages_locked;
77 this->ram_used = `availrmem - `freemem;
78 this->freemem = `freemem;
[all …]
Dj_calls.d57 this->class = (char *)copyin(arg1, arg2 + 1);
58 this->class[arg2] = '\0';
59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
61 this->name = strjoin(strjoin(stringof(this->class), "."),
62 stringof(this->method));
63 @calls[pid, "method", this->name] = count();
68 this->class = (char *)copyin(arg1, arg2 + 1);
69 this->class[arg2] = '\0';
70 @calls[pid, "oalloc", stringof(this->class)] = count();
[all …]
Dtcpsnoop.d103 this->tcpp = (tcp_t *)self->nsop->so_priv;
104 self->connp = (conn_t *)this->tcpp->tcp_connp;
121 this->tcpp = (tcp_t *)arg0;
122 self->connp = (conn_t *)this->tcpp->tcp_connp;
145 this->fad12 =
147 this->fad13 =
149 this->fad14 =
151 this->fad15 =
153 this->lad12 =
155 this->lad13 =
[all …]
Dtcpsnoop_snv.d105 this->tcpp = (tcp_t *)self->nsop->so_priv;
106 self->connp = (conn_t *)this->tcpp->tcp_connp;
123 this->tcpp = (tcp_t *)arg0;
124 self->connp = (conn_t *)this->tcpp->tcp_connp;
147 this->fad12 =
149 this->fad13 =
151 this->fad14 =
153 this->fad15 =
155 this->lad12 =
157 this->lad13 =
[all …]
Dsh_calltime.d57 this->elapsed_incl = timestamp - self->function[self->depth];
58 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 this->file = basename(copyinstr(arg0));
62 this->name = copyinstr(arg1);
64 @num[this->file, "func", this->name] = count();
66 @types_incl[this->file, "func", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "func", this->name] = sum(this->elapsed_excl);
68 @types_excl["-", "total", "-"] = sum(this->elapsed_excl);
71 self->exclude[self->depth] += this->elapsed_incl;
82 this->elapsed = timestamp - self->builtin;
[all …]
Drb_calltime.d57 this->elapsed_incl = timestamp - self->function[self->depth];
58 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 this->file = basename(copyinstr(arg2));
62 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
64 @num[this->file, "func", this->name] = count();
66 @types_incl[this->file, "func", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "func", this->name] = sum(this->elapsed_excl);
68 @types_excl["-", "total", "-"] = sum(this->elapsed_excl);
71 self->exclude[self->depth] += this->elapsed_incl;
82 this->elapsed = timestamp - self->object;
[all …]
Drb_cputime.d57 this->oncpu_incl = vtimestamp - self->function[self->depth];
58 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
61 this->file = basename(copyinstr(arg2));
62 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
64 @num[this->file, "func", this->name] = count();
66 @types_incl[this->file, "func", this->name] = sum(this->oncpu_incl);
67 @types_excl[this->file, "func", this->name] = sum(this->oncpu_excl);
68 @types_excl["-", "total", "-"] = sum(this->oncpu_excl);
71 self->exclude[self->depth] += this->oncpu_incl;
82 this->oncpu = vtimestamp - self->object;
[all …]
Dstacksize.d38 this uintptr_t stkinfoptr;
39 this uintptr_t stkptr;
48 this->stkinfoptr = 0;
49 this->stkptr = 0;
55 this->stkinfoptr = curthread->t_lwp->lwp_ustack;
56 this->stkptr = (uintptr_t)0;
60 /this->stkinfoptr != 0 && curpsinfo->pr_dmodel == PR_MODEL_ILP32/
62 this->stkinfo32 = (stack32_t *)copyin(this->stkinfoptr,
64 this->stktop = (uintptr_t)this->stkinfo32->ss_sp +
65 this->stkinfo32->ss_size;
[all …]
/NextBSD/contrib/llvm/include/llvm/ADT/
HDSmallVector.h95 void setEnd(T *P) { this->EndX = P; } in setEnd()
112 iterator begin() { return (iterator)this->BeginX; } in begin()
113 const_iterator begin() const { return (const_iterator)this->BeginX; } in begin()
114 iterator end() { return (iterator)this->EndX; } in end()
115 const_iterator end() const { return (const_iterator)this->EndX; } in end()
117 iterator capacity_ptr() { return (iterator)this->CapacityX; } in capacity_ptr()
118 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} in capacity_ptr()
223 if (LLVM_UNLIKELY(this->EndX >= this->CapacityX)) in push_back()
224 this->grow(); in push_back()
225 ::new ((void*) this->end()) T(Elt); in push_back()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTVector.h38 void setEnd(T *P) { this->End = P; } in setEnd()
67 return *this;
158 if (End < this->capacity_ptr()) { in push_back()
169 if (unsigned(this->capacity_ptr()-Begin) < N) in reserve()
175 size_t capacity() const { return this->capacity_ptr() - Begin; } in capacity()
187 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append()
188 this->grow(C, this->size()+NumInputs); in append()
193 std::uninitialized_copy(in_start, in_end, this->end()); in append()
194 this->setEnd(this->end() + NumInputs); in append()
201 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append()
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Java/
HDj_calls.d57 this->class = (char *)copyin(arg1, arg2 + 1);
58 this->class[arg2] = '\0';
59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
61 this->name = strjoin(strjoin(stringof(this->class), "."),
62 stringof(this->method));
63 @calls[pid, "method", this->name] = count();
68 this->class = (char *)copyin(arg1, arg2 + 1);
69 this->class[arg2] = '\0';
70 @calls[pid, "oalloc", stringof(this->class)] = count();
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Net/
HDtcpsnoop_snv.d105 this->tcpp = (tcp_t *)self->nsop->so_priv;
106 self->connp = (conn_t *)this->tcpp->tcp_connp;
123 this->tcpp = (tcp_t *)arg0;
124 self->connp = (conn_t *)this->tcpp->tcp_connp;
147 this->fad12 =
149 this->fad13 =
151 this->fad14 =
153 this->fad15 =
155 this->lad12 =
157 this->lad13 =
[all …]
HDtcpsnoop.d103 this->tcpp = (tcp_t *)self->nsop->so_priv;
104 self->connp = (conn_t *)this->tcpp->tcp_connp;
121 this->tcpp = (tcp_t *)arg0;
122 self->connp = (conn_t *)this->tcpp->tcp_connp;
145 this->fad12 =
147 this->fad13 =
149 this->fad14 =
151 this->fad15 =
153 this->lad12 =
155 this->lad13 =
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Shell/
HDsh_calltime.d57 this->elapsed_incl = timestamp - self->function[self->depth];
58 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 this->file = basename(copyinstr(arg0));
62 this->name = copyinstr(arg1);
64 @num[this->file, "func", this->name] = count();
66 @types_incl[this->file, "func", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "func", this->name] = sum(this->elapsed_excl);
68 @types_excl["-", "total", "-"] = sum(this->elapsed_excl);
71 self->exclude[self->depth] += this->elapsed_incl;
82 this->elapsed = timestamp - self->builtin;
[all …]
/NextBSD/usr.bin/m4/tests/
HDregress.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 …]
HDcomments.m47 # this is a comment
8 >> this is a comment
9 p this is a comment
10 p this is a comment q comment too
14 # this is a comment
15 >> this is a comment
16 p this is a comment
17 p this is a comment q comment too
21 # this is a comment
22 >> this is a comment
[all …]
/NextBSD/sys/boot/ficl/softwords/
HDstring.fr24 : get-count ( 2:this -- count ) my=[ .count get ] ;
25 : set-count ( count 2:this -- ) my=[ .count set ] ;
27 : ?empty ( 2:this -- flag ) --> get-count 0= ;
29 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ;
30 : set-buflen ( len 2:this -- ) my=[ .buflen set ] ;
32 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ;
33 : set-buf { ptr len 2:this -- }
34 ptr this my=[ .buf set-ptr ]
35 len this my=> set-buflen
39 : clr-buf ( 2:this -- )
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Ruby/
HDrb_calltime.d57 this->elapsed_incl = timestamp - self->function[self->depth];
58 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 this->file = basename(copyinstr(arg2));
62 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
64 @num[this->file, "func", this->name] = count();
66 @types_incl[this->file, "func", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "func", this->name] = sum(this->elapsed_excl);
68 @types_excl["-", "total", "-"] = sum(this->elapsed_excl);
71 self->exclude[self->depth] += this->elapsed_incl;
82 this->elapsed = timestamp - self->object;
[all …]
HDrb_cputime.d57 this->oncpu_incl = vtimestamp - self->function[self->depth];
58 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
61 this->file = basename(copyinstr(arg2));
62 this->name = strjoin(strjoin(copyinstr(arg0), "::"), copyinstr(arg1));
64 @num[this->file, "func", this->name] = count();
66 @types_incl[this->file, "func", this->name] = sum(this->oncpu_incl);
67 @types_excl[this->file, "func", this->name] = sum(this->oncpu_excl);
68 @types_excl["-", "total", "-"] = sum(this->oncpu_excl);
71 self->exclude[self->depth] += this->oncpu_incl;
82 this->oncpu = vtimestamp - self->object;
[all …]
/NextBSD/contrib/llvm/include/llvm/Support/
HDTimeValue.h101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_()
112 this->normalize(); in TimeValue()
128 this->seconds_ += that.seconds_ ;
129 this->nanos_ += that.nanos_ ;
130 this->normalize();
131 return *this;
138 this->seconds_ -= that.seconds_ ;
139 this->nanos_ -= that.nanos_ ;
140 this->normalize();
141 return *this;
[all …]
/NextBSD/contrib/libstdc++/include/bits/
Dstl_bvector.h90 return *this;
95 { return *this = bool(__x); }
99 { return bool(*this) == bool(__x); }
103 { return !bool(*this) && bool(__x); }
166 { return !(*this == __i); }
170 { return __i < *this; }
174 { return !(__i < *this); }
178 { return !(*this < __i); }
207 return *this;
213 iterator __tmp = *this;
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Proc/
HDstacksize.d38 this uintptr_t stkinfoptr;
39 this uintptr_t stkptr;
48 this->stkinfoptr = 0;
49 this->stkptr = 0;
55 this->stkinfoptr = curthread->t_lwp->lwp_ustack;
56 this->stkptr = (uintptr_t)0;
60 /this->stkinfoptr != 0 && curpsinfo->pr_dmodel == PR_MODEL_ILP32/
62 this->stkinfo32 = (stack32_t *)copyin(this->stkinfoptr,
64 this->stktop = (uintptr_t)this->stkinfo32->ss_sp +
65 this->stkinfo32->ss_size;
[all …]

12345678910>>...153