/third_party/musl/src/search/ |
H A D | insque.c | 8 void insque(void *element, void *pred) in insque() argument
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksCommon.hpp | 55 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 D | condition_variable.cpp | 62 bool ConditionVariable::WaitFor(AutoLock& lock, int64_t timeoutMs, std::function<bool()> pred) in WaitFor() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | dcaadpcm.h | 37 int64_t pred = 0; in ff_dcaadpcm_predict() local
|
H A D | siprdata.h | 259 static const float pred[4] = { variable
|
H A D | huffyuvencdsp.c | 61 const int pred = mid_pred(l, src1[i], (l + src1[i] - lt) & mask); in sub_hfyu_median_pred_int16_c() local
|
H A D | lossless_videoencdsp.c | 67 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 D | btree_map.h | 447 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 D | btree_set.h | 367 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 D | flat_hash_map.h | 546 void erase_if(flat_hash_map<K, V, H, E, A>& c, Predicate pred) { in erase_if() argument
|
H A D | flat_hash_set.h | 447 void erase_if(flat_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() argument
|
H A D | node_hash_set.h | 437 void erase_if(node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() argument
|
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/ |
H A D | condition_variable.h | 53 bool WaitFor(ScopedLock& lock, int timeoutMs, Predicate pred) in WaitFor() argument
|
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
H A D | condition_variable.h | 81 void wait(std::unique_lock<mutex>& lk, Pred&& pred) in wait() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_remove_unreachable.c | 98 struct ir3_block *pred = block->physical_predecessors[0]; in delete_block() local
|
H A D | ir3_dominance.c | 58 struct ir3_block *pred = block->predecessors[i]; in calc_dominance() local
|
H A D | ir3_liveness.c | 79 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 D | dce_tests.cpp | 49 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 D | util.h | 49 GetAllVarsInScope( const tint::Program& program, const sem::Statement* curr_stmt, Pred&& pred) GetAllVarsInScope() argument
|
/foundation/multimedia/media_foundation/src/osal/task/pthread/ |
H A D | condition_variable.cpp | 111 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 D | block-range.h | 35 u64 pred; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-range.h | 35 u64 pred; member
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_lower_ubo_loads.c | 64 nir_ssa_def *pred; in lower_ubo_load_instr() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkApiVersion.cpp | 125 std::set<deUint32> pred; in minVulkanAPIVersion() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | conditionvariable.h | 122 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...] |