/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 168 /// Return the set of adds that comprise the reduction. 330 // instructions, which is set to 16. So here we should collect all i8 and i16 373 using InstSet = std::set<Instruction*>; in RecordMemoryOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 86 return MachineFunctionProperties().set( 380 // Update I1 to set the kill flag. This flag will later be picked up by in isSafeToMoveTogether()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 149 return MachineFunctionProperties().set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 53 /// __THREW__ and __threwValue will be set in invoke wrappers 66 /// but their values should be set in JS code, so these functions 111 /// If an exception is thrown, __THREW__ will be set to true in a wrapper, 251 std::set<std::string> EHWhitelistSet;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86DomainReassignment.cpp | 289 /// A closure is a set of virtual register representing all of the edges in 318 LegalDstDomains.set(D); in Closure()
|
H A D | X86FixupLEAs.cpp | 110 return MachineFunctionProperties().set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 573 U.set(C); in processCallSite() 789 // be set in lhs. This is a common truncation idiom created by instcombine. in processAnd()
|
H A D | GVNSink.cpp | 107 /// Iterates through instructions in a set of blocks in reverse order from the 587 /// The main heuristic function. Analyze the set of instructions pointed to by 634 LLVM_DEBUG(dbgs() << " -- Analyzing instruction set: [\n"; for (auto *I 675 // to that set. 698 // The needed PHIs have changed, so recompute the set of all needed 863 I0->getOperandUse(O).set(NewOperands[O]);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uprops.cpp | 742 sa->add(sa->set, start); in uprops_addPropertyStarts()
|
/third_party/python/Lib/ |
H A D | cgi.py | 17 The global variable maxlen can be set to an integer indicating the maximum size 69 use log(); log is a variable that is set either to initlog 373 max_num_fields: int. If set, then __init__ throws a ValueError 579 return list(set(item.name for item in self.list)) 955 <H3>These environment variables could have been set:</H3>
|
/third_party/python/Lib/test/ |
H A D | test_urllib2_localnet.py | 79 self.ready.set() 166 If no users have been set, then digest auth is effectively 258 # This has to be set before calling our parent's __init__(), which will
|
H A D | test_wsgiref.py | 257 interrupted.set() 539 # set some WSGI variables 574 # set by BaseHandler.setup_environ()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 32 // When set, we replace calls to ldexp() with manual bit packing, which is 35 #error ABSL_BIT_PACK_FLOATS cannot be directly set 56 // end result normally has the 53rd bit set. It represents subnormals by using 236 // If the result of conversion was an underflow or overflow, exponent is set 325 // error code in *result is set. Otherwise, the calculated floating point 368 // case, the result is rounded down, and `output_exact` is set to false. 399 // the low bit of `value` is set. in ShiftRightAndRound() 610 // If the `hex` flag is *not* set, then we will accept a 0x prefix and try in FromCharsImpl()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.cpp | 513 fFallbackFonts.set(fontKey, typeface);
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_function.cpp | 62 // and distinct. This set tracks them. in IsApplicable() 63 std::set<uint32_t> ids_used_by_this_transformation; in IsApplicable()
|
/third_party/spirv-tools/source/opt/ |
H A D | merge_return_pass.cpp | 188 "The function should have been set when the block was created."); in CreateReturnBlock() 312 const std::set<uint32_t>& new_edges = new_edges_[merge_block]; in CreatePhiNodesForInst()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentTests.cpp | 49 #include <set> 344 "layout(input_attachment_index = 0, set = 0, binding = 0) uniform subpassInput inputColor;" in initPrograms() 672 // Update descriptor set in UnusedAttachmentTestInstance()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 163 * a) Expiration of hardware timer whose expiration time is set to maximum 188 * set by drivers indicating offload support of the PTK/GTK EAPOL 194 * For 802.1X the PMK or PMK-R0 are set by providing %NL80211_ATTR_PMK 244 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or 245 * %NL80211_ATTR_IFINDEX; can be used to set %NL80211_ATTR_WIPHY_NAME, 300 * The channel to use can be set on the interface or be given using the 338 * @NL80211_CMD_GET_REG: ask the wireless core to send us its currently set 353 * domain structure which consists of %NL80211_ATTR_REG_ALPHA set to our 355 * NL80211_ATTR_REG_RULE_FLAGS, and a set of regulatory rules. Each 356 * regulatory rule is a nested set o 2971 __u32 set; global() member [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferWriteTests.cpp | 39 using std::set;
|
H A D | es2fFboApiTest.cpp | 636 std::set<std::string> extensions; in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferMapTests.cpp | 34 using std::set;
|
H A D | es3fBufferWriteTests.cpp | 39 using std::set;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.cpp | 372 mEnabledMask.set(index, enabled); in setEnabledIndexed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.h | 588 std::set<const Buffer11 *> mAliveBuffers;
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink.c | 37 * is set for the device). The functionality is determined by which 206 u32 max_frame_size; /* as set by device config */ 822 unsigned int set, unsigned int clear); 835 /* set non-zero on successful registration with PCI subsystem */ 1381 /* for diagnostics set IRQ flag */ in mgsl_isr_io_pin() 1951 /* if port data rate is set to 460800 or less then in mgsl_change_params() 2460 * set the serial parameters 2527 /* mgsl_set_txidle() service ioctl to set transmit idle mode 2851 /* set modem control signals (DTR/RTS) 2854 unsigned int set, unsigne in tiocmset() 2853 tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) tiocmset() argument [all...] |