Home
last modified time | relevance | path

Searched refs:this (Results 4951 - 4975 of 5678) sorted by relevance

1...<<191192193194195196197198199200>>...228

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h89 /// A reference to an Interned FoldingSetNodeID for this node.
92 /// The size of this list is not expected to be big so it won't introduce
140 /// instead the info is kept off to the side in this structure. Each SDNode may
289 /// the DAG can optionally implement this interface. This allows the clients
300 DAG.UpdateListeners = this; in DAGUpdateListener()
304 assert(DAG.UpdateListeners == this && in ~DAGUpdateListener()
336 /// any illegally typed nodes generated after this point will not experience
363 /// The args to this function are the same as the args to SDNodeT's
369 // The compiler can reduce this expression to a constant iff we pass an in getSyntheticNodeSubclassData()
406 /// Prepare this SelectionDA
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.c1003 * only when we read their lprops, and we do this only lazily, upon the in dbg_save_space_info()
1122 * calling this function.
1191 * direntry/xentry referred by @zbr2. Returns zero if this is true, %1 if not,
1280 * @zbr: zbranch which points to this znode
1529 * If the last key of this znode is equivalent to the first key in dbg_check_tnc()
1579 * It would be better if this function removed every znode it pulled to into
1765 * @references: how many directory/xattr entries refer this inode (calculated
1774 * @xattr_nms: sum of lengths of all extended attribute names belonging to this
1851 * be out-of-date. If we do not do this, the following may happen, for in add_inode()
2023 /* If this i in check_leaf()
2170 struct rb_node *this = rb_first(&fsckd->inodes); check_inodes() local
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddebug.c1003 * only when we read their lprops, and we do this only lazily, upon the in dbg_save_space_info()
1122 * calling this function.
1191 * direntry/xentry referred by @zbr2. Returns zero if this is true, %1 if not,
1280 * @zbr: zbranch which points to this znode
1529 * If the last key of this znode is equivalent to the first key in dbg_check_tnc()
1579 * It would be better if this function removed every znode it pulled to into
1765 * @references: how many directory/xattr entries refer this inode (calculated
1774 * @xattr_nms: sum of lengths of all extended attribute names belonging to this
1851 * be out-of-date. If we do not do this, the following may happen, for in add_inode()
2023 /* If this i in check_leaf()
2170 struct rb_node *this = rb_first(&fsckd->inodes); check_inodes() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
23 /* To compile this assembly code:
306 // Rewind the PC to prevent this from occurring.
519 // Write HWREGs with 16 VGPR lanes. TTMPs occupy space after this.
/third_party/skia/third_party/externals/libpng/
H A Dconfigure23 # is contrary to our usage. Disable this feature.
142 # neutralization value for shells without unset; and this also
155 # Admittedly, this is quite paranoid, since all the known shells bail
160 # We don't want this to propagate to other subprocesses.
167 # is contrary to our usage. Disable this feature.
251 # neutralization value for shells without unset; and this also
264 # Admittedly, this is quite paranoid, since all the known shells bail
279 $0: system, including any error possibly output before this
505 # original and so on. Autoconf is especially sensitive to this).
590 # Identity of this packag
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm413 ; dc-only - this is special, since for 4x4 12bpp, the max coef size is
597 ; the following line has not been executed at the end of this macro:
789 ; dc-only - unfortunately, this one can overflow, since coefs are 18+sign
847 ; the following line has not been executed at the end of this macro:
1258 ; dc-only - unfortunately, this one can overflow, since coefs are 19+sign
2028 ; dc-only - unfortunately, this one can overflow, since coefs are 19+sign
/third_party/node/deps/v8/src/ast/
H A Dast.h2 // Use of this source code is governed by a BSD-style license that can be
243 // that this also checks for loads of the global "undefined" variable.
303 // TODO(verwaest): Reconsider this optimization now that the tracking of labels
410 ? static_cast<NestedVariableDeclaration*>(this) in AsNested()
775 // Prediction of whether exceptions thrown into the handler for this try block
780 // later compiled into the code's handler table. The runtime uses this
784 // If this try/catch statement is meant to rethrow (HandlerTable::UNCAUGHT),
805 // If this handler is not going to simply rethrow the exception, this method
808 // In the normal use case, this fla
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2 // Use of this source code is governed by a BSD-style license that can be
1844 return Instruction::InstructionBits<T>(reinterpret_cast<const byte*>(this)); in InstructionBits()
1847 return *reinterpret_cast<const Instr*>(this); in InstructionBits()
1853 Instruction::SetInstructionBits<T>(reinterpret_cast<const byte*>(this), in SetInstructionBits()
1857 *reinterpret_cast<Instr*>(this) = value; in SetInstructionBits()
1881 return Instruction::InstructionLength(reinterpret_cast<const byte*>(this)); in InstructionLength()
1885 return Instruction::S390OpcodeValue(reinterpret_cast<const byte*>(this)); in S390OpcodeValue()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h2 // Use of this source code is governed by a BSD-style license that can be
40 // normalized before calling this function such that the highest set bit in the
63 // could make it overflow. With ties-to-even rounding, this value would become in FPRound()
126 // Apply the exponent bias to encode it for the result. Doing this early makes in FPRound()
181 // Clear the topmost mantissa bit, since this is not encoded in IEEE-754 in FPRound()
200 // A very large mantissa can overflow during rounding. If this happens, in FPRound()
203 // has the nice side-effect that this case is handled for free. in FPRound()
357 // TODO(all): Make this return a map of updated bytes, so that we can
571 return *this; in SignedSaturate()
583 return *this; in UnsignedSaturate()
[all...]
/third_party/rust/crates/syn/src/
H A Dexpr.rs20 /// This type is a syntax tree enum. In Syn this and other syntax tree enums
61 /// // Repetitive; recommend not doing this.
770 (Member::Named(this), Member::Named(other)) => this == other, in eq()
771 (Member::Unnamed(this), Member::Unnamed(other)) => this == other, in eq()
1097 /// The Rust grammar's choices around which way this ambiguity is
1115 /// // but could equally well have been this other arbitrary choice:
1163 let this = *self as u8; in partial_cmp()
1165 Some(this in partial_cmp()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_property.h4 * you may not use this file except in compliance with the License.
236 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this));
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h4 * you may not use this file except in compliance with the License.
66 return MakeRefPtr<GestureEventHub>(WeakClaim(this)); in CreateGestureEventHub()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h4 * you may not use this file except in compliance with the License.
150 [wp = WeakClaim(this)](
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_property.h4 * you may not use this file except in compliance with the License.
56 paintProperty->UpdatePaintProperty(this);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h4 * you may not use this file except in compliance with the License.
30 return this; \
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h4 * you may not use this file except in compliance with the License.
260 mediaUpdateCallback_(this); in MediaQueryCallback()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h4 * you may not use this file except in compliance with the License.
493 new (this) KeyEvent(code, action, pCodes, repeatTime, time, 0, deviceId, sourceType, enhanceData); in KeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.h4 * you may not use this file except in compliance with the License.
69 auto textPickerPaintMethod = MakeRefPtr<TextPickerPaintMethod>(WeakClaim(this));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_property.h4 * you may not use this file except in compliance with the License.
249 value->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this));
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h4 * you may not use this file except in compliance with the License.
492 return !(*this == other); in operator !=()
H A Dtransition_property.h4 * you may not use this file except in compliance with the License.
245 return *this; in operator =()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h4 * you may not use this file except in compliance with the License.
485 return !(*this == config);
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h4 * you may not use this file except in compliance with the License.
180 // Todo, this is assuming moderate size of hierarchy, may have to rethink the recursion if that is not the case
183 // Todo, this is assuming moderate size of hierarchy, may have to rethink the recursion if that is not the case
201 // from application thread to engine thread. Still this can go wrong if subsequent events are not recorded in
217 // this can take place throud two different routes, either the node is explicitly requested from the scene or
224 // this is either through de-serialization or c++ api
254 handle_ = node->OnBound()->AddHandler(META_NS::MakeCallback<META_NS::IOnChanged>([this]() { in NodeMonitor()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h4 * you may not use this file except in compliance with the License.
221 void SetActiveTextureUnit(uint32_t textureUnit); // hide this.
341 #error Core::DeviceBackendType::OPENGL not implemented for this platform yet.
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H A Dlogger.h4 * you may not use this file except in compliance with the License.
119 return *this; in operator <<()

Completed in 41 milliseconds

1...<<191192193194195196197198199200>>...228