/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86SpeculativeLoadHardening.cpp | 214 } // end anonymous namespace 416 if (MF.begin() == MF.end()) in runOnMachineFunction() 502 // end. in runOnMachineFunction() 536 CMovs.append(IndirectBrCMovs.begin(), IndirectBrCMovs.end()); in runOnMachineFunction() 578 if (TermIt == MBB.end() || !TermIt->isBranch()) in hardenEdgesWithLFENCE() 696 // Now walk all of the basic blocks looking for ones that end in conditional in tracePredStateThroughCFG() 741 assert((InsertPt == CheckingMBB.end() || !InsertPt->isPHI()) && in tracePredStateThroughCFG() 823 UncondCodeSeq.erase(std::unique(UncondCodeSeq.begin(), UncondCodeSeq.end()), in tracePredStateThroughCFG() 824 UncondCodeSeq.end()); in tracePredStateThroughCFG() 968 // We need to know what blocks end u in tracePredStateThroughIndirectBranches() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 194 if (I != DbgValMap.end()) in getSDDbgValues() 203 DbgIterator DbgEnd() { return DbgValues.end(); } in DbgEnd() 205 DbgIterator ByvalParmDbgEnd() { return ByvalParmDbgValues.end(); } in ByvalParmDbgEnd() 207 DbgLabelIterator DbgLabelEnd() { return DbgLabels.end(); } in DbgLabelEnd() 463 allnodes_const_iterator allnodes_end() const { return AllNodes.end(); } in allnodes_end() 468 allnodes_iterator allnodes_end() { return AllNodes.end(); } in allnodes_end() 1651 /// vector op and fill the end of the resulting vector with UNDEFS. 1723 if (I != SDCallSiteDbgInfo.end()) in getSDCallSiteInfo() 1735 if (It == SDCallSiteDbgInfo.end()) in getHeapAllocSite() 1837 } // end namespac [all...] |
/third_party/python/Python/ |
H A D | bltinmodule.c | 275 /*[clinic end generated code: output=4febeda88a0cd245 input=73f4b960ea5b9dd6]*/ in builtin___import___impl() 293 /*[clinic end generated code: output=b1b433b9e51356f5 input=bed4ca14e29c20d1]*/ in builtin_abs() 311 /*[clinic end generated code: output=ca2a7127276f79b3 input=1a7c5d1bc3438a21]*/ in builtin_all() 360 /*[clinic end generated code: output=fa65684748caa60e input=41d7451c23384f24]*/ in builtin_any() 412 /*[clinic end generated code: output=6d37b3f0984c7eb9 input=4c62732e1b3a3cc9]*/ in builtin_ascii() 432 /*[clinic end generated code: output=b6fc4ad5e649f4f7 input=53f8a0264bacaf90]*/ in builtin_bin() 452 /*[clinic end generated code: output=2b095d59d934cb7e input=1423bab99cc41f58]*/ in builtin_callable() 690 /*[clinic end generated code: output=2f40bdfa4954b077 input=88339c93ea522b33]*/ in builtin_format_impl() 706 /*[clinic end generated code: output=c733afcd200afcb7 input=3f604ef45a70750d]*/ in builtin_chr_impl() 742 /*[clinic end generate in builtin_compile_impl() 1988 builtin_print_impl(PyObject *module, PyObject *args, PyObject *sep, PyObject *end, PyObject *file, int flush) builtin_print_impl() argument [all...] |
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 50 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=305a76dfdd24b99c]*/ 231 Py_ssize_t esize, start, end; in multibytecodec_encerror() local 299 end = start + esize; in multibytecodec_encerror() 306 start, end, reason); in multibytecodec_encerror() 312 PyUnicodeEncodeError_SetEnd(buf->excobj, end) != 0 || in multibytecodec_encerror() 387 Py_ssize_t esize, start, end; in multibytecodec_decerror() local 425 end = start + esize; in multibytecodec_decerror() 432 start, end, reason); in multibytecodec_decerror() 438 PyUnicodeDecodeError_SetEnd(buf->excobj, end) || in multibytecodec_decerror() 587 /*[clinic end generate in _multibytecodec_MultibyteCodec_encode_impl() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_test.cc | 92 char* end = buf + maxlen; in PerfectDtoa() local 95 for (char* p = end; --p != begin;) { in PerfectDtoa() 105 memmove(end + 1 + exp, end + exp, 1 - exp); in PerfectDtoa() 106 end[exp] = '.'; in PerfectDtoa() 107 ++end; in PerfectDtoa() 110 return {begin, end}; in PerfectDtoa() 840 tmp.append("12"); // Adds garbage at the end. in TEST() 870 tmp.append("12"); // Adds garbage at the end. in TEST() 1039 std::iota(digit_testcases.begin(), digit_testcases.end(), min_mantiss in TEST_F() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time_test.cc | 729 const absl::Time end = in TEST() local 731 for (absl::Time t = start; t < end; t += absl::Seconds(30)) { in TEST() 878 absl::Time end = absl::FromCivil(absl::CivilHour(2014, 3, 9, 4), nyc); in TEST() local 879 for (absl::Time t = start; t < end; t += absl::Minutes(1)) { in TEST() 887 end = absl::FromCivil(absl::CivilHour(2014, 11, 2, 4), nyc); in TEST() 888 for (absl::Time t = start; t < end; t += absl::Minutes(1)) { in TEST() 896 end = absl::FromCivil(absl::CivilHour(2014, 6, 28, 4), nyc); in TEST() 897 for (absl::Time t = start; t < end; t += absl::Minutes(1)) { in TEST()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 476 static inline SkUnichar utf8_next(const char** ptr, const char* end) { argument 477 SkUnichar val = SkUTF::NextUTF8(ptr, end); 483 SkUnicodeBidiRunIterator(const char* utf8, const char* end, SkUnicodeBidi bidi) argument 487 , fEnd(end) 1107 // Assume it is always safe to break after the end of an item 1366 // until a visible glyph is found and force them to the end of the visual line. 1386 : sub.run.fUtf8Range.end(); 1589 if (feature.end < SkTo<size_t>(utf8Start - utf8) || 1595 SkTo<size_t>(utf8End - utf8) <= feature.end) 1601 SkTo<unsigned>(feature.start), SkTo<unsigned>(feature.end)}); [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsAttributeLocationTests.cpp | 70 return (iter == bindings.end() ? (deInt32)Attribute::LOC_UNDEF : iter->second); in getBoundLocation() 115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateAttributeDefinitions() 134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateConditionUniformDefinitions() 140 for (set<string>::const_iterator iter = conditions.begin(); iter != conditions.end(); ++iter) in generateConditionUniformDefinitions() 177 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateOutputCode() 475 for (vector<Bind>::const_iterator iter = binds.begin(); iter != binds.end(); ++iter) in bindAttributes() 586 if (activeAttributes.find(attrib.getName()) == activeAttributes.end()) in checkActiveAttribQuery() 594 if (activeAttributes.find(attrib.getName()) != activeAttributes.end()) in checkActiveAttribQuery()
|
H A D | glsLongStressCase.cpp | 909 bool has (const string& name) const { return m_objects.find(name) != m_objects.end(); } in has() 933 DE_ASSERT(it != m_objects.end()); in get() 942 for (typename map<string, SharedPtr<T> >::const_iterator it = m_objects.begin(); it != m_objects.end(); ++it) in computeApproxMemUsage() 945 for (typename vector<SharedPtr<T> >::const_iterator it = m_garbageObjects.begin(); it != m_garbageObjects.end(); ++it) in computeApproxMemUsage() 955 DE_ASSERT(it != m_objects.end()); in markAsGarbage() 1179 m_rnd.shuffle(m_vertexIndices.begin(), m_vertexIndices.end()); in init() 1333 m_rnd.shuffle(texSpecIndices.begin(), texSpecIndices.end()); in iterate() 1342 m_rnd.shuffle(m_vertexIndices.begin(), m_vertexIndices.end()); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_er.c | 501 const char *tag, *tagname, *end; in wps_er_find_wfadevice() local 508 if (xml_next_tag(data, &tag, &tagname, &end)) in wps_er_find_wfadevice() 510 data = end; in wps_er_find_wfadevice() 1275 const char *pos, *end; in wps_er_init() local 1277 end = os_strchr(pos, ' '); in wps_er_init() 1278 if (end) { in wps_er_init() 1279 size_t len = end - pos; in wps_er_init() 1282 filter = end + 1; in wps_er_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.c | 501 const char *tag, *tagname, *end; in wps_er_find_wfadevice() local 508 if (xml_next_tag(data, &tag, &tagname, &end)) in wps_er_find_wfadevice() 510 data = end; in wps_er_find_wfadevice() 1275 const char *pos, *end; in wps_er_init() local 1277 end = os_strchr(pos, ' '); in wps_er_init() 1278 if (end) { in wps_er_init() 1279 size_t len = end - pos; in wps_er_init() 1282 filter = end + 1; in wps_er_init()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 851 return { start: 0, end: null, size: null }; 855 end: m[2] ? parseInt(m[2]) : null, 2752 this.ss.on("info", function(isMatch, data, start, end) { 2754 if (self.nread + end - start >= self.maxHeaderSize) { 2755 end = self.maxHeaderSize - self.nread + start; 2759 self.nread += end - start; 2761 self.buffer += data.toString("binary", start, end); 2884 self.emit("error", new Error("Unexpected end of multipart data")); 2887 self._part.emit("error", new Error(type + " terminated early due to unexpected end of multipart data")); 2944 this._bparser.on("info", function(isMatch, data, start, end) { [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | js_napi_common.cpp | 185 auto item = std::find_if(connects_.begin(), connects_.end(), in JsDisConnectAbility() 189 if (item != connects_.end()) { in JsDisConnectAbility() 241 connects_.end(), [&deviceId, &bundleName, &abilityName](const std::map<ConnectionKey, in FindConnectionLocked() 247 if (iter != connects_.end()) { in FindConnectionLocked() 265 for (auto it = connects_.begin(); it != connects_.end();) { in RemoveAllCallbacksLocked() 287 connects_.end(), [&deviceId, &bundleName, &abilityName](const std::map<ConnectionKey, in RemoveConnectionLocked() 1136 if (findECode == errMap.end()) { in ConvertErrorCode() 1271 TAG_LOGI(AAFwkTag::JSNAPI, "end"); in UnwrapParamForWant() 1536 for (auto it = callbacks_.begin(); it != callbacks_.end();) { in RemoveAllCallbacks() 1709 auto item = std::find_if(connects_.begin(), connects_.end(), in UvWorkOnAbilityDisconnectDone() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 578 if (iter != hotAreasMap_.end()) { in HideWindow() 959 for (auto it = hotAreasMap_.begin(); it != hotAreasMap_.end(); it++) { in DeleteHotAreas() 960 hotAreas.insert(hotAreas.end(), it->second.begin(), it->second.end()); in DeleteHotAreas() 984 for (auto it = hotAreasMap_.begin(); it != hotAreasMap_.end(); it++) { in SetHotAreas() 985 hotAreasNow.insert(hotAreasNow.end(), it->second.begin(), it->second.end()); in SetHotAreas() 1011 std::map<int32_t, RefPtr<NG::FrameNode>> DialogMap(overlay->GetDialogMap().begin(), overlay->GetDialogMap().end()); in ShowDialogNG() 1044 std::map<int32_t, RefPtr<NG::FrameNode>> DialogMap(overlay->GetDialogMap().begin(), overlay->GetDialogMap().end()); in ShowDialogNGWithNode() 1089 std::map<int32_t, RefPtr<NG::FrameNode>> DialogMap(overlay->GetDialogMap().begin(), overlay->GetDialogMap().end()); in OpenCustomDialogNG() [all...] |
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 151 for (auto it = g_clientEventManagers.begin(); it != g_clientEventManagers.end(); ++it) { in TcpServerConnectionFinalize() 159 if (clientIter != g_clientFDs.end()) { in TcpServerConnectionFinalize() 219 std::copy(properties.begin(), properties.end(), descriptors); in ConstructTCPSocketConnection() 1624 if (iter != g_clientFDs.end()) { in ExecTcpConnectionGetRemoteAddress() 1665 if (iter != g_clientFDs.end()) { in ExecTcpConnectionGetLocalAddress() 1744 if (iter != g_clientFDs.end()) { in ExecTcpConnectionSend() 1785 if (iter != g_clientFDs.end()) { in ExecTcpConnectionClose() 1847 for (auto it = g_clientFDs.begin(); it != g_clientFDs.end(); ++it) { in RemoveClientConnection() 1869 if (iter != g_clientEventManagers.end()) { in WaitForManagerReady() 1876 NETSTACK_LOGE("iter==g_clientEventManagers.end()"); in WaitForManagerReady() [all...] |
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 556 if (iter == g_deviceManagerMap.end()) { in GetDeviceManagerNapi() 724 if (g_deviceStatusCallbackMap.find(bundleName) != g_deviceStatusCallbackMap.end()) { in RegisterDevStatusCallback() 769 if (iter == g_publishCallbackMap.end()) { in ReleasePublishCallback() 789 if (iter == g_DiscoveryCallbackMap.end()) { in ReleaseDiscoveryCallback() 808 if (iter == g_deviceStatusCallbackMap.end()) { in ReleaseDmCallback() 839 if (iter == g_dmUiCallbackMap.end()) { in ReleaseDmCallback() 1391 if (iter == g_DiscoveryCallbackMap.end()) { in LockDiscoveryCallbackMutex() 1501 if (iter == g_publishCallbackMap.end()) { in PublishDeviceDiscoverySync() 1576 if (iter == g_bindCallbackMap.end()) { in BindDevOrTarget() 1596 if (iter == g_authCallbackMap.end()) { in BindDevOrTarget() [all...] |
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 1481 goto end; in post_client_hello_gnutls_psk() 1492 goto end; in post_client_hello_gnutls_psk() 1523 goto end; in post_client_hello_gnutls_psk() 1542 goto end; in post_client_hello_gnutls_psk() 1555 end: in post_client_hello_gnutls_psk() 1595 goto end; in post_client_hello_gnutls_pki() 1606 goto end; in post_client_hello_gnutls_pki() 1636 goto end; in post_client_hello_gnutls_pki() 1656 goto end; in post_client_hello_gnutls_pki() 1665 end in post_client_hello_gnutls_pki() [all...] |
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.c | 175 uint32_t end, in pvr_pds_encode_doutw64() 180 end, in pvr_pds_encode_doutw64() 187 uint32_t end, in pvr_pds_encode_doutu() 191 end, in pvr_pds_encode_doutu() 198 uint32_t end) in pvr_pds_inst_encode_doutc() 201 end, in pvr_pds_inst_encode_doutc() 208 uint32_t end, in pvr_pds_encode_doutd() 213 end, in pvr_pds_encode_doutd() 220 uint32_t end, in pvr_pds_encode_douti() 224 end, in pvr_pds_encode_douti() 174 pvr_pds_encode_doutw64(uint32_t cc, uint32_t end, uint32_t src1, uint32_t src0) pvr_pds_encode_doutw64() argument 186 pvr_pds_encode_doutu(uint32_t cc, uint32_t end, uint32_t src0) pvr_pds_encode_doutu() argument 197 pvr_pds_inst_encode_doutc(uint32_t cc, uint32_t end) pvr_pds_inst_encode_doutc() argument 207 pvr_pds_encode_doutd(uint32_t cc, uint32_t end, uint32_t src1, uint32_t src0) pvr_pds_encode_doutd() argument 219 pvr_pds_encode_douti(uint32_t cc, uint32_t end, uint32_t src0) pvr_pds_encode_douti() argument [all...] |
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 536 * data, we reclaim the gaps at the beginning and end of writable maps 539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() argument 542 if (end >= dso->relro_start && end < dso->relro_end) end = dso->relro_start; in reclaim() 543 if (start >= end) return; in reclaim() 545 __malloc_donate(base, base+(end-start)); in reclaim() 2081 goto end; in dlopen() 2122 goto end; in dlopen() 2130 goto end; in dlopen() [all...] |
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 536 * data, we reclaim the gaps at the beginning and end of writable maps 539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() argument 542 if (end >= dso->relro_start && end < dso->relro_end) end = dso->relro_start; in reclaim() 543 if (start >= end) return; in reclaim() 545 __malloc_donate(base, base+(end-start)); in reclaim() 2080 goto end; in dlopen() 2121 goto end; in dlopen() 2129 goto end; in dlopen() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvtst.c | 1191 char *end; in testConvertFromU() local 1245 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU() 1255 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromU() 1263 (const char *)end, in testConvertFromU() 1267 doFlush, /* flush if we're at the end of the input data */ in testConvertFromU() 1366 UChar *end; in testConvertToU() local 1419 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU() 1424 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName); in testConvertToU() 1427 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end); in testConvertToU() 1436 end, in testConvertToU() 1883 UChar32 start, end, start2, end2, notStart, notEnd; global() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 205 return c.find(key) != c.end(); in contains() 335 for (std::vector<Winding>::const_iterator windingIter = windingCases.begin(); windingIter != windingCases.end(); ++windingIter) in addDefaultPrograms() 336 for (std::vector<bool>::const_iterator usePointModeIter = usePointModeCases.begin(); usePointModeIter != usePointModeCases.end(); ++usePointModeIter) in addDefaultPrograms() 366 for (std::vector<bool>::const_iterator usePointModeIter = usePointModeCases.begin(); usePointModeIter != usePointModeCases.end(); ++usePointModeIter) in addDefaultPrograms() 1211 while (aIt != trianglesA.end() || bIt != trianglesB.end()) in compareTriangleSets() 1213 const bool aEnd = aIt == trianglesA.end(); in compareTriangleSets() 1214 const bool bEnd = bIt == trianglesB.end(); in compareTriangleSets() 1474 for (std::vector<Winding>::const_iterator windingIter = windingCases.begin(); windingIter != windingCases.end(); ++windingIter) in iterate() 2178 for (std::vector<tcu::Vec3>::const_iterator vertexIter = vertices.begin(); vertexIter != vertices.end(); in test() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 122 "code insertion to the end of the allocation. That way the " 215 /// in a register in the end. 523 /// Model the information carried by one end of a copy. 558 } // end anonymous namespace 788 // at the end if the surrounding allocation changed. in tryAssign() 836 /// defined by enqueue() decides which registers ultimately end up being split 1070 Intfs.append(IVR.begin(), IVR.end()); in evictInterference() 1328 for (ArrayRef<unsigned>::iterator I = Blocks.begin(), E = Blocks.end(); in growRegion() 1515 if (EvictorLI.FindSegmentContaining(Cand.Intf.first()) == EvictorLI.end()) in splitCanCauseEvictionChain() 2138 setStage(LREdit.begin(), LREdit.end(), RS_Spil in tryInstructionSplit() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 107 return std::binary_search(haystack.begin(), haystack.end(), needle, StrLess); in ExtensionFound() 114 if (std::includes(haystack.begin(), haystack.end(), needles.begin(), needles.end(), StrLess)) in VerifyExtensionsPresent() 1191 std::sort(instanceExtensionNames.begin(), instanceExtensionNames.end(), StrLess); in initialize() 1239 std::sort(mEnabledInstanceExtensions.begin(), mEnabledInstanceExtensions.end(), StrLess); in initialize() 1364 if (std::find(mEnabledInstanceExtensions.begin(), mEnabledInstanceExtensions.end(), in initialize() 1366 mEnabledInstanceExtensions.end()) in initialize() 1766 std::sort(deviceExtensionNames.begin(), deviceExtensionNames.end(), StrLess); in initializeDevice() 1944 std::sort(mEnabledDeviceExtensions.begin(), mEnabledDeviceExtensions.end(), StrLess); in initializeDevice() 2174 // Append the feature structs chain to the end o in initializeDevice() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 367 if(decorationsIt != decorations.end() && in robustBufferAccess() 442 for(auto it = insn; it != end(); it++) in robustBufferAccess() 534 if(d != descriptorDecorations.end()) in robustBufferAccess() 805 if(d != memberDecorations.end()) in DeclareType() 871 ASSERT(m != memberDecorations.end()); // Otherwise we wouldn't have marked the type chain in ProcessInterfaceVariable() 893 if(d != decorations.end() && d->second.HasBuiltIn) in ProcessInterfaceVariable() 1548 if(it != decorations.end()) in ApplyDecorationsForId() 1555 if(it != memberDecorations.end() && member < it->second.size()) in ApplyDecorationsForIdMember() 1693 void SpirvShader::EmitInstructions(InsnIterator begin, InsnIterator end, EmitState *state) const in EmitInstructions() argument 1695 for(auto insn = begin; insn != end; ins in EmitInstructions() [all...] |