Home
last modified time | relevance | path

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

12345678910>>...12

/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
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference_processor.h92 void EtsReferenceProcessor::ProcessReferences(const mem::GC::ReferenceClearPredicateT &pred, const Handler &handler) in ProcessReferences() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
H A Dreference_processor.h83 virtual void ProcessReferencesAfterCompaction([[maybe_unused]] const mem::GC::ReferenceClearPredicateT &pred) in ProcessReferencesAfterCompaction() 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
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp205 static bool MatchConstituentOrConstraint(const Type *type, Pred const &pred, Trv const &trv) in MatchConstituentOrConstraint() argument
235 static bool MatchConstituentOrConstraint(const Type *type, Pred const &pred) in MatchConstituentOrConstraint() 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
/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

Completed in 10 milliseconds

12345678910>>...12