Home
last modified time | relevance | path

Searched refs:mergeable (Results 1 – 25 of 76) sorted by relevance

1234

/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.mergeable/
Dmergeable.compile.pass.cpp42 static_assert( std::mergeable<Input, Input, Output>);
43 static_assert( std::mergeable<Input, Input, Output, CompInt>);
44 static_assert( std::mergeable<Input, Input, Output, CompInt, ProjDefault>);
52 static_assert( std::mergeable<Foo*, Foo*, Foo*, CompDefault, ProjFooToInt, ProjFooToLong>);
55 static_assert( std::mergeable<Foo*, Foo*, Foo*, CompInt, ProjFooToInt, ProjFooToLong>);
59 static_assert(!std::mergeable<Output, Input, Output>);
60 static_assert(!std::mergeable<Input, Output, Output>);
70 static_assert(!std::mergeable<Input, Input, NotWeaklyIncrementable>);
84 static_assert( std::mergeable<Input, Input, OutputOnlyInt>);
85 static_assert(!std::mergeable<Input, InputLong, OutputOnlyInt>);
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.mergeable/
Dmergeable.compile.pass.cpp42 static_assert( std::mergeable<Input, Input, Output>);
43 static_assert( std::mergeable<Input, Input, Output, CompInt>);
44 static_assert( std::mergeable<Input, Input, Output, CompInt, ProjDefault>);
52 static_assert( std::mergeable<Foo*, Foo*, Foo*, CompDefault, ProjFooToInt, ProjFooToLong>);
55 static_assert( std::mergeable<Foo*, Foo*, Foo*, CompInt, ProjFooToInt, ProjFooToLong>);
59 static_assert(!std::mergeable<Output, Input, Output>);
60 static_assert(!std::mergeable<Input, Output, Output>);
70 static_assert(!std::mergeable<Input, Input, NotWeaklyIncrementable>);
84 static_assert( std::mergeable<Input, Input, OutputOnlyInt>);
85 static_assert(!std::mergeable<Input, InputLong, OutputOnlyInt>);
[all …]
/external/emma/core/res/com/vladium/emma/
Drun_usage.res3 optional, mergeable, values: 1,
18 optional, mergeable, values: 1,
23 optional, mergeable, values: 1,
28 optional, mergeable, values: 1,
54 optional, mergeable, detailedonly, pattern, values: 1,
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res3 required, mergeable, values: 1,
8 required, mergeable, values: 1,
13 optional, mergeable, values: 1,
23 optional, mergeable, detailedonly, pattern, values: 1,
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_reass.c56 size_t mergeable, written; in tcp_reass() local
93 mergeable = cbuf_reass_count_set(&tp->recvbuf, 0, tp->reassbmp, (size_t) 0xFFFFFFFF); in tcp_reass()
98 …if (tp->reass_fin_index >= 0 && cbuf_reass_within_offset(&tp->recvbuf, mergeable, (size_t) tp->rea… in tcp_reass()
102 merged = cbuf_reass_merge(&tp->recvbuf, mergeable, tp->reassbmp); in tcp_reass()
103 …KASSERT(merged == mergeable, ("Reassembly merge out of bounds: tried to merge %d, but merged %d", … in tcp_reass()
115 tp->rcv_nxt += mergeable; in tcp_reass()
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res3 required, mergeable, values: 1,
28 optional, mergeable, values: 1,
38 optional, mergeable, detailedonly, pattern, values: 1,
/external/clang/test/OpenMP/
Dtask_messages.cpp109 #pragma omp task mergeable mergeable in foo()
265 #pragma omp task mergeable mergeable in main()
Dtaskloop_ast_print.cpp23 …tprivate(c, d), lastprivate(d, f) collapse(N) shared(g) if (c) final(d) mergeable priority(f) nogr… in tmain()
62 …firstprivate(argv, c), lastprivate(d, f) collapse(2) shared(g) if(argc) mergeable priority(argc) g… in main()
Dtaskloop_simd_ast_print.cpp24 …tprivate(c, d), lastprivate(d, f) collapse(N) shared(g) if (c) final(d) mergeable priority(f) simd… in tmain()
63 …firstprivate(argv, c), lastprivate(d, f) collapse(2) shared(g) if(argc) mergeable priority(argc) s… in main()
/external/emma/core/res/com/vladium/emma/data/
Dmerge_usage.res3 required, mergeable, values: 1,
18 optional, mergeable, detailedonly, pattern, values: 1,
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/
Dranges_set_difference.h56 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
77 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_intersection.h54 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
80 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_union.h57 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
83 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/
Dranges_set_difference.h56 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
77 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_union.h57 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
83 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_symmetric_difference.h54 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
80 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_intersection.h54 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
80 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
/external/cronet/tot/third_party/libc++/src/include/__algorithm/
Dranges_set_difference.h53 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
74 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_intersection.h52 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
78 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_union.h54 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
80 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_symmetric_difference.h51 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
77 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
/external/cronet/stable/third_party/libc++/src/include/__algorithm/
Dranges_set_difference.h53 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
74 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_intersection.h52 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
78 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_union.h54 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
80 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>
Dranges_set_symmetric_difference.h51 requires mergeable<_InIter1, _InIter2, _OutIter, _Comp, _Proj1, _Proj2>
77 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _OutIter, _Comp, _Proj1, _Proj2>

1234