Home
last modified time | relevance | path

Searched refs:this (Results 2751 - 2775 of 5710) sorted by relevance

1...<<111112113114115116117118119120>>...229

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsint.S54 | For details on the license for this file, please see the
55 | file, README, in this same directory.
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-clear_user.S23 * From perusing the source code context where this routine is called, it is
28 * may come along during the execution of this chunk of code, and we don't
58 # Note - we never actually use $2, so this is a moot computation
59 # and we can rewrite this later...
124 * staggered fashion, we can still do this loop in 5 fetches
H A Dudiv-qrnnd.S13 # compiled version of this file with other programs, and to distribute
14 # those programs without any restriction coming from the use of this
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dstanh.S52 | For details on the license for this file, please see the
53 | file, README, in this same directory.
H A Dsint.S54 | For details on the license for this file, please see the
55 | file, README, in this same directory.
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry.S232 bnz tracesys ; this never comes back
294 ; (i) If this signal causes coredump - full regfile needed
307 ; Ideally we want to discard the Callee reg above, however if this was
318 ; for single exit point from this block
322 ; Disable Interrupts from this point on
334 ; check if this task's NEED_RESCHED flag set
/kernel/linux/linux-6.6/arch/arm/lib/
H A Ddiv64.S115 @ (the 33th bit) this is a false positive so resume the loop.
139 @ divisor at this point since divisor can not be smaller than 3 here.
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c271 void descriptor_list_chain(struct sg_dma_desc_info *this, in descriptor_list_chain() argument
274 struct sg_dma_descriptor *d = this->last_desc_virt; in descriptor_list_chain()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dqconf.h152 ret = (ConfigItem *)_parent->child(_parent->indexOfChild(this)+1); in nextSibling()
155 ret = (ConfigItem *)_treeWidget->topLevelItem(_treeWidget->indexOfTopLevelItem(this)+1); in nextSibling()
H A DMakefile19 # We need this, in case the user has it in its environment
93 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dalim7101_wdt.c13 * because this particular WDT has a very short timeout (1.6
99 /* Ping the WDT (this is actually a disarm/arm sequence) */ in wdt_timer_ping()
306 static int wdt_restart_handle(struct notifier_block *this, unsigned long mode, in wdt_restart_handle() argument
332 static int wdt_notify_sys(struct notifier_block *this, in wdt_notify_sys() argument
387 pr_info("Detected old alim7101 revision 'a1d'. If this is a cobalt board, set the 'use_gpio' module parameter.\n"); in alim7101_wdt_init()
/kernel/linux/linux-5.10/fs/
H A Dfile_table.c128 * Be very careful using this. You are responsible for
130 * to this filp, if it is opened for write. If this is not
222 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo() local
226 path.dentry = d_alloc_pseudo(mnt->mnt_sb, &this); in alloc_file_pseudo()
319 * to complete, call this. The only user right now is the boot - we
345 * After this task has run exit_task_work(), in fput_many()
365 * for this specific struct file it won't involve anything that would
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dalim7101_wdt.c13 * because this particular WDT has a very short timeout (1.6
99 /* Ping the WDT (this is actually a disarm/arm sequence) */ in wdt_timer_ping()
306 static int wdt_restart_handle(struct notifier_block *this, unsigned long mode, in wdt_restart_handle() argument
332 static int wdt_notify_sys(struct notifier_block *this, in wdt_notify_sys() argument
387 pr_info("Detected old alim7101 revision 'a1d'. If this is a cobalt board, set the 'use_gpio' module parameter.\n"); in alim7101_wdt_init()
/kernel/linux/linux-6.6/drivers/reset/
H A Dreset-ma35d1.c128 static int ma35d1_restart_handler(struct notifier_block *this, unsigned long mode, void *cmd) in ma35d1_restart_handler() argument
131 container_of(this, struct ma35d1_reset_data, restart_handler); in ma35d1_restart_handler()
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dat91-reset.c115 static int at91_reset(struct notifier_block *this, unsigned long mode, in at91_reset() argument
118 struct at91_reset *reset = container_of(this, struct at91_reset, nb); in at91_reset()
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c271 void descriptor_list_chain(struct sg_dma_desc_info *this, in descriptor_list_chain() argument
274 struct sg_dma_descriptor *d = this->last_desc_virt; in descriptor_list_chain()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dqconf.h152 ret = (ConfigItem *)_parent->child(_parent->indexOfChild(this)+1); in nextSibling()
155 ret = (ConfigItem *)_treeWidget->topLevelItem(_treeWidget->indexOfTopLevelItem(this)+1); in nextSibling()
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak23 # libavcodec and the other libs dynamically. In this case
32 # one of these copies; this depends on the duplicated object files
/third_party/gn/src/base/memory/
H A Dscoped_refptr.h2 // Use of this source code is governed by a BSD-style license that can be
58 // count. Use this only for a newly created object whose reference count starts
104 // A smart pointer class for reference counted objects. Use this class instead
119 // // |foo| is released when this function returns
222 scoped_refptr& operator=(T* p) { return *this = scoped_refptr(p); } in operator =()
227 return *this;
/third_party/glslang/glslang/Include/
H A Darrays.h12 // notice, this list of conditions and the following disclaimer.
15 // copyright notice, this list of conditions and the following
21 // from this software without specific prior written permission.
98 return *this; in operator =()
123 // this should only happen for implicitly sized arrays, not specialization constants in changeFront()
159 // 'this' should currently not be holding anything, and copyNonFront
221 // in the type hierarchy is localized into this single cumulative object.
244 return *this; in operator =()
258 // this only makes sense in paths that have a known array size in getCumulativeSize()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcoll.h29 * 02/13/97 aliu Moved several methods out of this class and into
89 * You use this class to build searching and sorting routines for natural
175 * Use this to set the strength of a Collator object.<br>
180 * differences. Use this to set the strength of a Collator object.<br>
185 * comparison differences. Use this to set the strength of a Collator
239 * Returns true if "other" is the same as "this".
241 * The base class implementation returns true if "other" has the same type/class as "this":
242 * `typeid(*this) == typeid(other)`.
246 * if (this == &other) { return true; }
250 * (compare this v
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dieee.h7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
60 // The value encoded by this Double must be greater or equal to +0.0.
68 // The value encoded by this Double must be strictly greater than 0.
180 // Precondition: the value encoded by this Double must be greater or equal
187 // Computes the two boundaries of this.
190 // Precondition: the value encoded by this Double must be greater than 0.
193 DiyFp v = this->AsDiyFp(); in NormalizedBoundaries()
225 // once it's encoded into a double. In almost all cases this i
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-ieee.h12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following
19 // from this software without specific prior written permission.
74 // The value encoded by this Double must be greater or equal to +0.0.
82 // The value encoded by this Double must be strictly greater than 0.
194 // Precondition: the value encoded by this Double must be greater or equal
201 // Computes the two boundaries of this.
204 // Precondition: the value encoded by this Double must be greater than 0.
207 DiyFp v = this->AsDiyFp(); in NormalizedBoundaries()
239 // once it's encoded into a double. In almost all cases this i
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-promise.c4 * you may not use this file except in compliance with the License.
96 ecma_builtin_promise_reject (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_reject()
112 ecma_builtin_promise_resolve (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_resolve()
246 const ecma_value_t this, /**< this_arg of the function */ in ecma_builtin_promise_all_handler()
250 JERRY_UNUSED (this); in ecma_builtin_promise_all_handler()
493 ecma_builtin_promise_race_or_all (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_race_or_all()
499 return ecma_raise_type_error (ECMA_ERR_MSG ("'this' is not an object.")); in ecma_builtin_promise_race_or_all()
580 ecma_builtin_promise_race (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_race()
596 ecma_builtin_promise_all (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_all()
245 ecma_builtin_promise_all_handler(const ecma_value_t function, const ecma_value_t this, const ecma_value_t argv[], const ecma_length_t argc) ecma_builtin_promise_all_handler() argument
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper-internal.h2 // Use of this source code is governed by a BSD-style license that can be
160 public_view_.base = this; in GetPublicView()
196 public_view_.base = this; in GetPublicView()

Completed in 16 milliseconds

1...<<111112113114115116117118119120>>...229