/third_party/node/deps/v8/src/wasm/ |
H A D | value-type.h | 2 // Use of this source code is governed by a BSD-style license that can be 70 // does not correspond to a wasm heap type. It has to be last in this list. 148 // Returns the code that represents this heap type in the wasm binary format. 361 return is_packed() ? Primitive(kI32) : *this; in Unpacked() 364 // Returns the version of this type that does not allow null values. Handles 368 return is_nullable() ? Ref(heap_type(), kNonNullable) : *this; in AsNonNull() 391 // Useful when serializing this type to store it into a runtime object. 450 // Returns the first byte of this type's representation in the wasm binary 452 // For compatibility with the reftypes and exception-handling proposals, this 496 // Returns true iff the heap type is needed to encode this typ [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 4 ! this file except in compliance with the License. You can obtain a copy 28 ! Keep in mind that this does not excuse us from wiping the stack!
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 4 ! this file except in compliance with the License. You can obtain a copy 28 ! Keep in mind that this does not excuse us from wiping the stack!
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | jcommander-1.27.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/beust/jcommander/
com/beust/jcommander/converters/
... |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngunknown.c | 24 /* Define the following to use this test against your installed libpng, rather 43 /* Since this program tests the ability to change the unknown chunk handling 149 # define this not_the_cpp_this macro 445 /* During initialization and if this is a single command line argument set in PNG_FUNCTION() 559 /* Also store information about this chunk in the display, the relevant flag in read_callback() 640 /* Otherwise this will return the cached values set by any user callback */ in get_unknown() 652 /* The #defines above should mean this is never reached, it's just here as 655 # error No store support and no user chunk support, this will not work 679 /* Terminate here, this error is not test specific. */ in check() 741 * in this cas in check() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.h | 3 // Use of this source code is governed by a BSD-style license that can be 185 // one of them and re-scale the numbers to be between [-1,1]. Using this technique, we can make 654 : ANGLETestBase(std::get<angle::PlatformParameters>(this->GetParam())) in ANGLETestWithParam() 659 : ANGLETestBase(this->GetParam()) in ANGLETestWithParam() 662 // Note: this hack is not necessary in C++17. Once we switch to C++17, we can just rename
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
H A D | Core.h | 4 // you may not use this file except in compliance with the License. 85 if (*this) { in Append() 86 return *this; in Append() 160 // Use the PROMISE_INFO macro to populate this structure. 212 // leaking the Device.lost promise. Enable this once 272 // // this value. 667 // Use default value for this parameter in FromJS()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.h | 4 // you may not use this file except in compliance with the License. 43 // only be used in derivd class of DawnTestBase. Use "this" pointer to ensure the macro works with 46 this->AddBufferExpectation(__FILE__, __LINE__, buffer, offset, size, expectation) 487 // check if the required features are supported by the adapter in this function and guarantee 592 // this macro with the command line parameter "--run-suppressed-tests". 631 DawnTestWithParams<Params>::DawnTestWithParams() : DawnTestBase(this->GetParam()) { in DawnTestWithParams() 636 // Instantiate the test once for each backend provided after the first argument. Use it like this: 649 // Use it like this: 654 // You must also teach GTest how to print this struct. 656 // Macro DAWN_TEST_PARAM_STRUCT can help generate this struc [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 84 /// Each time this function is called, it returns a different number. 86 /// with a dynamic identifier, just have to use this method to get a new ID 100 /// Kind defines the kind of report this is about. 145 /// \p LocCookie if non-zero gives the line number for this report. 178 /// The function that is concerned by this resource limit diagnostic. 191 /// \p The function that is concerned by this stack size diagnostic. 235 /// The module that is concerned by this debug metadata version diagnostic. 241 /// \p The module that is concerned by this debug metadata version diagnostic. 262 /// The module that is concerned by this debug metadata version diagnostic. 266 /// \p The module that is concerned by this debu [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 12 // also captured by this interface. 14 // Implementations of this interface must implement the various virtual methods, 28 // - NoAlias doesn't imply inequal pointers. The most obvious example of this 31 // In this and other situations, the pointers may be both NoAlias and 33 // though this is rarely a problem in practice. 72 /// a conversion to bool, but an "enum class" doesn't support this. The 129 /// where multiple arguments are checked (argmemonly), this translates to 213 /// Loads from constant globals are not considered memory accesses for this 225 /// The only memory references in this function (if it has any) are 233 /// The only memory references in this functio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 36 /// Since MachineIRBuilders will only store state in this object, it allows 285 const_cast<const MachineIRBuilder *>(this)->getMBB()); in getMBB() 321 void setDebugLoc(const DebugLoc &DL) { this->State.DL = DL; } in setDebugLoc() 411 /// bytes but this can vary between targets. 495 /// (i.e. this is neither zero nor sign-extension). For a vector register, 631 /// type. At the beginning of legalization, this will be a single 633 /// this. For a wider type, whether the branch is taken must only 827 /// then this method will instead create a G_BUILD_VECTOR instruction. 899 /// vector type. Typically this starts as s1 or <N x s1>. 914 /// vector type. Typically this start [all...] |
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.h | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 17 // this software without specific prior written permission. 145 // Non-qualified name of the default_instance of this message. 154 // Fully qualified name of the default_instance of this message. 166 // When declaring symbol externs from another file, this macro will supply the 177 // Get the (unqualified) name that should be used for this field in C++ code. 180 // anyway, so normally this just returns field->name(). 196 // Returns the scope where the field was defined (for extensions, this is 203 // Returns the fully-qualified type name field->message_type(). Usually this [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | parse_context.h | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 17 // this software without specific prior written permission. 99 // The reason for this, admittedly, unconventional invariant is to ruthlessly 141 // TODO(gerbens) We could remove this line and hoist the code to in PopLimit() 276 // systems. TODO(gerbens) do we need to set this as build flag? 302 // DoneFallBack asserts it isn't called when exactly on the limit. If this in AppendSize() 375 ptr = msg->_InternalParse(ptr, this); in ParseGroup() 580 // function composition. We rely on the compiler to inline this. 614 ptr = msg->_InternalParse(ptr, this); in ParseMessage() [all...] |
/third_party/python/Lib/test/ |
H A D | test_tokenize.py | 229 # this won't work with compound complex inputs 1013 this test starts with a BOM signature, but specifies latin1 as the 1526 following spaces. A proper test should test this. 1557 # untokenize a little trickier. Note that this test involves trailing
|
/third_party/rust/crates/syn/src/ |
H A D | path.rs | 28 /// Determines whether this is a path of length 1 equal to the given 67 /// If this path consists of a single ident, returns the ident. 86 /// An error if this path is not a single ident, as defined in `get_ident`. 94 "expected this path to be an identifier", in require_ident() 255 /// item qualified with this Self type. 614 let this: Type = input.parse()?; 651 ty: Box::new(this),
|
/third_party/vulkan-loader/loader/ |
H A D | unknown_ext_chain_gas_x86.S | 7 # you may not use this file except in compliance with the License. 22 # This code is used to pass on device (including physical device) extensions through the call chain. It must do this without 151 .string "Function %s not supported for this physical device"
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | floppy.c | 26 * As with hd.c, all routines within this file can (and will) be called 66 * this helped the floppy driver as well. Much cleaner, and still seems to 246 * some ports reference this variable from there. -DaveM 354 * this struct defines the different floppy drive types. 487 * the respective entry of this array. 536 /* this is called after the interrupt of the 538 void (*redo)(void); /* this is called to retry the operation */ 539 void (*error)(void); /* this is called to tally an error */ 540 done_f done; /* this is called to say if the operation has 645 /* this routin in is_alive() 3156 struct floppy_raw_cmd *this; raw_cmd_free() local [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | floppy.c | 26 * As with hd.c, all routines within this file can (and will) be called 66 * this helped the floppy driver as well. Much cleaner, and still seems to 245 * some ports reference this variable from there. -DaveM 353 * this struct defines the different floppy drive types. 487 * the respective entry of this array. 536 /* this is called after the interrupt of the 538 void (*redo)(void); /* this is called to retry the operation */ 539 void (*error)(void); /* this is called to tally an error */ 540 done_f done; /* this is called to say if the operation has 645 /* this routin in is_alive() 3066 struct floppy_raw_cmd *this; raw_cmd_free() local [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci.c | 81 /* pci=cbmemsize=nnM,cbiosize=nn can override this */ 88 /* hpiosize=nn can override this */ 118 * the dfl or actual value as it sees fit. Don't forget this is 341 * for any field will match all devices. (Note: this differs from 342 * in-kernel code that uses PCI_ANY_ID which is ~0; this is for 526 * vendor-specific capability, and this provides a way to find them all. 547 * If we have no capabilities, this is indicated by cap ID, in pci_find_next_ext_capability() 725 * We want the positively-decoded one, so this depends in pci_find_parent_resource() 842 pci_warn(dev, "cannot disable ACS redirect for this hardware as it does not have ACS capabilities\n"); in pci_disable_acs_redir() 1031 /* Check if this devic in pci_raw_set_power_state() 1966 struct pci_devres *this = res; pcim_release() local [all...] |
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | devfreq.c | 130 * The devfreq drivers can initialize this in either ascending or in get_freq_range() 524 * Note: Though this function is same as devfreq_monitor_stop(), 1578 * For example if the user writes "666666666" to sysfs this value will in max_freq_store() 1580 * lookup, this ensures that an OPP of 666666666Hz is still accepted. in max_freq_store() 1985 * At exit() callback of devfreq_dev_profile, this must be included if 2106 struct devfreq_notifier_devres *this = res; in devm_devfreq_notifier_release() local 2108 devfreq_unregister_notifier(this->devfreq, this->nb, this->list); in devm_devfreq_notifier_release()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | mpic.c | 8 * of this software and associated documentation files (the "Software"), to deal 14 * The above copyright notice and this permission notice shall be included in 449 /* Only one CPU is allowed to receive this IRQ */ in openpic_update_irq() 1372 struct kvm_io_device *this, in kvm_mpic_read() 1375 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_read() 1414 struct kvm_io_device *this, in kvm_mpic_write() 1417 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_write() 1371 kvm_mpic_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, void *ptr) kvm_mpic_read() argument 1413 kvm_mpic_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, const void *ptr) kvm_mpic_write() argument
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | entry.S | 101 /* Ok, actually read this byte */ 112 /* Ok, actually write this byte */ 210 * see if a routine is registered to handle this interrupt and if not 712 rett %l2 + 0x4 ! like this... 732 rett %l2 + 0x4 ! like this... 1057 st %fsr, [%o1] ! this can trap on us if fpu is in bogon state 1097 * code for pointing out this possible deadlock, while we save state 1099 * code has to know how to deal with this. 1229 /* No matter how much overhead this routine has in the worst 1250 andncc %o0, %o3, %o0 ! clean this bi [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 5 * 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: 202 s_and_b32 ttmp2, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
|
/kernel/linux/linux-6.6/ |
H A D | Makefile | 11 # Comments in this file are targeted only to the developer, do not 12 # expect to learn how to build the kernel reading this file. 41 this-makefile := $(lastword $(MAKEFILE_LIST)) 42 export abs_srctree := $(realpath $(dir $(this-makefile))) 48 # (this increases performance and avoids hard-to-debug behaviour) 161 # For example, you can do this: 202 # Cancel implicit rules for this Makefile. 203 $(this-makefile): ; 229 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make 239 # We process the rest of the Makefile if this i [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | mpic.c | 8 * of this software and associated documentation files (the "Software"), to deal 14 * The above copyright notice and this permission notice shall be included in 449 /* Only one CPU is allowed to receive this IRQ */ in openpic_update_irq() 1372 struct kvm_io_device *this, in kvm_mpic_read() 1375 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_read() 1414 struct kvm_io_device *this, in kvm_mpic_write() 1417 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_write() 1371 kvm_mpic_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, void *ptr) kvm_mpic_read() argument 1413 kvm_mpic_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, const void *ptr) kvm_mpic_write() argument
|