Home
last modified time | relevance | path

Searched refs:this (Results 2776 - 2800 of 4513) sorted by relevance

1...<<111112113114115116117118119120>>...181

/third_party/skia/tools/
H A DToolUtils.h4 * Use of this source code is governed by a BSD-style license that can be
166 // check that the topological sort is valid for this node
260 this->reset(pm); in PixelIter()
276 this->setDone(); in next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h35 /// location and their operands are defined at this location.
42 /// Clients should create an instance of this class when rewriting is needed,
69 /// When this is non-null, addrecs expanded in the loop it indicates should
74 /// increment at this position.
116 SE->InsertPointGuards.push_back(this); in SCEVInsertPointGuard()
123 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()
178 /// going to expand this expression. Sometimes this knowledge can lead to a
216 /// Generates a code sequence that evaluates this predicate. The inserted
307 /// check whether S can be expanded cheaply. If this return
[all...]
H A DTargetLibraryInfo.h255 return *this; in operator =()
260 return *this; in operator =()
383 /// If we try to invalidate this info, just return false. It cannot become
403 /// Note that this pass's result cannot be invalidated, it is immutable for the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h44 /// value this partial mapping covers.
49 /// Number of bits at which this partial mapping starts in the
54 /// Length of this mapping in bits. This is how many bits this
70 /// significant bit that this partial mapping covers.
73 /// Print this partial mapping on dbgs() stream.
76 /// Print this partial mapping on \p OS;
81 /// there is no way this mapping is valid.
148 /// Number of partial mapping to break down this value.
157 /// as this instanc
[all...]
/third_party/tzdata/
H A Dtzselect.ksh24 # January 2027) this script avoids some POSIX features and common
38 # if VALUE contains \, ", or newline, awk scripts in this file use:
88 Output this help.
104 # Do this inside 'eval', as otherwise the shell might exit when parsing it
449 # so this works even with "*", which should not happen.
808 You can make this change permanent for yourself by appending the line
812 Here is that TZ value again, this time on standard output so that you
/third_party/skia/modules/skottie/src/
H A DSkottiePriv.h4 * Use of this source code is governed by a BSD-style license that can be
143 this->attachDiscardableAdapter(std::move(adapter)); in node()
155 this->updateContext(observer, obj); in AutoPropertyTracker()
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlRenderCommandEncoder.h4 * Use of this source code is governed by a BSD-style license that can be
71 this->setVertexBufferOffset(offset, index); in setVertexBuffer()
97 this->setFragmentBufferOffset(offset, index);
/third_party/skia/include/gpu/
H A DGrBackendSurface.h4 * Use of this source code is governed by a BSD-style license that can be
52 // SkSurfaceCharacterization always needs a minimal version of this
121 bool operator!=(const GrBackendFormat& that) const { return !(*this == that); } in operator !=()
136 * If the backend API is GL this gets the format as a GrGLFormat. Otherwise, returns
144 * If the backend API is Vulkan this gets the format as a VkFormat and returns true. Otherwise,
154 * If the backend API is Dawn this gets the format as a wgpu::TextureFormat and returns true.
162 * If the backend API is Metal this gets the format as a GrMtlPixelFormat. Otherwise,
170 * If the backend API is Direct3D this gets the format as a DXGI_FORMAT and returns true.
179 * kUnknown, the compression type is not kNone, or this is a mock stencil format.
313 bool hasMipMaps() const { return this
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h4 * you may not use this file except in compliance with the License.
652 extensionHandler_->AttachFrameNode(this); in SetDrawModifier()
754 layoutProperty_->SetHost(WeakClaim(this)); in SetLayoutProperty()
768 * @brief Get the index of Child among all FrameNode children of [this].
849 if (AceType::InstanceOf<T>(this)) { in FindFocusChildNodeOfClass()
850 auto target = DynamicCast<FrameNode>(this); in FindFocusChildNodeOfClass()
854 return Claim(AceType::DynamicCast<T>(this)); in FindFocusChildNodeOfClass()
894 extensionHandler_->AttachFrameNode(this); in SetExtensionHandler()
981 // this flag will be used to refresh the transform matrix cache if it's dirty
1028 // this metho
[all...]
/foundation/graphic/graphic_3d/kits/js/include/napi/
H A Dnapi_api.h4 * you may not use this file except in compliance with the License.
736 return *this;
740 if (&ref != this) { in operator =()
748 return *this; in operator =()
834 return *this;
838 if (&ref != this) { in operator =()
846 return *this; in operator =()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dam65-cpts.c229 struct list_head *this, *next; in am65_cpts_cpts_purge_events() local
233 list_for_each_safe(this, next, &cpts->events) { in am65_cpts_cpts_purge_events()
234 event = list_entry(this, struct am65_cpts_event, list); in am65_cpts_cpts_purge_events()
687 struct list_head *this, *next; in am65_cpts_find_ts() local
696 list_for_each_safe(this, next, &events) { in am65_cpts_find_ts()
697 event = list_entry(this, struct am65_cpts_event, list); in am65_cpts_find_ts()
790 * The periodic FIFO check will handle this. in am65_cpts_tx_timestamp()
/kernel/linux/linux-5.10/drivers/usb/mon/
H A Dmon_bin.c229 static unsigned int mon_copy_to_buff(const struct mon_reader_bin *this, in mon_copy_to_buff() argument
248 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE; in mon_copy_to_buff()
250 if ((off += step_len) >= this->b_size) off = 0; in mon_copy_to_buff()
261 static int copy_from_buf(const struct mon_reader_bin *this, unsigned int off, in copy_from_buf() argument
280 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE; in copy_from_buf()
283 if ((off += step_len) >= this->b_size) off = 0; in copy_from_buf()
/kernel/linux/linux-6.6/drivers/usb/mon/
H A Dmon_bin.c232 static unsigned int mon_copy_to_buff(const struct mon_reader_bin *this, in mon_copy_to_buff() argument
251 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE; in mon_copy_to_buff()
253 if ((off += step_len) >= this->b_size) off = 0; in mon_copy_to_buff()
264 static int copy_from_buf(const struct mon_reader_bin *this, unsigned int off, in copy_from_buf() argument
283 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE; in copy_from_buf()
286 if ((off += step_len) >= this->b_size) off = 0; in copy_from_buf()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dam65-cpts.c244 struct list_head *this, *next; in am65_cpts_cpts_purge_events() local
248 list_for_each_safe(this, next, &cpts->events) { in am65_cpts_cpts_purge_events()
249 event = list_entry(this, struct am65_cpts_event, list); in am65_cpts_cpts_purge_events()
822 struct list_head *this, *next; in am65_cpts_find_ts() local
831 list_for_each_safe(this, next, &events) { in am65_cpts_find_ts()
832 event = list_entry(this, struct am65_cpts_event, list); in am65_cpts_find_ts()
925 * The periodic FIFO check will handle this. in am65_cpts_tx_timestamp()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h2 // Use of this source code is governed by a BSD-style license that can be
34 // even if the constant could be loaded with just one, so that this value is
179 // Deffer from li, this method save target to the memory, and then load
487 // return address (unless this is somehow accounted for by the called
641 // TODO(LOONG_dev): LOONG64 Remove this constant
716 UseScratchRegisterScope temps(this); in JumpIfEqual()
723 UseScratchRegisterScope temps(this); in JumpIfLessThan()
748 // Define a function entrypoint. This doesn't emit any code for this
798 // TODO(LOONG_dev): LOONG64: Remove this function once we stick with the
815 UseScratchRegisterScope temps(this); in PushRoot()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h4 // you may not use this file except in compliance with the License.
31 // (`absl::TimeZone` within this API). That is:
188 return *this *= x; in operator *=()
194 return *this /= x; in operator /=()
200 return *this *= x; in operator *=()
206 return *this /= x; in operator /=()
663 return *this; in operator +=()
667 return *this; in operator -=()
694 // should only access this data indirectly by way of FormatTime().
703 // Returns the breakdown of this instan
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.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:
44 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits
165 s_andn2_b32 s_save_status, s_save_status, SQ_WAVE_STATUS_SPI_PRIO_MASK //check whether this is for save
167 s_and_b32 s_save_trapsts, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
168 s_cbranch_scc1 L_SAVE //this is the operation for save
665 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
686 s_mov_b32 exec_lo, m0 //assuming exec_lo is not needed anymore from this point on
/kernel/linux/linux-6.6/fs/
H A Dlibfs.c378 * @whence: enumerator describing the starting position for this update
399 /* In this case, ->private_data is protected by f_pos_lock */ in offset_dir_llseek()
458 * entries during this call.
468 * in this directory when offset_readdir() is called again with @ctx.
482 /* In this case, ->private_data is protected by f_pos_lock */ in offset_readdir()
523 struct dentry *this = dget(dentry); in simple_recursive_removal() local
526 struct inode *inode = this->d_inode; in simple_recursive_removal()
529 if (d_is_dir(this)) in simple_recursive_removal()
531 while ((child = find_next_child(this, victim)) == NULL) { in simple_recursive_removal()
537 victim = this; in simple_recursive_removal()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.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:
67 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits
217 s_and_b32 ttmp2, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
218 s_cbranch_scc1 L_SAVE //this is the operation for save
313 // Rewind the PC to prevent this from occurring.
915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
935 s_mov_b32 exec_lo, m0 //assuming exec_lo is not needed anymore from this point on
H A Dcwsr_trap_handler_gfx8.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:
44 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits
165 s_andn2_b32 s_save_status, s_save_status, SQ_WAVE_STATUS_SPI_PRIO_MASK //check whether this is for save
167 s_and_b32 s_save_trapsts, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
168 s_cbranch_scc1 L_SAVE //this is the operation for save
666 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
687 s_mov_b32 exec_lo, m0 //assuming exec_lo is not needed anymore from this point on
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S24 so long as this entire notice is retained without alteration in any modified and/or
34 # Also, subroutine stubs exist in this file (_fpsp_done for
619 # If the exception is enabled, then this handler must create the #
622 # exceptions enabled, this handler must exit through the "callout" #
624 # can handle this case. #
626 # but the inexact exception was enabled, this handler must exit #
630 # overflow was disabled and the trace exception was enabled, this #
672 # will never take this exception.
749 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
768 frestore FP_SRC(%a6) # do this afte
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S24 so long as this entire notice is retained without alteration in any modified and/or
34 # Also, subroutine stubs exist in this file (_fpsp_done for
619 # If the exception is enabled, then this handler must create the #
622 # exceptions enabled, this handler must exit through the "callout" #
624 # can handle this case. #
626 # but the inexact exception was enabled, this handler must exit #
630 # overflow was disabled and the trace exception was enabled, this #
672 # will never take this exception.
749 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
768 frestore FP_SRC(%a6) # do this afte
[all...]
/kernel/linux/linux-5.10/fs/
H A Dnamei.c54 * this with calls to <fs>_follow_link().
71 * filesystems (including /proc) exhibit this behavior.
338 * We use "fsuid" for this, letting us set arbitrary permissions
391 * flag in inode->i_opflags, that says "this has not special
434 * this, letting us set arbitrary permissions for filesystem access without
680 * got stuck, so ref-walk may continue from there. If this is not successful
828 * Userspace could move the path outside the root after this in complete_walk()
829 * check, but as discussed elsewhere this is not a concern (the in complete_walk()
1361 * We don't need to re-check ->d_seq after this in __follow_mount_rcu()
1441 * dentries - as the matter of fact, this onl
2160 struct qstr this = { { .hash_len = hash_len }, .name = name }; link_path_walk() local
2494 lookup_one_len_common(const char *name, struct dentry *base, int len, struct qstr *this) lookup_one_len_common() argument
2542 struct qstr this; try_lookup_one_len() local
2569 struct qstr this; lookup_one_len() local
2598 struct qstr this; lookup_one_len_unlocked() local
2641 struct qstr this = QSTR_INIT("pts", 3); path_pts() local
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c277 u64 *last_time; /* time this event was last seen per cpu */
392 * optimize an existing RUN event by merging this one in add_sched_event_run()
474 * every task starts in sleeping state - this gets ignored in register_pid()
475 * if there's no wakeup pointing to this sleep state: in register_pid()
997 struct work_atoms *this; in __thread_latency_insert() local
1000 this = container_of(*new, struct work_atoms, node); in __thread_latency_insert()
1003 cmp = thread_lat_cmp(sort_list, data, this); in __thread_latency_insert()
1252 * skip in this case. in latency_wakeup_event()
1718 /* and then run additional processing needed for this command */ in perf_sched__process_fork_event()
1894 /* returns last time this even
3118 struct work_atoms *this; __merge_work_atoms() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c279 u64 *last_time; /* time this event was last seen per cpu */
394 * optimize an existing RUN event by merging this one in add_sched_event_run()
476 * every task starts in sleeping state - this gets ignored in register_pid()
477 * if there's no wakeup pointing to this sleep state: in register_pid()
1019 struct work_atoms *this; in __thread_latency_insert() local
1022 this = container_of(*new, struct work_atoms, node); in __thread_latency_insert()
1025 cmp = thread_lat_cmp(sort_list, data, this); in __thread_latency_insert()
1274 * skip in this case. in latency_wakeup_event()
1760 /* and then run additional processing needed for this command */ in perf_sched__process_fork_event()
1941 /* returns last time this even
3154 struct work_atoms *this; __merge_work_atoms() local
[all...]

Completed in 45 milliseconds

1...<<111112113114115116117118119120>>...181