/kernel/linux/linux-6.6/drivers/soc/litex/ |
H A D | litex_soc_ctrl.c | 75 static int litex_reset_handler(struct notifier_block *this, unsigned long mode, in litex_reset_handler() argument 79 container_of(this, struct litex_soc_ctrl_device, reset_nb); in litex_reset_handler()
|
/kernel/linux/linux-6.6/drivers/power/reset/ |
H A D | syscon-reboot.c | 25 static int syscon_restart_handle(struct notifier_block *this, in syscon_restart_handle() argument 29 container_of(this, struct syscon_reboot_context, in syscon_restart_handle()
|
H A D | ocelot-reset.c | 42 static int ocelot_restart_handle(struct notifier_block *this, in ocelot_restart_handle() argument 45 struct ocelot_reset_context *ctx = container_of(this, struct in ocelot_restart_handle()
|
H A D | gpio-restart.c | 26 static int gpio_restart_notify(struct notifier_block *this, in gpio_restart_notify() argument 30 container_of(this, struct gpio_restart, restart_handler); in gpio_restart_notify()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | octeon_edac-pc.c | 3 * License. See the file "COPYING" in the main directory of this archive 38 static int co_cache_error_event(struct notifier_block *this, in co_cache_error_event() argument 41 struct co_cache_error *p = container_of(this, struct co_cache_error, in co_cache_error_event()
|
/third_party/gn/src/base/win/ |
H A D | scoped_handle.h | 2 // Use of this source code is governed by a BSD-style license that can be 13 // TODO(rvargas): remove this with the rest of the verifier. 33 // this explicitly is necessary because of bug 528394 and VC++ 2015. 55 DCHECK_NE(this, &other); in operator =() 57 return *this; in operator =() 75 // Transfers ownership away from this object.
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | LiveTraverser.h | 11 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following 20 // from this software without specific prior written permission. 113 return true; // traverse this subtree in visitAggregate() 126 node->getTrueBlock()->traverse(this); in visitSelection() 128 node->getFalseBlock()->traverse(this); in visitSelection()
|
/third_party/benchmark/src/ |
H A D | mutex.h | 127 int entered_ = 0; // Number of threads that have entered this barrier 130 // entered the barrier. Returns iff this is the last thread to 138 auto cb = [this, phase_number_cp]() { in REQUIRES() 139 return this->phase_number_ > phase_number_cp || in REQUIRES()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_decimfmtprops.h | 22 // (When building DLLs for Windows this is required.) 40 // Using this wrapper is rather unfortunate, but is needed on Windows platforms in order to allow 55 if (this != &other && // self-assignment: no-op in operator =() 59 return *this; in operator =()
|
/third_party/mbedtls/scripts/ |
H A D | lcov.sh | 18 3. Run this script from the parent of the directory containing the library 24 -r Reset traces. Run this before re-testing to get fresh measurements.
|
/third_party/lame/misc/ |
H A D | lame4dos.bat | 4 rem - put this Batch-Command on your Desktop,
7 rem - put this Batch-Command in a place mentioned
|
/third_party/ltp/include/mk/ |
H A D | env_post.mk | 18 # with this program; if not, write to the Free Software Foundation, Inc., 24 ENV_PRE_LOADED ?= $(error You must load env_pre.mk before including this file) 63 INSTALL_DIR := $(error You must define INSTALL_DIR before including this file)
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_ir.h | 6 * copy of this software and associated documentation files (the "Software"), 12 * The above copyright notice and this permission notice (including the next 45 return static_cast<const brw_reg &>(*this); in as_brw_reg() 52 return static_cast<brw_reg &>(*this); in as_brw_reg()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | status.h | 2 // Use of this source code is governed by a BSD-style license that can be 125 T& value() & { return *this; } in value() 130 const T& value() const& { return *this; } in value()
|
/third_party/node/src/ |
H A D | node_mem-inl.h | 15 static_cast<void*>(static_cast<Class*>(this)), in MakeAllocator() 40 // This means we called StopTracking() on this pointer before. in ReallocImpl() 100 Class* manager = static_cast<Class*>(this); in StopTrackingMemory()
|
H A D | node_snapshotable.h | 30 // The memory chunk looks like this: 61 memcpy(result, this, sizeof(T)); in Copy() 65 void Delete() { ::operator delete[](this); } in Delete() 75 // serialization. Use this method to e.g. release references that 84 // embedder field of the object. Use this to restore native states
|
H A D | node_threadsafe_cow.h | 43 // Define this early since some of the public members depend on it 94 Read read() const { return Read(this); } in read() 95 Write write() { return Write(this); } in write()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_decimfmtprops.h | 22 // (When building DLLs for Windows this is required.) 40 // Using this wrapper is rather unfortunate, but is needed on Windows platforms in order to allow 55 if (this != &other && // self-assignment: no-op in operator =() 59 return *this; in operator =()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | coleitr.h | 153 * Returns true if "other" is the same as "this" 156 * @return true if "other" is the same as "this" 162 * Returns true if "other" is not the same as "this". 165 * @return true if "other" is not the same as "this" 285 * ICU "poor man's RTTI", returns a UClassID for this class. 302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements() 306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | coleitr.h | 153 * Returns true if "other" is the same as "this" 156 * @return true if "other" is the same as "this" 162 * Returns true if "other" is not the same as "this". 165 * @return true if "other" is not the same as "this" 285 * ICU "poor man's RTTI", returns a UClassID for this class. 302 return reinterpret_cast<UCollationElements *>(this); in toUCollationElements() 306 return reinterpret_cast<const UCollationElements *>(this); in toUCollationElements()
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | locate-test | 5 # of this license, see the COPYING file at the top level of this 22 --help Show this help and exit 25 up by this tool. This might change in the future. So far, the ones 94 # be established for this file.
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-aux-data.h | 2 // Use of this source code is governed by a BSD-style license that can be 83 return !(*this == other); in operator !=() 87 return *this; in operator ++()
|
/third_party/node/deps/v8/src/execution/ |
H A D | local-isolate.h | 2 // Use of this source code is governed by a BSD-style license that can be 78 // to use the LocalLogger for this instead. in main_thread_logger() 85 return (v8::internal::LocalFactory*)this; in factory() 131 LocalIsolate* AsLocalIsolate() { return this; } in AsLocalIsolate() 133 // TODO(victorgomes): Remove this when/if MacroAssembler supports LocalIsolate
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-register-frame-array.h | 2 // Use of this source code is governed by a BSD-style license that can be 65 (*this)[reg] = other[reg]; in CopyFrom() 70 (*this)[reg] = other[reg]; in CopyFrom()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-register.h | 2 // Use of this source code is governed by a BSD-style license that can be 20 // in its stack-frame. Register hold parameters, this, and expression values. 128 // Returns a new RegisterList which is a truncated version of this list, with 146 return (register_count() == 0) ? Register(0) : (*this)[0]; in first_register() 150 return (register_count() == 0) ? Register(0) : (*this)[register_count_ - 1]; in last_register()
|