Home
last modified time | relevance | path

Searched refs:this (Results 226 - 250 of 2745) sorted by relevance

12345678910>>...110

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStatistic.h16 // simplified, optimized or removed by various transformations, like this:
61 // Allow use of this class as the value itself.
92 return *this; in operator +=()
99 return *this; in operator -=()
107 return *this; in operator =()
111 return *this; in operator ++()
119 return *this; in operator --()
127 return *this; in operator +=()
131 return *this; in operator -=()
141 TsanHappensAfter(this); in init()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlist.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
38 * Do note that this means that the list nodes will contain pointers into the
106 * Is this the sentinel at the tail of the list?
111 * Is this the sentinel at the head of the list?
209 return exec_node_get_next_const(this); in get_next()
214 return exec_node_get_next(this); in get_next()
219 return exec_node_get_prev_const(this); in get_prev()
224 return exec_node_get_prev(this); in get_prev()
229 exec_node_remove(this); in remove()
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h2 // Use of this source code is governed by a BSD-style license that can be
95 * IsEmpty() will return true after this call.
114 return Local<T>::New(isolate, *this); in Get()
119 return internal::HandleHelper::EqualHandles(*this, that); in operator ==()
124 return internal::HandleHelper::EqualHandles(*this, that); in operator ==()
138 * Install a finalization callback on this object.
145 * called in this callback. In case additional work involving V8 needs to be
155 * Turns this handle into a weak phantom handle without finalization callback.
164 // TODO(dcarney): remove this.
184 * Returns the class ID previously assigned to this handl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h10 // simplifying how MachineInstr's are created. It allows use of code like this:
78 /// If conversion operators fail, use this method to get the MachineInstr
103 return *this; in addReg()
113 /// `RegState::Define` when calling this function.
124 return *this; in addImm()
129 return *this; in addCImm()
134 return *this; in addFPImm()
140 return *this; in addMBB()
145 return *this; in addFrameIndex()
152 return *this; in addConstantPoolIndex()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBitVector.h44 SmallBitVector(const SmallBitVector &BV) { *this = BV; } in SmallBitVector()
47 if (&BV != this) { in operator =()
51 return *this; in operator =()
66 Reference &operator=(const Reference &Rhs) { return *this = (bool)Rhs; } in operator =()
73 return *this; in operator =()
116 this->Size = Size;
124 void set(unsigned Idx) { (*this)[Idx] = true; }
128 (*this)[ii] = true;
150 SmallBitVector Ret = *this;
161 return *this;
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Diterator.h24 /// Use this when it is reasonable to implement most of the iterator
26 /// there are performance implications for this, you may want to override the
29 /// Note, one abstraction that this does *not* provide is implementing
32 /// designs where this doesn't work well. It doesn't really force much added
35 /// Another abstraction that this doesn't provide is implementing increment in
97 "Must pass the derived type to this template!"); in operator +()
101 DerivedT tmp = *static_cast<const DerivedT *>(this); in operator +()
115 DerivedT tmp = *static_cast<const DerivedT *>(this); in operator -()
122 "Must pass the derived type to this template!"); in operator ++()
123 return static_cast<DerivedT *>(this) in operator ++()
[all...]
H A DBitVector.h48 auto Prev = *this; in operator ++()
55 return *this; in operator ++()
103 *this = bool(t); in operator =()
104 return *this; in operator =()
112 return *this; in operator =()
124 return const_set_bits_iterator(*this); in set_bits_begin()
127 return const_set_bits_iterator(*this, -1); in set_bits_end()
165 /// empty - Tests whether there are no bits in this bitvector.
168 /// size - Returns the number of bits in this bitvector.
400 return *this; in set()
[all...]
/third_party/skia/src/gpu/
H A DGrStyle.h4 * Use of this source code is governed by a BSD-style license that can be
82 this->initPathEffect(std::move(pe)); in GrStyle()
88 this->initPathEffect(paint.refPathEffect()); in GrStyle()
93 this->initPathEffect(paint.refPathEffect()); in GrStyle()
100 return *this; in operator =()
113 /** Is this style a fill with no path effect? */
116 /** Is this style a hairline with no path effect? */
124 bool hasNonDashPathEffect() const { return fPathEffect.get() && !this->isDashed(); } in hasNonDashPathEffect()
128 SkASSERT(this->isDashed()); in dashPhase()
132 SkASSERT(this in dashIntervalCnt()
[all...]
H A DGrWindowRectangles.h4 * Use of this source code is governed by a BSD-style license that can be
19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; } in GrWindowRectangles()
20 ~GrWindowRectangles() { SkSafeUnref(this->rec()); } in ~GrWindowRectangles()
31 SkIRect& addWindow(const SkIRect& window) { return this->addWindow() = window; } in addWindow()
34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); } in operator !=()
64 SkSafeUnref(this->rec()); in reset()
69 SkSafeUnref(this->rec()); in operator =()
76 return *this; in operator =()
81 return *this; in makeOffset()
93 windows[i] = this in makeOffset()
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLLiteral.h4 * Use of this source code is governed by a BSD-style license that can be
81 SkASSERT(this->type().isFloat()); in floatValue()
86 SkASSERT(this->type().isInteger()); in intValue()
91 SkASSERT(this->type().isBoolean()); in boolValue()
100 if (this->type().isFloat()) {
101 return to_string(this->floatValue());
103 if (this->type().isInteger()) {
104 return to_string(this->intValue());
106 SkASSERT(this->type().isBoolean());
119 if (!other.is<Literal>() || this
[all...]
H A DSkSLSwizzle.h4 * Use of this source code is governed by a BSD-style license that can be
31 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4); in Swizzle()
64 return this->base()->hasProperty(property);
68 return std::unique_ptr<Expression>(new Swizzle(&this->type(), this->base()->clone(),
69 this->components()));
73 String result = this->base()->description() + ".";
74 for (int x : this->components()) {
85 SkASSERT(this in Swizzle()
[all...]
/third_party/skia/src/pathops/
H A DSkOpContour.h4 * Use of this source code is governed by a BSD-style license that can be
30 appendSegment().addConic(pts, weight, this); in addConic()
34 appendSegment().addCubic(pts, this); in addCubic()
39 return appendSegment().addLine(pts, this); in addLine()
43 appendSegment().addQuad(pts, this); in addQuad()
47 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>() in appendSegment()
87 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr); in debugAngle()
91 return this->globalState()->coincidence(); in debugCoincidence()
99 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr); in debugContour()
109 return SkDEBUGRELEASE(this in debugPtT()
[all...]
/third_party/skia/include/codec/
H A DSkCodec.h4 * Use of this source code is governed by a BSD-style license that can be
48 * An SkStream passed to NewFromStream must be able to use this many
53 * this many bytes, or by implementing rewind() to be able to rewind()
54 * after reading this many bytes.
96 * Fulfilling this request requires rewinding the input, which is not
97 * supported for this input.
105 * This method is not implemented by this codec.
106 * FIXME: Perhaps this should be kUnsupported?
135 * If this stream represents an encoded image that we know how to decode,
138 * As stated above, this cal
[all...]
/third_party/backends/backend/
H A Dhp-scl.c16 along with this program. If not, see <https://www.gnu.org/licenses/>.
19 additional uses of the libraries contained in this release of SANE.
22 to produce an executable, this does not by itself cause the
33 those changes may be distributed with this exception intact.
36 whether to permit this exception to apply to your modifications.
37 If you do not wish that, delete this exception notice.
236 if (!asHpOpenFd[iCount].devname) /* Is this entry free ? */ in hp_AddOpenDevice()
296 hp_nonscsi_write (HpScsi this, hp_byte_t *data, size_t len, HpConnect connect) in hp_nonscsi_write() argument
307 n = write (this->fd, data, len); in hp_nonscsi_write()
311 n = sanei_pio_write (this in hp_nonscsi_write()
336 hp_nonscsi_read(HpScsi this, hp_byte_t *data, size_t *len, HpConnect connect, int __sane_unused__ isResponse) hp_nonscsi_read() argument
537 hp_scsi_close(HpScsi this, int completely) hp_scsi_close() argument
670 sanei_hp_scsi_destroy(HpScsi this,int completely) sanei_hp_scsi_destroy() argument
683 sanei_hp_scsi_inq(HpScsi this) sanei_hp_scsi_inq() argument
689 sanei_hp_scsi_vendor(HpScsi this) sanei_hp_scsi_vendor() argument
698 sanei_hp_scsi_model(HpScsi this) sanei_hp_scsi_model() argument
708 sanei_hp_scsi_devicename(HpScsi this) sanei_hp_scsi_devicename() argument
813 sanei_hp_scsi_get_connect(HpScsi this) sanei_hp_scsi_get_connect() argument
821 hp_scsi_flush(HpScsi this) hp_scsi_flush() argument
851 hp_scsi_room(HpScsi this) hp_scsi_room() argument
857 hp_scsi_need(HpScsi this, size_t need) hp_scsi_need() argument
868 hp_scsi_write(HpScsi this, const void *data, size_t len) hp_scsi_write() argument
892 hp_scsi_scl(HpScsi this, HpScl scl, int val) hp_scsi_scl() argument
916 hp_scsi_read_slow(HpScsi this, void * dest, size_t *len) hp_scsi_read_slow() argument
965 hp_scsi_read(HpScsi this, void * dest, size_t *len, int isResponse) hp_scsi_read() argument
1469 sanei_hp_scsi_pipeout(HpScsi this, int outfd, HpProcessData *procdata) sanei_hp_scsi_pipeout() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSubtargetFeature.h61 return *this; in set()
65 // GCC <6.2 crashes if this is written in a single statement. in set()
68 return *this; in set()
72 // GCC <6.2 crashes if this is written in a single statement. in reset()
75 return *this; in reset()
79 // GCC <6.2 crashes if this is written in a single statement. in flip()
82 return *this; in flip()
90 constexpr bool test(unsigned I) const { return (*this)[I]; } in test()
109 return *this; in operator ^=()
112 FeatureBitset Result = *this; in operator ^()
[all...]
/third_party/skia/include/core/
H A DSkStream.h4 * Use of this source code is governed by a BSD-style license that can be
64 return this->read(nullptr, size); in skip()
69 * If this stream supports peeking, copy min(size, peekable bytes) into
73 * The stream is guaranteed to be in the same visible state after this
92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8()
93 bool SK_WARN_UNUSED_RESULT readU16(uint16_t* i) { return this->readS16((int16_t*)i); } in readU16()
94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32()
98 if (!this->readU8(&i)) { return false; } in readBool()
107 * to be at the beginning after this call returns.
111 /** Duplicates this strea
[all...]
H A DSkSpan.h4 * Use of this source code is governed by a BSD-style license that can be
39 return *this;
42 SkASSERT(i < this->size());
49 constexpr auto rbegin() const { return std::make_reverse_iterator(this->end()); }
50 constexpr auto rend() const { return std::make_reverse_iterator(this->begin()); } in rend()
51 constexpr T* data() const { return this->begin(); } in data()
56 SkASSERT(prefixLen <= this->size()); in first()
60 SkASSERT(postfixLen <= this->size()); in last()
61 return SkSpan{fPtr + (this->size() - postfixLen), postfixLen}; in last()
64 SkASSERT(offset <= this in subspan()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h50 // Change is the key in this framework. Until a state of no-change, thus a
253 bool operator!=(const IRPosition &RHS) const { return !(*this == RHS); } in operator !=()
255 /// Return the value this abstract attribute is anchored with.
325 /// Return the value this abstract attribute is associated with.
339 /// Return the index in the attribute list for this position.
372 "Expected (call site) arguments to never reach this point!"); in getPositionKind()
380 /// will affect this one. See also getAttrs(...).
382 /// e.g., the function position if this is an
388 /// position that will affect this one. While each position can only have a
393 /// e.g., the function position if this i
[all...]
/third_party/gn/src/base/containers/
H A Dcircular_deque.h2 // Use of this source code is governed by a BSD-style license that can be
123 // Start allocating nonempty buffers with this many entries. This is the
155 const value_type& operator[](difference_type i) const { return *(*this + i); } in operator []()
160 return *this; in operator ++()
163 circular_deque_const_iterator ret = *this; in operator ++()
169 return *this; in operator --()
172 circular_deque_const_iterator ret = *this; in operator --()
187 return *this; in operator +=()
198 return *this; in operator -=()
281 // this cas in Add()
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h2 // Use of this source code is governed by a BSD-style license that can be
535 // On LOONG64 we use this enum to abstract from conditional branch instructions.
591 // for condition < 0, this will work as expected.
725 return *reinterpret_cast<const Instr*>(this);
730 *reinterpret_cast<Instr*>(this) = value;
757 return this->Bits(kRjShift + kRjBits - 1, kRjShift);
761 return this->Bits(kRkShift + kRkBits - 1, kRkShift);
765 return this->Bits(kRdShift + kRdBits - 1, kRdShift);
769 return this->Bits(kSaShift + kSa2Bits - 1, kSaShift);
773 return this
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h2 // Use of this source code is governed by a BSD-style license that can be
50 return ACQUIRE_READ_FIELD(*this, kLengthOffset); in unchecked_length()
68 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get()
74 return TaggedField<Object>::Relaxed_Load(cage_base, *this, in get()
92 RELAXED_WRITE_FIELD(*this, offset, value); in set()
101 RELAXED_WRITE_FIELD(*this, offset, value); in set()
102 WRITE_BARRIER(*this, offset, value); in set()
109 RELAXED_WRITE_FIELD(*this, offset, value); in set()
110 CONDITIONAL_WRITE_BARRIER(*this, offset, value, mode); in set()
124 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get()
[all...]
/third_party/glslang/glslang/Include/
H A DInfoSink.h10 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following
19 // from this software without specific prior written permission.
72 TInfoSinkBase& operator<<(const TPersistString& t) { append(t); return *this; } in operator <<()
73 TInfoSinkBase& operator<<(char c) { append(1, c); return *this; } in operator <<()
74 TInfoSinkBase& operator<<(const char* s) { append(s); return *this; } in operator <<()
75 TInfoSinkBase& operator<<(int n) { append(String(n)); return *this; } in operator <<()
76 TInfoSinkBase& operator<<(unsigned int n) { append(String(n)); return *this; } in operator <<()
80 return *this; } in operator <<()
81 TInfoSinkBase& operator+(const TPersistString& t) { append(t); return *this; } in operator +()
[all...]
/third_party/skia/include/gpu/vk/
H A DGrVkTypes.h5 * Use of this source code is governed by a BSD-style license that can be
37 VkDeviceSize fSize = 0; // this can be indeterminate iff Tex uses borrow semantics
64 if (!this->isValid() && !that.isValid()) { in operator ==()
67 return this->fFormat == that.fFormat && in operator ==()
68 this->fExternalFormat == that.fExternalFormat && in operator ==()
69 this->fYcbcrModel == that.fYcbcrModel && in operator ==()
70 this->fYcbcrRange == that.fYcbcrRange && in operator ==()
71 this->fXChromaOffset == that.fXChromaOffset && in operator ==()
72 this->fYChromaOffset == that.fYChromaOffset && in operator ==()
73 this in operator ==()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
69 /* Type of this CFG edge. Because bblock_link_logical also implies
237 return bblock_start(this); in start()
243 return bblock_start_const(this); in start()
249 return bblock_end(this); in end()
255 return bblock_end_const(this); in end()
261 return bblock_next(this); in next()
267 return bblock_next_const(this); in next()
273 return bblock_prev(this); in prev()
[all...]
/third_party/skia/src/core/
H A DSkArenaAlloc.h4 * Use of this source code is governed by a BSD-style license that can be
128 objStart = this->allocObject(size, alignment);
131 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment);
142 this->installFooter(releaser, padding);
145 // This must be last to make objects with nested use of this allocator work.
151 return this->make([&](void* objStart) { in make()
158 T* array = this->allocUninitializedArray<T>(count);
168 T* array = this->allocUninitializedArray<T>(count);
178 T* array = this->allocUninitializedArray<T>(count);
188 auto objStart = this
[all...]

Completed in 19 milliseconds

12345678910>>...110