| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| HD | tst.neglquant.d | 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); 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 …]
|
| HD | tst.negquant.d | 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); 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/ |
| HD | swapinfo.d | 67 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/ |
| D | swapinfo.d | 67 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 …]
|
| D | j_calls.d | 57 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 …]
|
| D | tcpsnoop.d | 103 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 …]
|
| D | tcpsnoop_snv.d | 105 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 …]
|
| D | sh_calltime.d | 57 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 …]
|
| D | rb_calltime.d | 57 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 …]
|
| D | rb_cputime.d | 57 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 …]
|
| D | stacksize.d | 38 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/ |
| HD | SmallVector.h | 95 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/ |
| HD | ASTVector.h | 38 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/ |
| HD | j_calls.d | 57 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/ |
| HD | tcpsnoop_snv.d | 105 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 …]
|
| HD | tcpsnoop.d | 103 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/ |
| HD | sh_calltime.d | 57 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/ |
| HD | regress.comments.out | 2 # 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 …]
|
| HD | comments.m4 | 7 # 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/ |
| HD | string.fr | 24 : 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/ |
| HD | rb_calltime.d | 57 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 …]
|
| HD | rb_cputime.d | 57 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/ |
| HD | TimeValue.h | 101 : 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/ |
| D | stl_bvector.h | 90 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/ |
| HD | stacksize.d | 38 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 …]
|