/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_fast.c | 600 struct eap_tlv_result_tlv *result; in eap_fast_build_crypto_binding() local 603 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*binding)); in eap_fast_build_crypto_binding() 617 result = wpabuf_put(buf, sizeof(*result)); in eap_fast_build_crypto_binding() 618 result->tlv_type = host_to_be16( in eap_fast_build_crypto_binding() 621 result->length = host_to_be16(2); in eap_fast_build_crypto_binding() 622 result->status = host_to_be16(EAP_TLV_RESULT_SUCCESS); in eap_fast_build_crypto_binding() 629 result = wpabuf_put(buf, sizeof(*result)); in eap_fast_build_crypto_binding() 630 result in eap_fast_build_crypto_binding() 692 struct eap_tlv_result_tlv *result; eap_fast_build_pac() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_fast.c | 602 struct eap_tlv_result_tlv *result; in eap_fast_build_crypto_binding() local 605 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*binding)); in eap_fast_build_crypto_binding() 619 result = wpabuf_put(buf, sizeof(*result)); in eap_fast_build_crypto_binding() 620 result->tlv_type = host_to_be16( in eap_fast_build_crypto_binding() 623 result->length = host_to_be16(2); in eap_fast_build_crypto_binding() 624 result->status = host_to_be16(EAP_TLV_RESULT_SUCCESS); in eap_fast_build_crypto_binding() 631 result = wpabuf_put(buf, sizeof(*result)); in eap_fast_build_crypto_binding() 632 result in eap_fast_build_crypto_binding() 694 struct eap_tlv_result_tlv *result; eap_fast_build_pac() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 117 GLdouble result = (GLfloat)rand / (GLdouble)s_rand_max_half; in GetRandDouble() local 119 return result; in GetRandDouble() 130 GLfloat result = (GLfloat)rand / (GLfloat)s_rand_max_half; in GetRandFloat() local 132 return result; in GetRandFloat() 475 const GLchar* result = 0; in GetGLSLTypeName() local 485 result = float_lut[m_n_columns - 1][m_n_rows - 1]; in GetGLSLTypeName() 488 result = double_lut[m_n_columns - 1][m_n_rows - 1]; in GetGLSLTypeName() 491 result = int_lut[m_n_rows - 1]; in GetGLSLTypeName() 494 result = uint_lut[m_n_rows - 1]; in GetGLSLTypeName() 500 return result; in GetGLSLTypeName() 573 GLenum result = 0; GetTypeGLenum() local 681 bool result = false; DoesTypeSupportMatrix() local 723 GLuint result = 0; GetTypeSize() local 754 GLenum result = 0; GetTypeGLenum() local 808 uniformNdv result = 0; getUniformNdv() local 840 uniformNfv result = 0; getUniformNfv() local 872 uniformNiv result = 0; getUniformNiv() local 904 uniformNuiv result = 0; getUniformNuiv() local 936 uniformMatrixNdv result = 0; getUniformMatrixNdv() local 1004 uniformMatrixNfv result = 0; getUniformMatrixNfv() local 1092 bool result = true; verifyVarying() local 1121 bool result = true; checkVarying() local 1217 bool result = true; checkUniform() local 1301 bool result = true; checkSSB() local 1383 bool result = true; checkProgramStage() local 1455 bool result = true; checkMonolithicComputeProgramInterface() local 1477 bool result = true; checkMonolithicDrawProgramInterface() local 1499 bool result = true; checkSeparableDrawProgramInterface() local 1964 void* result = gl.mapBuffer(target, gl_access); Map() local 1989 GLenum result = 0; GetAccessGLenum() local 2017 GLenum result = 0; GetBufferGLenum() local 2054 GLenum result = 0; GetUsageGLenum() local 2442 GLenum result = 0; GetShaderStageGLenum() local 2479 const GLchar* result = 0; GetStageName() local 3538 GLenum result = 0; GetTargetGLenum() local 3969 FLAVOUR result = BASIC; GetFlavour() local 4435 VaryingConnection::Vector* result = 0; Get() local 4739 Variable* result = 0; cloneVariableForStage() local 4829 const GLchar* result = 0; GetStagePrefix() local 5288 std::string result; getTestCaseName() local 5557 bool result = true; test() local 5823 bool result = executeDrawCall((program.m_tess_eval.m_id != 0), test_case_index); test() local 5873 bool result = true; test() local 6050 const GLchar* result = 0; test() local 6492 std::string result = Utils::g_list; test() local 6662 std::string result = Utils::g_list; test() local 6744 std::string result = Utils::g_list; test() local 7529 const GLchar* result = 0; test() local 7604 bool result = true; test() local 7777 bool result = true; test() local 8355 std::string result = getConstantName(m_test_cases[test_case_index].m_constant); test() local 9041 std::string result = getQualifierName(m_test_cases[test_case_index].m_qualifier); test() local 11038 std::string result = getQualifierName(m_test_cases[test_case_index].m_qualifier); test() local 12716 std::string result; test() local 12997 std::string result; test() local 13513 std::string result; test() local 15040 std::string result = "PREFIXNAME_lLOCATION_cCOMPONENT"; test() local 19074 const GLchar* result = 0; test() local 19643 const GLchar* result = 0; test() local 19873 std::string result; test() local 20605 bool result = true; test() local 20844 std::string result; test() local 20896 bool result = true; test() local 21151 std::string result; test() local 26366 bool result = true; test() local 26771 bool result = true; test() local 27148 bool result = true; test() local 27497 bool result = true; test() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_itertools.py | 272 result = list(combinations(values, r)) 273 self.assertEqual(len(result), 0 if r>n else fact(n) / fact(r) / fact(n-r)) # right number of combs 274 self.assertEqual(len(result), len(set(result))) # no repeats 275 self.assertEqual(result, sorted(result)) # lexicographic order 276 for c in result: 283 self.assertEqual(result, list(combinations1(values, r))) # matches first pure python version 284 self.assertEqual(result, list(combinations2(values, r))) # matches second pure python version 285 self.assertEqual(result, lis [all...] |
/third_party/node/lib/ |
H A D | fs.js | 350 // the result and reuse the buffer instead of allocating a new one. 593 const result = binding.open(pathModule.toNamespacedPath(path), 597 return result; 742 const result = binding.read(fd, buffer, offset, length, position, 745 return result; 800 const result = binding.readBuffers(fd, buffers, position, undefined, ctx); 802 return result; 897 let result; 918 result = binding.writeBuffer(fd, buffer, offset, length, position, 926 result [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 793 int result; in dolink() local 798 result = link(fromname, toname); in dolink() 799 if (result != 0) { in dolink() 817 result = symlink(symlinkcontents, toname); in dolink() 818 if (result == 0) in dolink() 822 if (result != 0) { in dolink() 1992 stringoffset(char *result, zic_t offset) in stringoffset() argument 1998 result[0] = '\0'; in stringoffset() 2000 (void) strcpy(result, "-"); in stringoffset() 2009 result[ in stringoffset() 2022 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, const zic_t gmtoff) stringrule() argument 2107 stringzone(char *result, const struct zone *const zpfirst, const int zonecount) stringzone() argument 2833 int result; yearistype() local [all...] |
H A D | zdump.c | 775 register intmax_t result; in delta() local 780 result = 0; in delta() 782 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE); in delta() 783 result += newp->tm_yday - oldp->tm_yday; in delta() 784 result *= HOURSPERDAY; in delta() 785 result += newp->tm_hour - oldp->tm_hour; in delta() 786 result *= MINSPERHOUR; in delta() 787 result += newp->tm_min - oldp->tm_min; in delta() 788 result *= SECSPERMIN; in delta() 789 result in delta() 829 register char * result; abbr() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 792 int result; in dolink() local 797 result = link(fromname, toname); in dolink() 798 if (result != 0) { in dolink() 816 result = symlink(symlinkcontents, toname); in dolink() 817 if (result == 0) in dolink() 821 if (result != 0) { in dolink() 1991 stringoffset(char *result, zic_t offset) in stringoffset() argument 1997 result[0] = '\0'; in stringoffset() 1999 (void) strcpy(result, "-"); in stringoffset() 2008 result[ in stringoffset() 2021 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, const zic_t gmtoff) stringrule() argument 2106 stringzone(char *result, const struct zone *const zpfirst, const int zonecount) stringzone() argument 2832 int result; yearistype() local [all...] |
H A D | zdump.c | 781 register intmax_t result; in delta() local 786 result = 0; in delta() 788 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE); in delta() 789 result += newp->tm_yday - oldp->tm_yday; in delta() 790 result *= HOURSPERDAY; in delta() 791 result += newp->tm_hour - oldp->tm_hour; in delta() 792 result *= MINSPERHOUR; in delta() 793 result += newp->tm_min - oldp->tm_min; in delta() 794 result *= SECSPERMIN; in delta() 795 result in delta() 835 register char * result; abbr() local [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 292 ScopedPyObjectPtr result(PyType_Type.tp_new(type, new_args.get(), NULL)); in New() 293 if (result == NULL) { in New() 296 CMessageClass* newtype = reinterpret_cast<CMessageClass*>(result.get()); in New() 333 if (AddDescriptors(result.get(), descriptor) < 0) { in New() 336 return result.release(); in New() 400 ScopedPyObjectPtr result(PyDict_New()); in GetExtensionsByName() 407 if (PyDict_SetItemString(result.get(), extensions[i]->full_name().c_str(), in GetExtensionsByName() 412 return result.release(); in GetExtensionsByName() 430 ScopedPyObjectPtr result(PyDict_New()); in GetExtensionsByNumber() 441 if (PyDict_SetItem(result in GetExtensionsByNumber() 483 PyObject* result = CMessageClass_Type->tp_base->tp_getattro( GetAttr() local 830 PyObject* result = PyUnicode_DecodeUTF8(value.c_str(), value.length(), NULL); ToStringObject() local 1762 PyObject* result = PyBytes_FromStringAndSize(NULL, size); InternalSerializeToString() local 2204 PyObject* result = NULL; InternalGetScalar() local 2586 PyObject* result = PyObject_GenericGetAttr( GetAttr() local 2713 PyObject* result = DeepCopy() local [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 114 result = device.install_package(package) 115 if not result.startswith("Success") and "successfully" not in result: 117 package, device.__get_serial__(), result)) 124 result = device.uninstall_package(app_name) 125 if not result.startswith("Success"): 127 (device.__get_serial__(), result)) 728 result = device.uninstall_package(app_name) 729 if result and (result [all...] |
/third_party/backends/backend/ |
H A D | plustek_pp.c | 253 * @return the function returns the result of the open call, on success 869 * @param result - pointer to the var that should receive our result 870 * @param def - default value that result should be in case of any error 875 int what, void *result, void *def ) in decodeVal() 896 *((int*)result) = *((int*)def); in decodeVal() 904 *((int*)result) = strtol( tmp2, 0, 0 ); in decodeVal() 914 *((double*)result) = *((double*)def); in decodeVal() 922 *((double*)result) = strtod( tmp2, 0 ); in decodeVal() 975 int result; in attach() local 874 decodeVal( char *src, char *opt, int what, void *result, void *def ) decodeVal() argument 1792 int result; sane_start() local [all...] |
/third_party/skia/tests/ |
H A D | ReadWritePixelsGpuTest.cpp | 192 SkAutoPixmapStorage result; in make_ref_data() local 193 result.alloc(info); in make_ref_data() 194 auto surface = SkSurface::MakeRasterDirect(make_pixmap_have_valid_alpha_type(result)); in make_ref_data() 196 return result; in make_ref_data() 225 return result; in make_ref_data() 268 const Result result = read(src, offset, dstPixels); in gpu_read_pixels_test_driver() 271 REPORTER_ASSERT(reporter, result != Result::kSuccess); in gpu_read_pixels_test_driver() 273 REPORTER_ASSERT(reporter, result != Result::kSuccess); in gpu_read_pixels_test_driver() 275 REPORTER_ASSERT(reporter, result != Result::kSuccess); in gpu_read_pixels_test_driver() 277 REPORTER_ASSERT(reporter, result ! in gpu_read_pixels_test_driver() 565 async_callback(void* c, std::unique_ptr<const SkImage::AsyncReadResult> result) async_callback() argument [all...] |
/third_party/python/Modules/ |
H A D | gcmodule.c | 786 * set but can be deallocated as a result of breaking the in handle_weakrefs() 1398 Py_ssize_t result, collected, uncollectable; in gc_collect_with_callback() local 1400 result = gc_collect_main(tstate, generation, &collected, &uncollectable, 0); in gc_collect_with_callback() 1403 return result; in gc_collect_with_callback() 1681 PyObject *result = PyList_New(0); in gc_get_referrers() local 1682 if (!result) { in gc_get_referrers() 1688 if (!(gc_referrers_for(args, GEN_HEAD(gcstate, i), result))) { in gc_get_referrers() 1689 Py_DECREF(result); in gc_get_referrers() 1693 return result; in gc_get_referrers() 1714 PyObject *result in gc_get_referents() local 1753 PyObject* result; gc_get_objects_impl() local 1821 PyObject *result = PyList_New(0); gc_get_stats_impl() local 1864 PyObject *result; gc_is_tracked() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderFramebufferFetchTests.cpp | 279 void verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result); 455 void FramebufferFetchTestCase::verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result) in verifyRenderbuffer() argument 465 const tcu::UVec4 threshold = getFloatULPThreshold(format, result.getFormat()); in verifyRenderbuffer() 467 if (!tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT)) in verifyRenderbuffer() 480 if (!tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT)) in verifyRenderbuffer() 491 const tcu::Vec4 threshold = getFixedPointFormatThreshold(format, result.getFormat()); in verifyRenderbuffer() 493 if (!tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT)) in verifyRenderbuffer() 646 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 652 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate() 653 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result); in iterate() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | udatpg_test.c | 151 UChar result[20]; in TestUsage() local 182 length = udatpg_getSkeleton(dtpg, testPattern, 5, result, 20, &errorCode); in TestUsage() 187 if((u_memcmp(result, expectingSkeleton, length)!=0) || result[length]!=0) { in TestUsage() 194 length = udatpg_getSkeleton(dtpg, s, 0, result, 20, &errorCode); in TestUsage() 201 length = udatpg_getBaseSkeleton(dtpg, testPattern, 5, result, 20, &errorCode); in TestUsage() 206 if((u_memcmp(result, expectingBaseSkeleton, length)!=0) || result[length]!=0) { in TestUsage() 213 length = udatpg_getBaseSkeleton(dtpg, s, 0, result, 20, &errorCode); in TestUsage() 262 UChar result[2 in TestBuilder() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MeasureUnit.java | 409 MeasureUnit result = MeasureUnit.findBySubType(identifier); in fromMeasureUnitImpl() 410 if (result != null) { in fromMeasureUnitImpl() 411 return result; in fromMeasureUnitImpl() 451 String result = measureUnitImpl == null ? getSubtype() : measureUnitImpl.getIdentifier(); in getIdentifier() 452 return result == null ? "" : result; in getIdentifier() 610 List<MeasureUnit> result = new ArrayList<>(singleUnits.size()); in splitToSingleUnits() 612 result.add(singleUnit.build()); in splitToSingleUnits() 615 return result; in splitToSingleUnits() 652 String result in toString() [all...] |
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | Transliterator.java | 51 * <code>transliterate()</code>. As a result, threads may share transliterators without synchronizing them. This might 65 * <blockquote><code>String result = t.transliterate(input); 68 * will transliterate it and return the result. Other methods allow the client to specify a substring to be 132 * transliterator, the result is the identity transliterator, that is, a transliterator that does not change its input 136 * or <code>null</code> otherwise. However, the result of <code>getInverse()</code> usually will <em>not</em> be a true 236 * direction may be omitted, with the result that translations in 795 * Transliterate an entire string and returns the result. Convenience method. 802 ReplaceableString result = new ReplaceableString(text); in transliterate() 803 transliterate(result); in transliterate() 804 return result in transliterate() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Transliterator.java | 52 * <code>transliterate()</code>. As a result, threads may share transliterators without synchronizing them. This might 66 * <blockquote><code>String result = t.transliterate(input); 69 * will transliterate it and return the result. Other methods allow the client to specify a substring to be 133 * transliterator, the result is the indentity transliterator, that is, a transliterator that does not change its input 137 * or <code>null</code> otherwise. However, the result of <code>getInverse()</code> usually will <em>not</em> be a true 237 * direction may be omitted, with the result that translations in 777 * Transliterate an entire string and returns the result. Convenience method. 783 ReplaceableString result = new ReplaceableString(text); in transliterate() 784 transliterate(result); in transliterate() 785 return result in transliterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 109 std::vector<T> result; in getRandomInteresting() local 111 result.reserve(numSamples); in getRandomInteresting() 112 std::generate_n(std::back_inserter(result), numSamples, [&rnd, &samples]() { return rnd.choose<T>(begin(samples), end(samples)); }); in getRandomInteresting() 114 return result; in getRandomInteresting() 143 std::vector<T2> result; in convertVector() local 144 result.reserve(orig.size()); in convertVector() 146 std::transform(begin(orig), end(orig), std::back_inserter(result), in convertVector() 149 return result; in convertVector() 255 // Check single result is as expected. 258 bool validConversion (const T1& orig, const T2& result) in validConversion() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextSharingTest.cpp | 25 EGLBoolean result = EGL_TRUE; in SafeDestroyContext() local 28 result = eglDestroyContext(display, context); in SafeDestroyContext() 31 return result; in SafeDestroyContext() 104 bool result = false; in chooseConfig() local 121 result = eglChooseConfig(mDisplay, attribs, config, 1, &count); in chooseConfig() 122 EXPECT_EGL_TRUE(result && (count > 0)); in chooseConfig() 123 return result; in chooseConfig() 128 bool result = false; in createContext() local 132 result = (*context != EGL_NO_CONTEXT); in createContext() 133 EXPECT_TRUE(result); in createContext() 139 bool result = false; createWindowSurface() local [all...] |
/third_party/skia/src/gpu/ |
H A D | GrDistanceFieldGenFromVector.cpp | 405 const float result = (float)cbrt((-b * 0.5f) + sqrtC) + (float)cbrt((-b * 0.5f) - sqrtC); in calculate_nearest_point_for_quad() local 406 return result; in calculate_nearest_point_for_quad() 410 float result; in calculate_nearest_point_for_quad() local 412 result = 2.f * (float)sqrt(-a * kThird) * (float)cos(phi * kThird); in calculate_nearest_point_for_quad() 413 if (!between_closed(result, segment.fP0T.fX, segment.fP2T.fX)) { in calculate_nearest_point_for_quad() 414 result = 2.f * (float)sqrt(-a * kThird) * (float)cos((phi * kThird) + (SK_ScalarPI * 2.f * kThird)); in calculate_nearest_point_for_quad() 417 result = 2.f * (float)sqrt(-a * kThird) * (float)cos((phi * kThird) + (SK_ScalarPI * 2.f * kThird)); in calculate_nearest_point_for_quad() 418 if (!between_closed(result, segment.fP0T.fX, segment.fP2T.fX)) { in calculate_nearest_point_for_quad() 419 result = 2.f * (float)sqrt(-a * kThird) * (float)cos(phi * kThird); in calculate_nearest_point_for_quad() 422 return result; in calculate_nearest_point_for_quad() 576 float result = SK_DistanceFieldPad * SK_DistanceFieldPad; distance_to_segment() local [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 52 GrStyledShape result; in MakeFilled() local 53 SkASSERT(result.fStyle.isSimpleFill()); in MakeFilled() 55 result.fInheritedPathForListeners.set(*original.fInheritedPathForListeners); in MakeFilled() 58 result.fShape = original.fShape; in MakeFilled() 59 result.fGenID = original.fGenID; in MakeFilled() 60 result.fShape.setInverted(newIsInverted); in MakeFilled() 66 result.simplify(); in MakeFilled() 70 result.fSimplified = true; in MakeFilled() 74 SkASSERT((!original.fShape.isLine() && !original.fShape.isPoint()) || result.fShape.isEmpty()); in MakeFilled() 78 return result; in MakeFilled() 309 GrStyledShape result; MakeArc() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 62 // yield the same result; if they are replaced by other ids that will not in IsApplicable() 162 // Decide whether the OpPhi can be handled based on its result in IsApplicable() 428 protobufs::Transformation result; in ToMessage() local 429 *result.mutable_flatten_conditional_branch() = message_; in ToMessage() 430 return result; in ToMessage() 651 // If the instruction requires a placeholder, it means that it has a result id in EncloseInstructionInConditional() 652 // and its result needs to be able to be used later on, and we need to: in EncloseInstructionInConditional() 654 // result id (using fresh id |ids.placeholder_result_id|) is obtained either in EncloseInstructionInConditional() 658 // - change the result id of the instruction to a fresh id in EncloseInstructionInConditional() 660 // - add an OpPhi instruction, which will have the original result i in EncloseInstructionInConditional() 814 std::unordered_set<uint32_t> result = { GetFreshIds() local 830 uint32_t result = header_block.terminator()->GetSingleWordInOperand(1); FindConvergenceBlock() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 62 // yield the same result; if they are replaced by other ids that will not in IsApplicable() 162 // Decide whether the OpPhi can be handled based on its result in IsApplicable() 428 protobufs::Transformation result; in ToMessage() local 429 *result.mutable_flatten_conditional_branch() = message_; in ToMessage() 430 return result; in ToMessage() 651 // If the instruction requires a placeholder, it means that it has a result id in EncloseInstructionInConditional() 652 // and its result needs to be able to be used later on, and we need to: in EncloseInstructionInConditional() 654 // result id (using fresh id |ids.placeholder_result_id|) is obtained either in EncloseInstructionInConditional() 658 // - change the result id of the instruction to a fresh id in EncloseInstructionInConditional() 660 // - add an OpPhi instruction, which will have the original result i in EncloseInstructionInConditional() 814 std::unordered_set<uint32_t> result = { GetFreshIds() local 830 uint32_t result = header_block.terminator()->GetSingleWordInOperand(1); FindConvergenceBlock() local [all...] |