/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_crc32.c | 550 uint32_t term1, term2; in sctp_crc32c_sb8_64_bit() local 572 term2 = crc >> 16; in sctp_crc32c_sb8_64_bit() 574 sctp_crc_tableil8_o72[term2 & 0x000000FF] ^ in sctp_crc32c_sb8_64_bit() 575 sctp_crc_tableil8_o64[(term2 >> 8) & 0x000000FF]; in sctp_crc32c_sb8_64_bit() 586 term2 = (*(const uint32_t *) p_buf) >> 16; in sctp_crc32c_sb8_64_bit() 589 sctp_crc_tableil8_o40[term2 & 0x000000FF] ^ in sctp_crc32c_sb8_64_bit() 590 sctp_crc_tableil8_o32[(term2 >> 8) & 0x000000FF]; in sctp_crc32c_sb8_64_bit()
|
/third_party/flutter/engine/flutter/fml/ |
D | gpu_thread_merger_unittests.cc | 30 fml::AutoResetWaitableEvent term2; in TEST() local 31 std::thread thread2([&loop2, &latch2, &term2]() { in TEST() 35 term2.Wait(); in TEST() 59 term2.Signal(); in TEST() 162 fml::AutoResetWaitableEvent term2; in TEST() local 163 std::thread thread2([&loop2, &latch2, &term2]() { in TEST() 167 term2.Wait(); in TEST() 201 term2.Signal(); in TEST()
|
D | message_loop_unittests.cc | 45 fml::AutoResetWaitableEvent term2; in TEST() local 46 std::thread thread2([&loop2, &latch2, &term2]() { in TEST() 50 term2.Wait(); in TEST() 56 term2.Signal(); in TEST()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 150 LLVMValueRef term2) in lp_build_blend_func() argument 154 return lp_build_add(bld, term1, term2); in lp_build_blend_func() 156 return lp_build_sub(bld, term1, term2); in lp_build_blend_func() 158 return lp_build_sub(bld, term2, term1); in lp_build_blend_func() 160 return lp_build_min(bld, term1, term2); in lp_build_blend_func() 162 return lp_build_max(bld, term1, term2); in lp_build_blend_func()
|
D | lp_bld_blend.h | 92 LLVMValueRef term2);
|
/third_party/boost/tools/docca/example/ |
D | main.qbk | 23 [template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term…
|
/third_party/boost/libs/beast/doc/docca/example/ |
D | main.qbk | 23 [template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term…
|
/third_party/boost/libs/xpressive/test/ |
D | test_typeof2.cpp | 61 cregex expression2, factor2, term2, group2; in test_actions() local 73 TYPEOF_TEST(term2 >> *( in test_actions() 74 ('+' >> term2) in test_actions()
|
/third_party/boost/libs/asio/doc/ |
D | asio.qbk | 26 [template indexterm2[id term1 term2] '''<indexterm id="'''[id]'''"><primary>'''[term1]'''</primary>…
|
/third_party/boost/libs/static_string/doc/qbk/ |
D | main.qbk | 29 [template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term…
|
/third_party/boost/boost/graph/ |
D | vf2_sub_graph_iso.hpp | 714 term2; in valid() local 717 term2 = state2_.term_set(); in valid() 720 boost::get< 0 >(term2), in valid() 723 boost::get< 1 >(term2), in valid() 726 boost::get< 2 >(term2), in valid()
|
/third_party/boost/libs/beast/doc/qbk/ |
D | main.qbk | 27 [template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term…
|
/third_party/mesa3d/src/compiler/glsl/ |
D | float64.glsl | 1539 uint term2 = 0u; 1583 umulExtended(doubleZFrac0, zFrac1, term1, term2); 1584 __sub64(rem1, 0u, term1, term2, rem1, rem2); 1585 umulExtended(zFrac1, zFrac1, term2, term3); 1586 __sub96(rem1, rem2, 0u, 0u, term2, term3, rem1, rem2, rem3); 1589 __shortShift64Left(0u, zFrac1, 1, term2, term3); 1591 term2 |= doubleZFrac0; 1592 __add96(rem1, rem2, rem3, 0u, term2, term3, rem1, rem2, rem3);
|