Home
last modified time | relevance | path

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

12345678910>>...206

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.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 …]
H A Dtst.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 …]
/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 …]
H A Dudp22 this string flow;
23 this string local;
24 this string remote;
25 this u_char local6;
26 this u_char recv;
27 this u_char remote6;
28 this uint16_t length;
29 this uint16_t lport;
30 this uint16_t rport;
39 this->recv = probename == "receive" ? 1 : 0;
[all …]
H A Dudplite22 this string flow;
23 this string local;
24 this string remote;
25 this u_char local6;
26 this u_char recv;
27 this u_char remote6;
28 this uint16_t coverage;
29 this uint16_t lport;
30 this uint16_t rport;
39 this->recv = probename == "receive" ? 1 : 0;
[all …]
H A Dtcp60 this int32_t from_state;
61 this int32_t to_state;
62 this string details;
63 this string flow;
64 this string local;
65 this string remote;
66 this u_char local6;
67 this u_char remote6;
68 this u_char slocal;
69 this uint16_t lport;
[all …]
/freebsd/tools/cam/
H A Dcam_all_but_scsi.d37 this->ccb = ((union ccb *)arg0);
38 this->func = this->ccb->ccb_h.func_code & 0xff;
39 this->periph = this->ccb->ccb_h.path->periph;
40 this->bus = this->ccb->ccb_h.path->bus;
41 this->target = this->ccb->ccb_h.path->target;
42 this->device = this->ccb->ccb_h.path->device;
43 this->trace = 1;
51 /this->func == XPT_SCSI_IO || this->func == XPT_NVME_IO || this->func == XPT_NVME_ADMIN || this->fu…
53 this->trace = 0;
60 /this->trace && this->func != XPT_ASYNC/
[all …]
H A Dmps.d283 this->ccb = (union ccb *)arg0;
284 this->func = this->ccb->ccb_h.func_code & 0xff;
285 this->periph = this->ccb->ccb_h.path->periph;
286 this->cm = (struct mps_command *)arg1;
287 this->rep = (MPI2_SCSI_IO_REPLY *)this->cm->cm_reply;
288 this->sassc_flags = arg2;
289 this->device_info = arg3;
290 this->trace = 0;
291 this->do_fast = 0;
296 /this->periph->unit_number == 1 || this->periph->unit_number == 2/
[all …]
H A Dmpr.d283 this->ccb = (union ccb *)arg0;
284 this->func = this->ccb->ccb_h.func_code & 0xff;
285 this->periph = this->ccb->ccb_h.path->periph;
286 this->cm = (struct mpr_command *)arg1;
287 this->rep = (MPI2_SCSI_IO_REPLY *)this->cm->cm_reply;
288 this->sassc_flags = arg2;
289 this->device_info = arg3;
290 this->trace = 0;
291 this->do_fast = 0;
296 /this->periph->unit_number == 1 || this->periph->unit_number == 2/
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h131 reinterpret_cast<const char *>(this) + in getFirstEl()
144 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall()
148 this->BeginX = getFirstEl(); in resetToSmall()
149 this->Size = this->Capacity = 0; // FIXME: Setting Capacity to 0 is suspect. in resetToSmall()
161 return isReferenceToRange(V, this->begin(), this->end()); in isReferenceToStorage()
169 return !LessThan(First, this->begin()) && !LessThan(Last, First) && in isRangeInStorage()
170 !LessThan(this->end(), Last); in isRangeInStorage()
181 if (NewSize <= this->size()) in isSafeToReferenceAfterResize()
182 return Elt < this->begin() + NewSize; in isSafeToReferenceAfterResize()
185 return NewSize <= this->capacity(); in isSafeToReferenceAfterResize()
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h134 static_cast<uint32_t>(round_to_digit) >= this->num_digits) { in should_round_up()
150 if (this->digits[round_to_digit] == 5 && in should_round_up()
151 static_cast<uint32_t>(round_to_digit + 1) == this->num_digits) { in should_round_up()
155 if (this->truncated) { in should_round_up()
163 return this->digits[round_to_digit - 1] % 2 != 0; in should_round_up()
167 return this->digits[round_to_digit] >= 5; in should_round_up()
178 if (digit_index >= this->num_digits) { in get_num_new_digits()
181 if (this->digits[digit_index] != in get_num_new_digits()
184 ((this->digits[digit_index] < in get_num_new_digits()
196 while (this->num_digits > 0 && this->digits[this->num_digits - 1] == 0) { in trim_trailing_zeroes()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h42 void setEnd(T *P) { this->End = P; } in setEnd()
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()
191 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append()
192 this->grow(C, this->size()+NumInputs); in append()
197 std::uninitialized_copy(in_start, in_end, this->end()); in append()
198 this->setEnd(this->end() + NumInputs); in append()
204 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append()
[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/contrib/llvm-project/libcxx/include/__cxx03/__ostream/
H A Dbasic_ostream.h51 this->init(__sb); in basic_ostream()
74 return __pf(*this);
79 __pf(*this);
80 return *this;
84 __pf(*this);
85 return *this;
158 this->move(__rhs); in basic_ostream()
164 return *this;
176 sentry __s(*this);
186 _Op __o(*this);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwbuffer_convert.h135 if (this->gptr() == 0) in underflow()
136 this->setg(std::addressof(__1buf), std::addressof(__1buf) + 1, std::addressof(__1buf) + 1); in underflow()
137 …const size_t __unget_sz = __initial ? 0 : std::min<size_t>((this->egptr() - this->eback()) / 2, 4); in underflow()
139 if (this->gptr() == this->egptr()) { in underflow()
140 std::memmove(this->eback(), this->egptr() - __unget_sz, __unget_sz * sizeof(char_type)); in underflow()
142 streamsize __nmemb = static_cast<streamsize>(this->egptr() - this->eback() - __unget_sz); in underflow()
143 __nmemb = __bufptr_->sgetn((char*)this->eback() + __unget_sz, __nmemb); in underflow()
145 this->setg(this->eback(), this->eback() + __unget_sz, this->eback() + __unget_sz + __nmemb); in underflow()
146 __c = *this->gptr(); in underflow()
156 … streamsize __nmemb = std::min(static_cast<streamsize>(this->egptr() - this->eback() - __unget_sz), in underflow()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h73 getDarwinDefines(Builder, Opts, Triple, this->PlatformName, in getOSDefines()
74 this->PlatformMinVersion); in getOSDefines()
82 this->TLSSupported = false; in DarwinTargetInfo()
85 this->TLSSupported = !Triple.isMacOSXVersionLT(10, 7); in DarwinTargetInfo()
90 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
93 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
95 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
99 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
101 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
105 this->TLSSupported = true; in DarwinTargetInfo()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d28 this->value = (int *)alloca(sizeof (int));
29 *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,
[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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d41 this->f = (foo_t *)alloca(sizeof (foo_t));
43 this->f->a[0] = 1;
44 this->f->a[1] = 2;
45 this->f->a[2] = 3;
46 this->f->b[0] = 'a';
47 this->f->b[1] = 'b';
48 this->f->b[2] = 0;
49 this->f->c[0].alpha = 5;
50 this->f->c[1].alpha = 6;
51 this->f->c[2].alpha = 7;
[all …]

12345678910>>...206