Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dragonfly/lib/libthread_xu/thread/
H A Dthr_cond.c129 init_static(pthread_t thread, pthread_cond_t *cond) in init_static()
146 _pthread_cond_init(pthread_cond_t * __restrict cond, in _pthread_cond_init()
154 _pthread_cond_destroy(pthread_cond_t *cond) in _pthread_cond_destroy()
198 pthread_cond_t *cond; member
231 cond_wait_common(pthread_cond_t *cond, pthread_mutex_t *mutex, in cond_wait_common()
325 _pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in _pthread_cond_wait()
331 __pthread_cond_wait(pthread_cond_t * __restrict cond, in __pthread_cond_wait()
338 _pthread_cond_timedwait(pthread_cond_t * __restrict cond, in _pthread_cond_timedwait()
361 cond_signal_common(pthread_cond_t *cond, int broadcast) in cond_signal_common()
402 _pthread_cond_signal(pthread_cond_t * cond) in _pthread_cond_signal()
[all …]
/dragonfly/contrib/xz/src/common/
H A Dmythread.h116 pthread_cond_t cond; member
257 mythread_cond_destroy(mythread_cond *cond) in mythread_cond_destroy()
265 mythread_cond_signal(mythread_cond *cond) in mythread_cond_signal()
273 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait()
283 mythread_cond_timedwait(mythread_cond *cond, mythread_mutex *mutex, in mythread_cond_timedwait()
294 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
439 mythread_cond_init(mythread_cond *cond) in mythread_cond_init()
451 mythread_cond_destroy(mythread_cond *cond) in mythread_cond_destroy()
461 mythread_cond_signal(mythread_cond *cond) in mythread_cond_signal()
471 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait()
[all …]
/dragonfly/lib/libc/resolv/
H A Dres_debug.h22 # define Dprint(cond, args) /*empty*/ argument
23 # define DprintQ(cond, args, query, size) /*empty*/ argument
27 # define Dprint(cond, args) if (cond) {fprintf args;} else {} argument
28 # define DprintQ(cond, args, query, size) if (cond) {\ argument
/dragonfly/stand/boot/common/
H A Dcommands.c515 struct cond { struct
520 static struct cond CondStack[32]; argument
534 struct cond *cond = &CondStack[CondIndex++]; in command_ifexists() local
560 struct cond *cond = &CondStack[CondIndex++]; in command_ifset() local
588 struct cond *cond = &CondStack[CondIndex - 1]; in command_elseifexists() local
613 struct cond *cond; in command_else() local
631 struct cond *cond; in command_endif() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-unswitch.c123 tree cond, use; in tree_may_unswitch_on() local
159 simplify_using_entry_checks (struct loop *loop, tree cond) in simplify_using_entry_checks()
197 tree cond = NULL_TREE; in tree_unswitch_single_loop() local
367 basic_block unswitch_on, tree cond) in tree_unswitch_loop()
H A Dloop-unswitch.c94 rtx seq, jump, cond; in compare_and_jump_seq() local
237 reversed_condition (rtx cond) in reversed_condition()
259 rtx cond, rcond = NULL_RTX, conds, rconds, acond, cinsn; in unswitch_single_loop() local
392 unswitch_loop (struct loop *loop, basic_block unswitch_on, rtx cond, rtx cinsn) in unswitch_loop()
H A Difcvt.c396 rtx test_if, cond; in cond_exec_get_condition() local
739 rtx cond; member
789 rtx cond = if_info->cond; in noce_emit_store_flag() local
992 rtx cond = if_info->cond; in noce_try_move() local
1704 rtx cond, set, insn; in noce_get_alt_condition() local
2094 rtx cond, t, m, c, seq; in noce_try_sign_mask() local
2276 rtx cond, set, tmp; in noce_get_condition() local
2701 rtx cond) in check_cond_move_block()
2982 rtx jump, cond; in noce_find_if_block() local
4093 rtx cond, prob_val; in dead_or_predicable() local
[all …]
H A Dtree-if-conv.c138 set_bb_predicate (basic_block bb, tree cond) in set_bb_predicate()
252 is_true_predicate (tree cond) in is_true_predicate()
272 parse_predicate (tree cond, tree *op0, tree *op1) in parse_predicate()
372 tree prev_cond, tree cond) in add_to_dst_predicate_list()
943 tree cond; in predicate_bbs() local
1185 find_phi_replacement_condition (basic_block bb, tree *cond, in find_phi_replacement_condition()
1245 predicate_scalar_phi (gimple phi, tree cond, in predicate_scalar_phi()
1315 tree cond = NULL_TREE; in predicate_all_scalar_phis() local
1513 tree cond = bb_predicate (bb); in predicate_mem_writes() local
H A Dtree-ssa-threadedge.c456 tree cond, cached_lhs; in simplify_control_stmt_condition() local
636 tree cond; in thread_around_empty_block() local
770 tree cond; in thread_across_edge() local
H A Dtree-ssa-ifcombine.c171 recognize_single_bit_test (gimple cond, tree *name, tree *bit) in recognize_single_bit_test()
279 recognize_bits_test (gimple cond, tree *name, tree *bits) in recognize_bits_test()
/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.c431 rtx test_if, cond; in cond_exec_get_condition() local
1000 cc_in_cond (rtx cond) in cc_in_cond()
2305 rtx cond, set; in noce_get_alt_condition() local
2458 rtx cond, target; in noce_try_minmax() local
2725 rtx cond, t, m, c; in noce_try_sign_mask() local
2921 rtx cond, set, tmp; in noce_get_condition() local
3672 rtx cond) in check_cond_move_block()
3954 rtx cond; in noce_find_if_block() local
4619 rtx cond; in find_cond_trap() local
5120 rtx cond; in dead_or_predicable() local
[all …]
H A Dtree-ssa-loop-unswitch.c194 tree cond, use; in tree_may_unswitch_on() local
235 simplify_using_entry_checks (struct loop *loop, tree cond) in simplify_using_entry_checks()
273 tree cond = NULL_TREE; in tree_unswitch_single_loop() local
481 basic_block unswitch_on, tree cond) in tree_unswitch_loop()
582 gcond *cond; in find_loop_guard() local
H A Dtree-if-conv.c228 set_bb_predicate (basic_block bb, tree cond) in set_bb_predicate()
352 is_false_predicate (tree cond) in is_false_predicate()
362 is_true_predicate (tree cond) in is_true_predicate()
382 parse_predicate (tree cond, tree *op0, tree *op1) in parse_predicate()
562 tree prev_cond, tree cond) in add_to_dst_predicate_list()
1268 tree cond; in predicate_bbs() local
1690 tree cond, tree op0, tree op1, bool swap) in convert_scalar_cond_reduction()
1735 tree cond = NULL_TREE; in gen_phi_arg_condition() local
1795 tree cond; in predicate_scalar_phi() local
2215 tree cond = bb_predicate (bb); in predicate_mem_writes() local
[all …]
H A Dgimple-ssa-split-paths.c259 if (gcond *cond = dyn_cast <gcond *> (use_stmt)) in is_feasible_trace() local
278 gcond *cond = as_a <gcond *> (last_stmt (dom)); in is_feasible_trace() local
H A Dloop-iv.c1644 canon_condition (rtx cond) in canon_condition()
1720 reversed_condition (rtx cond) in reversed_condition()
1736 simplify_using_condition (rtx cond, rtx *expr, regset altered) in simplify_using_condition()
1938 rtx cond = get_condition (BB_END (e->src), NULL, false, true); in simplify_using_initial_values() local
2074 enum rtx_code cond, bool signed_p, struct niter_desc *desc) in shorten_into_mode()
2133 enum rtx_code cond, struct niter_desc *desc) in canonicalize_iv_subregs()
2312 enum rtx_code cond; in iv_number_of_iterations() local
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dpp_debug.h37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument
45 #define PP_ASSERT(cond, msg) \ argument
/dragonfly/contrib/zstd/lib/common/
H A Dthreading.c103 int ZSTD_pthread_cond_init(ZSTD_pthread_cond_t* cond, pthread_condattr_t const* attr) in ZSTD_pthread_cond_init()
111 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy()
/dragonfly/contrib/mpfr/src/
H A Dai.c59 unsigned long int cond; /* condition number of the series */ in mpfr_ai1() local
325 unsigned long int cond; /* condition number of the series */ in mpfr_ai2() local
/dragonfly/libexec/rtld-elf/
H A Ddebug.h54 #define assert(cond) ((cond) ? (void) 0 : \ argument
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
137 # define Assert(cond,msg) argument
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
137 # define Assert(cond,msg) argument
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_zutil.h130 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
137 # define Assert(cond,msg) argument
/dragonfly/sys/dev/drm/include/linux/
H A Dbug.h44 #define BUILD_BUG_ON_MSG(cond, msg) do { } while (0) argument
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp74 cond_dealtor_t cond(p_e); in get_entry() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp74 cond_dealtor_t cond(p_e); in get_entry() local

1234567891011