Home
last modified time | relevance | path

Searched defs:pred (Results 1 - 25 of 232) sorted by relevance

12345678910

/third_party/musl/src/search/
H A Dinsque.c8 void insque(void *element, void *pred) in insque() argument
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCommon.hpp55 vector<T>& remove_erase_if (vector<T>& on, PRED pred) in remove_erase_if() argument
/third_party/ffmpeg/libavcodec/
H A Ddcaadpcm.h37 int64_t pred = 0; in ff_dcaadpcm_predict() local
H A Dsiprdata.h259 static const float pred[4] = { variable
H A Dhuffyuvencdsp.c61 const int pred = mid_pred(l, src1[i], (l + src1[i] - lt) & mask); in sub_hfyu_median_pred_int16_c() local
H A Dlossless_videoencdsp.c67 const int pred = mid_pred(l, src1[i], (l + src1[i] - lt) & 0xFF); in sub_median_pred_c() local
H A Dmsmpeg4.c165 int xy, wrap, pred, a, b, c; in ff_msmpeg4_coded_block_pred() local
206 int a, b, c, wrap, pred, scale; in ff_msmpeg4_pred_dc() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_map.h447 void erase_if(btree_map<K, V, C, A> &map, Pred pred) { in erase_if() argument
755 void erase_if(btree_multimap<K, V, C, A> &map, Pred pred) { in erase_if() argument
H A Dbtree_set.h367 void erase_if(btree_set<K, C, A> &set, Pred pred) { in erase_if() argument
670 void erase_if(btree_multiset<K, C, A> &set, Pred pred) { in erase_if() argument
H A Dflat_hash_map.h546 void erase_if(flat_hash_map<K, V, H, E, A>& c, Predicate pred) { in erase_if() argument
H A Dflat_hash_set.h447 void erase_if(flat_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() argument
H A Dnode_hash_set.h437 void erase_if(node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() argument
H A Dnode_hash_map.h530 void erase_if(node_hash_map<K, V, H, E, A>& c, Predicate pred) { in erase_if() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_remove_unreachable.c98 struct ir3_block *pred = block->physical_predecessors[0]; in delete_block() local
H A Dir3_dominance.c58 struct ir3_block *pred = block->predecessors[i]; in calc_dominance() local
H A Dir3_liveness.c79 const struct ir3_block *pred = block->predecessors[i]; in compute_block_liveness() local
101 const struct ir3_block *pred = block->physical_predecessors[i]; in compute_block_liveness() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Ddce_tests.cpp49 nir_phi_instr *create_one_source_phi(nir_shader *shader, nir_block *pred, in create_one_source_phi() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dutil.h49 GetAllVarsInScope( const tint::Program& program, const sem::Statement* curr_stmt, Pred&& pred) GetAllVarsInScope() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dblock-range.h35 u64 pred; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dblock-range.h35 u64 pred; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ubo_loads.c64 nir_ssa_def *pred; in lower_ubo_load_instr() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp125 std::set<deUint32> pred; in minVulkanAPIVersion() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dconditionvariable.h122 void ConditionVariable::wait(marl::lock& lock, Predicate&& pred) { in wait() argument
150 wait_for( marl::lock& lock, const std::chrono::duration<Rep, Period>& duration, Predicate&& pred) wait_for() argument
158 wait_until( marl::lock& lock, const std::chrono::time_point<Clock, Duration>& timeout, Predicate&& pred) wait_until() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dalgorithm.h45 EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred pred, std::input_iterator_tag, std::input_iterator_tag) EqualImpl() argument
58 EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred&& pred, std::random_access_iterator_tag, std::random_access_iterator_tag) EqualImpl() argument
104 equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred&& pred) equal() argument
/third_party/gn/src/base/
H A Dstl_util.h32 void IterateAndEraseIf(Container& container, Predicate pred) { in IterateAndEraseIf() argument
162 void EraseIf(std::deque<T, Allocator>& container, Predicate pred) { in EraseIf() argument
174 void EraseIf(std::vector<T, Allocator>& container, Predicate pred) { in EraseIf() argument
188 void EraseIf(std::forward_list<T, Allocator>& container, Predicate pred) { in EraseIf() argument
149 EraseIf(std::basic_string<CharT, Traits, Allocator>& container, Predicate pred) EraseIf() argument
201 EraseIf(std::list<T, Allocator>& container, Predicate pred) EraseIf() argument
206 EraseIf(std::map<Key, T, Compare, Allocator>& container, Predicate pred) EraseIf() argument
211 EraseIf(std::multimap<Key, T, Compare, Allocator>& container, Predicate pred) EraseIf() argument
217 EraseIf(std::set<Key, Compare, Allocator>& container, Predicate pred) EraseIf() argument
222 EraseIf(std::multiset<Key, Compare, Allocator>& container, Predicate pred) EraseIf() argument
233 EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
244 EraseIf( std::unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
255 EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
265 EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, Predicate pred) EraseIf() argument
[all...]

Completed in 11 milliseconds

12345678910