Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dsplaytree_algorithms.hpp257 (node_ptr header1, NodePtrCompare comp, node_ptr header2, node_ptr z) in transfer_unique()
272 (node_ptr header1, NodePtrCompare comp, node_ptr header2, node_ptr z) in transfer_equal()
296 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
311 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
318 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
330 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
337 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
349 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
356 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in find()
366 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in find()
[all …]
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dminmax_element.hpp58 basic_minmax_element(ForwardIter first, ForwardIter last, Compare comp) in basic_minmax_element()
133 minmax_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in minmax_element()
215 BinaryPredicate comp) in basic_first_min_element()
228 BinaryPredicate comp) in basic_last_min_element()
241 BinaryPredicate comp) in basic_first_max_element()
254 BinaryPredicate comp) in basic_last_max_element()
276 first_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in first_min_element()
292 last_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in last_min_element()
308 first_max_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in first_max_element()
324 last_max_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in last_max_element()
[all …]
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dord_index_ops.hpp67 const CompatibleCompare& comp) in ordered_index_find()
85 const CompatibleCompare& comp,mpl::true_) in ordered_index_find()
96 const CompatibleCompare& comp,mpl::false_) in ordered_index_find()
117 const CompatibleCompare& comp) in ordered_index_lower_bound()
133 const CompatibleCompare& comp,mpl::true_) in ordered_index_lower_bound()
144 const CompatibleCompare& comp,mpl::false_) in ordered_index_lower_bound()
163 const CompatibleCompare& comp) in ordered_index_upper_bound()
179 const CompatibleCompare& comp,mpl::true_) in ordered_index_upper_bound()
190 const CompatibleCompare& comp,mpl::false_) in ordered_index_upper_bound()
209 const CompatibleCompare& comp) in ordered_index_equal_range()
[all …]
Drnk_index_ops.hpp93 const CompatibleCompare& comp) in ranked_index_find_rank()
111 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
122 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
150 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
166 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
177 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
203 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
219 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
230 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
257 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestComparisonBuilder.java28 private void verifyOrdering(DiscreteComparator<String> comp, Set<String> children) { in verifyOrdering()
64 DiscreteComparator<String> comp; in dtdAttributes() local
109 DiscreteComparator<String> comp = builder.get(); in TestDtdElements() local
155 DiscreteComparator<Integer> comp = builder.get(); in TestMonkey() local
210 DiscreteComparator<String> comp = builder.get(); in TestCycle2() local
225 DiscreteComparator<String> comp = in TestFallback() local
234 private void expectException(DiscreteComparator<String> comp, String a, String b) { in expectException()
257 DiscreteComparator<String> comp = builder.get(); in TestFallback2() local
270 DiscreteComparator<T> comp = builder.get(); in mustHaveException() local
/external/squashfs-tools/squashfs-tools/
Dcompressor.h46 static inline int compressor_init(struct compressor *comp, void **stream, in compressor_init()
55 static inline int compressor_compress(struct compressor *comp, void *strm, in compressor_compress()
62 static inline int compressor_uncompress(struct compressor *comp, void *dest, in compressor_uncompress()
73 static inline int compressor_options(struct compressor *comp, char *argv[], in compressor_options()
83 static inline int compressor_options_post(struct compressor *comp, int block_size) in compressor_options_post()
91 static inline void *compressor_dump_options(struct compressor *comp, in compressor_dump_options()
100 static inline int compressor_extract_options(struct compressor *comp, in compressor_extract_options()
109 static inline int compressor_check_options(struct compressor *comp, in compressor_check_options()
118 static inline void compressor_display_options(struct compressor *comp, in compressor_display_options()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_simplifier.cc174 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
181 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
188 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
194 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
200 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
206 for (auto* comp : module->MakeNonfusionComputations(execution_threads)) { in Run() local
/external/cronet/tot/third_party/libc++/src/test/libcxx/containers/containers.adaptors/flat.map/
Dassert.sorted_unique.pass.cpp69 const std::less<int> comp{}; in main() local
79 const std::less<int> comp{}; in main() local
87 const std::less<int> comp{}; in main() local
95 const std::less<int> comp{}; in main() local
103 const std::less<int> comp{}; in main() local
112 const std::less<int> comp{}; in main() local
137 const std::less<int> comp{}; in main() local
145 const std::less<int> comp{}; in main() local
153 const std::less<int> comp{}; in main() local
162 const std::less<int> comp{}; in main() local
/external/cronet/stable/third_party/libc++/src/test/libcxx/containers/containers.adaptors/flat.map/
Dassert.sorted_unique.pass.cpp69 const std::less<int> comp{}; in main() local
79 const std::less<int> comp{}; in main() local
87 const std::less<int> comp{}; in main() local
95 const std::less<int> comp{}; in main() local
103 const std::less<int> comp{}; in main() local
112 const std::less<int> comp{}; in main() local
137 const std::less<int> comp{}; in main() local
145 const std::less<int> comp{}; in main() local
153 const std::less<int> comp{}; in main() local
162 const std::less<int> comp{}; in main() local
/external/mesa3d/src/compiler/nir/tests/
Dopt_varyings_tests_prop_uniform_expr.cpp12 #define SHADER_UNI_EXPR_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, i… argument
55 #define TEST_UNI_EXPR_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
81 #define TEST_UNI_EXPR_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
119 #define TEST_UNI_EXPR_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, … argument
143 #define TEST_UNI_EXPR_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
146 #define TEST_UNI_EXPR_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
Dopt_varyings_tests_prop_ubo.cpp12 #define SHADER_UBO_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, index1… argument
55 #define TEST_UBO_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
81 #define TEST_UBO_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
119 #define TEST_UBO_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, index… argument
144 #define TEST_UBO_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
147 #define TEST_UBO_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
Dopt_varyings_tests_prop_uniform.cpp12 #define SHADER_UNIFORM_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, in… argument
55 #define TEST_UNIFORM_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
81 #define TEST_UNIFORM_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
119 #define TEST_UNIFORM_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, index0, i… argument
144 #define TEST_UNIFORM_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
147 #define TEST_UNIFORM_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize) \ argument
Dopt_varyings_tests_prop_const.cpp12 #define SHADER_CONST_OUTPUT(producer_stage, consumer_stage, slot, comp, type, bitsize, val0, val1) \ argument
55 #define TEST_CONST_PROP(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
81 #define TEST_CONST_PROP_XFB(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
119 #define TEST_CONST_KEPT_2VAL(producer_stage, consumer_stage, slot, comp, type, bitsize, val0, val1,… argument
144 #define TEST_CONST_KEPT(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
147 #define TEST_CONST_KEPT_DIFF(producer_stage, consumer_stage, slot, comp, type, bitsize, value) \ argument
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c94 static void ppir_node_add_src(ppir_compiler *comp, ppir_node *node, in ppir_node_add_src()
230 static bool ppir_emit_discard_block(ppir_compiler *comp) in ppir_emit_discard_block()
253 ppir_compiler *comp = block->comp; in ppir_emit_discard_if() local
617 static ppir_block *ppir_get_block(ppir_compiler *comp, nir_block *nblock) in ppir_get_block()
627 ppir_compiler *comp = block->comp; in ppir_emit_jump() local
671 static ppir_block *ppir_block_create(ppir_compiler *comp) in ppir_block_create()
685 static bool ppir_emit_block(ppir_compiler *comp, nir_block *nblock) in ppir_emit_block()
704 static bool ppir_emit_if(ppir_compiler *comp, nir_if *if_stmt) in ppir_emit_if()
770 static bool ppir_emit_loop(ppir_compiler *comp, nir_loop *nloop) in ppir_emit_loop()
802 static bool ppir_emit_function(ppir_compiler *comp, nir_function_impl *nfunc) in ppir_emit_function()
[all …]
Dliveness.c30 ppir_liveness_propagate(ppir_compiler *comp, in ppir_liveness_propagate()
43 ppir_liveness_set_equal(ppir_compiler *comp, in ppir_liveness_set_equal()
61 ppir_liveness_instr_srcs(ppir_compiler *comp, ppir_instr *instr) in ppir_liveness_instr_srcs()
124 ppir_liveness_instr_dest(ppir_compiler *comp, ppir_instr *instr, ppir_instr *last) in ppir_liveness_instr_dest()
190 ppir_liveness_compute_live_sets(ppir_compiler *comp) in ppir_liveness_compute_live_sets()
293 ppir_liveness_analysis(ppir_compiler *comp) in ppir_liveness_analysis()
Dregalloc.c81 static void ppir_regalloc_update_reglist_ssa(ppir_compiler *comp) in ppir_regalloc_update_reglist_ssa()
104 static void ppir_regalloc_print_result(ppir_compiler *comp) in ppir_regalloc_print_result()
187 static bool ppir_update_spilled_src(ppir_compiler *comp, ppir_block *block, in ppir_update_spilled_src()
275 static bool ppir_update_spilled_dest_load(ppir_compiler *comp, ppir_block *block, in ppir_update_spilled_dest_load()
337 static bool ppir_update_spilled_dest(ppir_compiler *comp, ppir_block *block, in ppir_update_spilled_dest()
377 static bool ppir_regalloc_spill_reg(ppir_compiler *comp, ppir_reg *chosen) in ppir_regalloc_spill_reg()
412 static ppir_reg *ppir_regalloc_choose_spill_node(ppir_compiler *comp, in ppir_regalloc_choose_spill_node()
494 static void ppir_regalloc_reset_liveness_info(ppir_compiler *comp) in ppir_regalloc_reset_liveness_info()
521 static void ppir_all_interference(ppir_compiler *comp, struct ra_graph *g, in ppir_all_interference()
535 static bool ppir_regalloc_prog_try(ppir_compiler *comp, bool *spilled) in ppir_regalloc_prog_try()
[all …]
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dheap_sort.hpp39 …omAccessIterator first, size_type hole_index, size_type const len, value_type &value, Compare comp) in adjust_heap()
67 static void make_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in make_heap()
80 static void sort_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in sort_heap()
93 static void sort(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in sort()
102 …OVE_FORCEINLINE void heap_sort(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in heap_sort()
Dmerge.hpp364 (RandIt first, const RandIt last, const T& key, Compare comp) in lower_bound()
389 (RandIt first, const RandIt last, const T& key, Compare comp) in upper_bound()
418 , Compare comp in op_merge_left()
448 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in merge_left()
459 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in swap_merge_left()
466 (RandIt const first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp, Op op) in op_merge_right()
498 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in merge_right()
508 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in swap_merge_right()
521 , Compare comp, Op op in op_buffered_merge()
546 , Compare comp in buffered_merge()
[all …]
Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
Dinsertion_sort.hpp41 …(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compare comp, Op op) in insertion_sort_op()
61 …rt_swap(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compare comp) in insertion_sort_swap()
68 …rt_copy(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compare comp) in insertion_sort_copy()
76 void insertion_sort(BirdirectionalIterator first, BirdirectionalIterator last, Compare comp) in insertion_sort()
99 , Compare comp) in insertion_sort_uninitialized_copy()
Dpdqsort.hpp110 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort()
138 inline void sort2(Iter a, Iter b, Compare comp) { in sort2()
144 inline void sort3(Iter a, Iter b, Iter c, Compare comp) { in sort3()
156 pdqsort_detail::pair<Iter, bool> partition_right(Iter begin, Iter end, Compare comp) { in partition_right()
200 inline Iter partition_left(Iter begin, Iter end, Compare comp) { in partition_left()
227 void pdqsort_loop( Iter begin, Iter end, Compare comp in pdqsort_loop()
322 void pdqsort(Iter begin, Iter end, Compare comp) in pdqsort()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Doptimize.c66 optimize_branches(gpir_compiler *comp) in optimize_branches()
117 optimize_not(gpir_compiler *comp) in optimize_not()
163 dead_code_eliminate(gpir_compiler *comp) in dead_code_eliminate()
205 gpir_optimize(gpir_compiler *comp) in gpir_optimize()
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
DLargeCompositionSoftwareRendering.kt54 snapshotWithComposable("Fit") { comp -> in <lambda>() method
57 snapshotWithComposable("Crop") { comp -> in <lambda>() method
60 snapshotWithComposable("FillBounds") { comp -> in <lambda>() method
63 snapshotWithComposable("FillWidth") { comp -> in <lambda>() method
66 snapshotWithComposable("FillHeight") { comp -> in <lambda>() method
69 snapshotWithComposable("Inside") { comp -> in <lambda>() method
72 snapshotWithComposable("None") { comp -> in <lambda>() method
/external/libchrome/base/containers/
Dflat_map.h245 flat_map<Key, Mapped, Compare>::flat_map(const Compare& comp) : tree(comp) {} in flat_map()
252 const Compare& comp) in flat_map()
258 const Compare& comp) in flat_map()
265 const Compare& comp) in flat_map()
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/
Dpredicate.hpp48 Comp unantistable(Comp comp) in unantistable()
52 Comp unantistable(antistable<Comp> comp) in unantistable()
62 explicit negate(Comp comp) in negate()
84 explicit inverse(Comp comp) in inverse()

12345678910>>...36