Home
last modified time | relevance | path

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

12345678910>>...67

/aosp_15_r20/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 …]
Dbstree_algorithms.hpp749 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in find()
782 , KeyNodePtrCompare comp in bounded_range()
846 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in count()
872 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in equal_range()
892 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound_range()
916 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
934 (const const_node_ptr & header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
997 ,KeyNodePtrCompare comp, insert_commit_data &commit_data in insert_unique_check()
1075 ,KeyNodePtrCompare comp, insert_commit_data &commit_data in insert_unique_check()
1114 (node_ptr h, node_ptr hint, node_ptr new_node, NodePtrCompare comp in insert_equal()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
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 …]
Dadaptive_sort_merge.hpp151 , const typename iterator_traits<RandIt>::value_type &next_key, Compare comp) in skip_until_merge()
233 (RandIt first1, RandIt last1, RandIt const last2, bool *const pis_range1_A, Compare comp) in partial_merge_bufferless_impl()
259 (RandIt first1, RandIt last1, RandIt const last2, bool *const pis_range1_A, Compare comp) in partial_merge_bufferless()
280 , Compare comp) in find_next_block()
313 , Compare comp) in merge_blocks_bufferless()
383 , typename iterator_traits<RandIt>::size_type const max_collected, Compare comp in collect_unique()
511 ( RandIt const first, RandIt const last, Compare comp) in slow_stable_sort()
520 ( RandIt const first, RandIt const last, Compare comp) in slow_stable_sort()
589 void stable_sort( RandIt first, RandIt last, Compare comp, XBuf & xbuf) in stable_sort()
604 , Comp comp in unstable_sort()
[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()
/aosp_15_r20/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 …]
/aosp_15_r20/frameworks/av/media/module/libapexcodecs/
H A DApexCodecs.cpp41 ApexCodec_ComponentStore *store, const char *name, ApexCodec_Component **comp) { in ApexCodec_Component_create()
46 void ApexCodec_Component_destroy(ApexCodec_Component *comp) {} in ApexCodec_Component_destroy()
48 ApexCodec_Status ApexCodec_Component_start(ApexCodec_Component *comp) { in ApexCodec_Component_start()
52 ApexCodec_Status ApexCodec_Component_flush(ApexCodec_Component *comp) { in ApexCodec_Component_flush()
56 ApexCodec_Status ApexCodec_Component_reset(ApexCodec_Component *comp) { in ApexCodec_Component_reset()
61 ApexCodec_Component *comp) { in ApexCodec_Component_getConfigurable()
89 ApexCodec_Component *comp, in ApexCodec_Component_process()
98 ApexCodec_Configurable *comp, in ApexCodec_Configurable_config()
105 ApexCodec_Configurable *comp, in ApexCodec_Configurable_query()
136 ApexCodec_Configurable *comp, in ApexCodec_Configurable_querySupportedParams()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dflat_set.hpp147 explicit flat_set(const Compare& comp) in flat_set()
164 flat_set(const Compare& comp, const allocator_type& a) in flat_set()
197 flat_set(InputIterator first, InputIterator last, const Compare& comp) in flat_set()
208 flat_set(InputIterator first, InputIterator last, const Compare& comp, const allocator_type& a) in flat_set()
240 flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in flat_set()
256 …flat_set(ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp, con… in flat_set()
300 BOOST_CONTAINER_FORCEINLINE flat_set(std::initializer_list<value_type> il, const Compare& comp) in flat_set()
309 …BOOST_CONTAINER_FORCEINLINE flat_set(std::initializer_list<value_type> il, const Compare& comp, co… in flat_set()
337 …EINLINE flat_set(ordered_unique_range_t, std::initializer_list<value_type> il, const Compare& comp) in flat_set()
351 …_set(ordered_unique_range_t, std::initializer_list<value_type> il, const Compare& comp, const allo… in flat_set()
[all …]
Dset.hpp132 BOOST_CONTAINER_FORCEINLINE explicit set(const Compare& comp) in set()
140 BOOST_CONTAINER_FORCEINLINE set(const Compare& comp, const allocator_type& a) in set()
170 BOOST_CONTAINER_FORCEINLINE set(InputIterator first, InputIterator last, const Compare& comp) in set()
180 …BOOST_CONTAINER_FORCEINLINE set(InputIterator first, InputIterator last, const Compare& comp, cons… in set()
210 …EINLINE set( ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp ) in set()
226 , const Compare& comp, const allocator_type& a) in set()
269 BOOST_CONTAINER_FORCEINLINE set(std::initializer_list<value_type> il, const Compare& comp ) in set()
278 …BOOST_CONTAINER_FORCEINLINE set(std::initializer_list<value_type> il, const Compare& comp, const a… in set()
306 …FORCEINLINE set( ordered_unique_range_t, std::initializer_list<value_type> il, const Compare& comp) in set()
320 …set( ordered_unique_range_t, std::initializer_list<value_type> il, const Compare& comp, const allo… in set()
[all …]
Dmap.hpp155 BOOST_CONTAINER_FORCEINLINE map(const Compare& comp, const allocator_type& a) in map()
162 BOOST_CONTAINER_FORCEINLINE explicit map(const Compare& comp) in map()
199 BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const Compare& comp) in map()
209 …BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const Compare& comp, cons… in map()
239 …CEINLINE map( ordered_unique_range_t, InputIterator first, InputIterator last, const Compare& comp) in map()
255 , const Compare& comp, const allocator_type& a) in map()
290 BOOST_CONTAINER_FORCEINLINE map(std::initializer_list<value_type> il, const Compare& comp) in map()
308 …BOOST_CONTAINER_FORCEINLINE map(std::initializer_list<value_type> il, const Compare& comp, const a… in map()
335 …_FORCEINLINE map(ordered_unique_range_t, std::initializer_list<value_type> il, const Compare& comp) in map()
350 , const Compare& comp, const allocator_type& a) in map()
[all …]
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/testing/
DProtobufMatchers.h276 inline bool ProtoCompare(const ProtoComparison& comp, const Proto& actual, in ProtoCompare()
298 const ProtoComparison& comp) // How to compare the two protobufs. in ProtoMatcherBase()
423 const ProtoComparison& comp() const { return *comp_; } in comp() function
447 const ProtoComparison& comp) // How to compare the two protobufs. in ProtoMatcher()
485 const ProtoComparison comp) // How to compare the two protobufs. in ProtoStringMatcher()
712 explicit TupleProtoMatcher(const ProtoComparison& comp) : comp_(new auto(comp)) {} in TupleProtoMatcher()
770 explicit Impl(const ProtoComparison& comp) : comp_(comp) {} in Impl()
795 internal::ProtoComparison comp; in EqualsProto() local
803 internal::ProtoComparison comp; in EquivToProto() local
811 internal::ProtoComparison comp; in EqualsProto() local
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A 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
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A DApexCodecsLazy.cpp177 ApexCodec_ComponentStore *store, const char *name, ApexCodec_Component **comp) { in ApexCodec_Component_create()
181 void ApexCodec_Component_destroy(ApexCodec_Component *comp) { in ApexCodec_Component_destroy()
185 ApexCodec_Status ApexCodec_Component_start(ApexCodec_Component *comp) { in ApexCodec_Component_start()
189 ApexCodec_Status ApexCodec_Component_flush(ApexCodec_Component *comp) { in ApexCodec_Component_flush()
193 ApexCodec_Status ApexCodec_Component_reset(ApexCodec_Component *comp) { in ApexCodec_Component_reset()
198 ApexCodec_Component *comp) { in ApexCodec_Component_getConfigurable()
232 ApexCodec_Component *comp, in ApexCodec_Component_process()
242 ApexCodec_Configurable *comp, in ApexCodec_Configurable_config()
249 ApexCodec_Configurable *comp, in ApexCodec_Configurable_query()
283 ApexCodec_Configurable *comp, in ApexCodec_Configurable_querySupportedParams()
[all …]
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A 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()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dpattern.c107 xmlStreamCompPtr comp; /* the compiled stream */ member
180 xmlPatternPtr comp; /* the result */ member
228 xmlFreePattern(xmlPatternPtr comp) { in xmlFreePattern()
233 xmlFreePatternInternal(xmlPatternPtr comp) { in xmlFreePatternInternal()
269 xmlFreePatternList(xmlPatternPtr comp) { in xmlFreePatternList()
347 xmlPatternAdd(xmlPatParserContextPtr ctxt, xmlPatternPtr comp, in xmlPatternAdd()
408 xmlReversePattern(xmlPatternPtr comp) { in xmlReversePattern()
498 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) { in xmlPatMatch()
1451 xmlFreeStreamComp(xmlStreamCompPtr comp) { in xmlFreeStreamComp()
1473 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, in xmlStreamCompAddStep()
[all …]
/aosp_15_r20/external/libxml2/
H A Dpattern.c107 xmlStreamCompPtr comp; /* the compiled stream */ member
180 xmlPatternPtr comp; /* the result */ member
228 xmlFreePattern(xmlPatternPtr comp) { in xmlFreePattern()
233 xmlFreePatternInternal(xmlPatternPtr comp) { in xmlFreePatternInternal()
269 xmlFreePatternList(xmlPatternPtr comp) { in xmlFreePatternList()
347 xmlPatternAdd(xmlPatParserContextPtr ctxt, xmlPatternPtr comp, in xmlPatternAdd()
379 xmlReversePattern(xmlPatternPtr comp) { in xmlReversePattern()
461 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) { in xmlPatMatch()
1319 xmlFreeStreamComp(xmlStreamCompPtr comp) { in xmlFreeStreamComp()
1341 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, in xmlStreamCompAddStep()
[all …]
/aosp_15_r20/external/cronet/base/containers/
H A Dflat_tree.h37 constexpr bool is_sorted_and_unique(const Range& range, Comp comp) { in is_sorted_and_unique()
102 NO_UNIQUE_ADDRESS key_compare comp; member
504 const KeyCompare& comp) in flat_tree()
512 const KeyCompare& comp) in flat_tree()
520 const KeyCompare& comp) in flat_tree()
528 const KeyCompare& comp) in flat_tree()
536 const KeyCompare& comp) in flat_tree()
545 const KeyCompare& comp) in flat_tree()
554 const KeyCompare& comp) in flat_tree()
563 const KeyCompare& comp) in flat_tree()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_fused_conv_rewriter.cc119 HloComputation* comp = conv->parent(); in EnsureIsConvBiasActivation() local
153 StatusOr<bool> FuseConvertToFloat(HloComputation* comp) { in FuseConvertToFloat()
188 StatusOr<bool> FuseConvAlpha(HloComputation* comp) { in FuseConvAlpha()
236 StatusOr<bool> FuseBiasOrSideInput(HloComputation* comp) { in FuseBiasOrSideInput()
343 StatusOr<bool> FuseSideInputAlpha(HloComputation* comp) { in FuseSideInputAlpha()
448 StatusOr<bool> FuseRelu(HloComputation* comp) { in FuseRelu()
483 StatusOr<bool> FuseConvertToF16(HloComputation* comp) { in FuseConvertToF16()
543 StatusOr<bool> FuseConvertToS8(HloComputation* comp) { in FuseConvertToS8()
624 Status CheckNoIllegalIntegerConvs(HloComputation* comp) { in CheckNoIllegalIntegerConvs()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_ra_predicates.c72 unsigned comp) in try_avoid_comp()
82 unsigned comp) in reg_is_free()
108 unsigned comp) in assign_reg()
136 unsigned comp = reg_comp(def); in alloc_reg() local
142 unsigned comp = alloc_reg_comp(ctx, live); in alloc_reg() local
152 unsigned comp = reg_comp(reg); in free_reg() local
262 unsigned comp) in reload_into()
301 unsigned comp = alloc_reg_comp(ctx, live); in reload() local
322 unsigned comp = reg_comp(src); in ra_block() local
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
H A 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
/aosp_15_r20/frameworks/av/media/libheadtracking/
H A DPoseDriftCompensator-test.cpp34 PoseDriftCompensator comp(Options{}); in TEST() local
41 PoseDriftCompensator comp(Options{}); in TEST() local
64 PoseDriftCompensator comp(Options{}); in TEST() local
85 PoseDriftCompensator comp( in TEST() local
100 PoseDriftCompensator comp( in TEST() local
121 PoseDriftCompensator comp( in TEST() local

12345678910>>...67