Home
last modified time | relevance | path

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

123456789

/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
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Dcondition_variable.cpp62 bool ConditionVariable::WaitFor(AutoLock& lock, int64_t timeoutMs, std::function<bool()> pred) in WaitFor() 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
/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
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H A Dcondition_variable.h53 bool WaitFor(ScopedLock& lock, int timeoutMs, Predicate pred) in WaitFor() argument
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dcondition_variable.h81 void wait(std::unique_lock<mutex>& lk, Pred&& pred) in wait() 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
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dcondition_variable.cpp111 bool ConditionVariable::WaitFor(AutoLock& lock, int64_t timeoutMs, std::function<bool()> pred) in WaitFor() argument
/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

Completed in 11 milliseconds

123456789