Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/boost/libs/compute/perf/
Dperf_tbb_merge.cpp25 Iterator begin1, end1; // [begin1,end1) is 1st sequence to be merged member
28 bool empty() const {return (end1-begin1)+(end2-begin2)==0;} in empty()
30 return (std::min)( end1-begin1, end2-begin2 ) > grainsize; in is_divisible()
33 if( r.end1-r.begin1 < r.end2-r.begin2 ) { in ParallelMergeRange()
35 std::swap(r.end1,r.end2); in ParallelMergeRange()
37 Iterator m1 = r.begin1 + (r.end1-r.begin1)/2; in ParallelMergeRange()
41 end1 = r.end1; in ParallelMergeRange()
44 r.end1 = m1; in ParallelMergeRange()
50 begin1(begin1_), end1(end1_), in ParallelMergeRange()
61 std::merge( r.begin1, r.end1, r.begin2, r.end2, r.out ); in operator ()()
[all …]
/third_party/boost/libs/numeric/odeint/examples/
Dgram_schmidt.hpp50 iterator beg1 = first , end1 = first + n ; in gram_schmidt() local
55 norm[0] = sqrt( std::inner_product( beg1 , end1 , beg1 , 0.0 ) ); in gram_schmidt()
56 normalize( beg1 , end1 , norm[0] ); in gram_schmidt()
59 end1 += n; in gram_schmidt()
61 for( size_t j=1 ; j<num_of_lyap ; ++j , beg1+=n , end1+=n ) in gram_schmidt()
65 tmp[k] = std::inner_product( beg1 , end1 , first + k*n , 0.0 ); in gram_schmidt()
72 substract_vector( beg1 , end1 , first + k*n , tmp[k] ); in gram_schmidt()
75 norm[j] = sqrt( std::inner_product( beg1 , end1 , beg1 , 0.0 ) ); in gram_schmidt()
77 normalize( beg1 , end1 , norm[j] ); in gram_schmidt()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8/
Dcpu.c225 sc_faddr_t start, end, end1; in get_effective_memsize() local
228 end1 = (sc_faddr_t)PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE; in get_effective_memsize()
239 if (start >= PHYS_SDRAM_1 && start <= end1 && in get_effective_memsize()
257 sc_faddr_t start, end, end1, end2; in dram_init() local
260 end1 = (sc_faddr_t)PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE; in dram_init()
270 if (start >= PHYS_SDRAM_1 && start <= end1) { in dram_init()
271 if ((end + 1) <= end1) in dram_init()
274 gd->ram_size += end1 - start; in dram_init()
318 sc_faddr_t start, end, end1, end2; in dram_init_banksize() local
322 end1 = (sc_faddr_t)PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE; in dram_init_banksize()
[all …]
/third_party/libwebsockets/lib/jose/jwe/
Djwe.c552 char *buf, *start, *p, *end, *p1, *end1; in lws_jwe_create_packet() local
598 end1 = out + out_len - 1; in lws_jwe_create_packet()
600 p1 += lws_snprintf(p1, end1 - p1, "{\"protected\":\""); in lws_jwe_create_packet()
602 n = lws_jws_base64_enc(start, p - start, p1, end1 - p1); in lws_jwe_create_packet()
610 p1 += lws_snprintf(p1, end1 - p1, "\",\"payload\":\""); in lws_jwe_create_packet()
612 n = lws_jws_base64_enc(payload, len, p1, end1 - p1); in lws_jwe_create_packet()
620 p1 += lws_snprintf(p1, end1 - p1, "\",\"header\":\""); in lws_jwe_create_packet()
622 n = lws_jws_base64_enc(payload, len, p1, end1 - p1); in lws_jwe_create_packet()
630 p1 += lws_snprintf(p1, end1 - p1, "\",\"signature\":\""); in lws_jwe_create_packet()
636 n = lws_jws_sign_from_b64(&jwe->jose, &jws, p1, end1 - p1); in lws_jwe_create_packet()
[all …]
/third_party/boost/boost/geometry/iterators/
Dconcatenate_iterator.hpp52 concatenate_iterator(Iterator1 it1, Iterator1 end1, in concatenate_iterator() argument
54 : m_it1(it1), m_end1(end1), m_begin2(begin2), m_it2(it2) in concatenate_iterator()
58 concatenate_iterator(Iterator1 end1, Iterator2 begin2, Iterator2 end2) in concatenate_iterator() argument
59 : m_it1(end1), m_end1(end1), m_begin2(begin2), m_it2(end2) in concatenate_iterator()
/third_party/boost/libs/spirit/classic/test/
Dposition_iterator_tests.cpp535 CountIterator end1(Iterator(0), Iterator(0)); in CheckSingularImpl() local
539 BOOST_TEST(begin != end1); in CheckSingularImpl()
542 BOOST_TEST(end1 != begin); in CheckSingularImpl()
543 BOOST_TEST(end1 == end1); in CheckSingularImpl()
544 BOOST_TEST(end1 == end2); in CheckSingularImpl()
547 BOOST_TEST(end2 == end1); in CheckSingularImpl()
551 BOOST_TEST(std::distance(begin, end1) == 5); in CheckSingularImpl()
554 BOOST_TEST(std::distance(end1, end1) == 0); in CheckSingularImpl()
555 BOOST_TEST(std::distance(end1, end2) == 0); in CheckSingularImpl()
557 BOOST_TEST(std::distance(end2, end1) == 0); in CheckSingularImpl()
/third_party/boost/boost/numeric/ublas/operation/
Dend.hpp92 return e.end1(); in apply()
107 return e.end1(); in apply()
200 return e.end1(); in apply()
215 return e.end1(); in apply()
/third_party/python/Tools/scripts/
Dabitype.py74 end1 = end-1
75 while tokens[end1][0] in ('ws', 'comment'):
76 end1 -= 1
77 fields.append(''.join(t[1] for t in tokens[pos:end1+1]))
/third_party/gn/src/base/files/
Dfile_util.cc98 std::string::size_type end1 = line1.find_last_not_of("\r\n"); in TextContentsEqual() local
99 if (end1 == std::string::npos) in TextContentsEqual()
101 else if (end1 + 1 < line1.length()) in TextContentsEqual()
102 line1.erase(end1 + 1); in TextContentsEqual()
/third_party/flutter/skia/src/sksl/ir/
DSkSLProgram.h164 iterator(inner begin1, inner end1, inner begin2, inner end2) in iterator()
166 , fEnd1(end1) in iterator()
207 const_iterator(inner begin1, inner end1, inner begin2, inner end2) in const_iterator()
209 , fEnd1(end1) in const_iterator()
/third_party/ffmpeg/libavcodec/
Dac3.c126 int band_start, band_end, begin, end1; in ff_ac3_bit_alloc_calc_mask() local
157 end1 = FFMIN(band_end, 22); in ff_ac3_bit_alloc_calc_mask()
158 for (band = begin; band < end1; band++) { in ff_ac3_bit_alloc_calc_mask()
/third_party/ltp/testcases/kernel/syscalls/mlock2/
Dmlock201.c119 goto end1; in verify_mlock2()
131 end1: in verify_mlock2()
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dadler32-standalone.c103 uint8_t* end1 = prefix_ptr + prefix_len; in calculate_hash() local
104 while (p < end1) { in calculate_hash()
/third_party/boost/libs/iterator/doc/
Dzip_iterator_eg.rst21 std::vector<double>::const_iterator end1 = vect_of_doubles.end();
25 std::for_each(beg1, end1, func_0());
38 boost::make_tuple(end1, end2)
/third_party/boost/libs/multiprecision/test/ublas_interop/common/
Dinit.hpp55 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++i) in initialize_matrix_impl()
59 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++i) in initialize_matrix_impl()
/third_party/boost/libs/numeric/ublas/test/common/
Dinit.hpp53 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++ i) in initialize_matrix_impl()
57 for (typename M::iterator1 i = m.begin1(); i != m.end1(); ++ i) in initialize_matrix_impl()
/third_party/boost/tools/build/src/engine/
Dhcache.cpp457 LISTITER const end1 = list_end( l1 ); in hcache() local
460 while ( iter1 != end1 && iter2 != end2 ) in hcache()
463 iter1 = end1; in hcache()
470 if ( iter1 != end1 || iter2 != end2 ) in hcache()
/third_party/boost/boost/core/
Dlightweight_test.hpp505 …n1, end1, begin2, end2) ( ::boost::detail::test_all_eq_impl(BOOST_LIGHTWEIGHT_TEST_OSTREAM, __FILE… argument
506end1, begin2, end2, predicate) ( ::boost::detail::test_all_with_impl(BOOST_LIGHTWEIGHT_TEST_OSTREA… argument
/third_party/flutter/skia/src/pathops/
DSkOpSpan.h125 const SkOpPtT* end1 = s1->fT < e1->fT ? e1 : s1; in Overlaps() local
128 : between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr; in Overlaps()
130 SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
/third_party/skia/src/pathops/
DSkOpSpan.h125 const SkOpPtT* end1 = s1->fT < e1->fT ? e1 : s1; in Overlaps() local
128 : between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr; in Overlaps()
130 SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
/third_party/lwip/src/apps/http/
Dhttp_client.c209 u16_t end1 = pbuf_memfind(p, "\r\n", 2, 0); in http_parse_response_status() local
210 if (end1 != 0xFFFF) { in http_parse_response_status()
230 status_num_len = end1 - space1 - 1; in http_parse_response_status()
250 u16_t end1 = pbuf_memfind(p, "\r\n\r\n", 4, 0); in http_wait_headers() local
251 if (end1 < (0xFFFF - 2)) { in http_wait_headers()
256 *total_header_len = end1 + 4; in http_wait_headers()
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c215 char *buf, *start, *p, *end, *p1, *end1; in jws_create_packet() local
263 end1 = out + out_len - 1; in jws_create_packet()
265 p1 += lws_snprintf(p1, end1 - p1, "{\"protected\":\""); in jws_create_packet()
267 n = lws_jws_base64_enc(start, p - start, p1, end1 - p1); in jws_create_packet()
275 p1 += lws_snprintf(p1, end1 - p1, "\",\"payload\":\""); in jws_create_packet()
277 n = lws_jws_base64_enc(payload, len, p1, end1 - p1); in jws_create_packet()
285 p1 += lws_snprintf(p1, end1 - p1, "\",\"signature\":\""); in jws_create_packet()
291 n = lws_jws_sign_from_b64(&jwe->jose, &jws, p1, end1 - p1); in jws_create_packet()
301 p1 += lws_snprintf(p1, end1 - p1, "\"}"); in jws_create_packet()
/third_party/boost/libs/core/doc/
Dlightweight_test.qbk47 #define BOOST_TEST_ALL_EQ(begin1, end1, begin2, end2) /* unspecified */
48 #define BOOST_TEST_ALL_WITH(begin1, end1, begin2, end2, predicate) /* unspecified */
193 BOOST_TEST_ALL_EQ(begin1, end1, begin2, end2)
203 BOOST_TEST_ALL_WITH(begin1, end1, begin2, end2, predicate)
/third_party/boost/libs/geometry/test/strategies/
Ddouglas_peucker.cpp133 static inline bool apply(Iterator1 begin1, Iterator1 end1, in apply()
136 std::size_t num_points1 = std::distance(begin1, end1); in apply()
146 for (; it1 != end1; ++it1, ++it2) in apply()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttpread.c102 int end1 = 0; in word_eq() local
111 end1 = !isgraph(c1); in word_eq()
113 if (end1 || end2 || c1 != c2) in word_eq()
116 return end1 && end2; /* reached end of both words? */ in word_eq()

1234