Home
last modified time | relevance | path

Searched refs:cond_state (Results 1 – 25 of 55) sorted by relevance

123

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/script/
H A Dgenerate-txt-from-texi.sh998 cond_state = 1;
1084 if (cond_state) {
1091 if (cond_state) {
1100 if (cond_state) {
1109 if (cond_state) {
1118 if (cond_state) {
1130 if (cond_state) {
1153 if (cond_state) {
1175 if (cond_state) {
1184 if (cond_state) {
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/script/
H A Dgenerate-txt-from-texi.sh998 cond_state = 1;
1084 if (cond_state) {
1091 if (cond_state) {
1100 if (cond_state) {
1109 if (cond_state) {
1118 if (cond_state) {
1130 if (cond_state) {
1153 if (cond_state) {
1175 if (cond_state) {
1184 if (cond_state) {
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/
H A Dtranslate_arm.cpp22 static bool CondCanContinue(ConditionalState cond_state, const A32::IREmitter& ir) { in CondCanContinue() argument
23 ASSERT_MSG(cond_state != ConditionalState::Break, "Should never happen."); in CondCanContinue()
25 if (cond_state == ConditionalState::None) in CondCanContinue()
53 if (visitor.cond_state == ConditionalState::Break) { in TranslateArm()
61 …if (visitor.cond_state == ConditionalState::Translating || visitor.cond_state == ConditionalState:… in TranslateArm()
105 ASSERT_MSG(cond_state != ConditionalState::Break, in ConditionPassed()
113 if (cond_state == ConditionalState::Translating) { in ConditionPassed()
115 cond_state = ConditionalState::Trailing; in ConditionPassed()
124 cond_state = ConditionalState::Break; in ConditionPassed()
139 cond_state = ConditionalState::Break; in ConditionPassed()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/
H A Dtranslate_arm.cpp22 static bool CondCanContinue(ConditionalState cond_state, const A32::IREmitter& ir) { in CondCanContinue() argument
23 ASSERT_MSG(cond_state != ConditionalState::Break, "Should never happen."); in CondCanContinue()
25 if (cond_state == ConditionalState::None) in CondCanContinue()
53 if (visitor.cond_state == ConditionalState::Break) { in TranslateArm()
61 …if (visitor.cond_state == ConditionalState::Translating || visitor.cond_state == ConditionalState:… in TranslateArm()
105 ASSERT_MSG(cond_state != ConditionalState::Break, in ConditionPassed()
113 if (cond_state == ConditionalState::Translating) { in ConditionPassed()
115 cond_state = ConditionalState::Trailing; in ConditionPassed()
124 cond_state = ConditionalState::Break; in ConditionPassed()
139 cond_state = ConditionalState::Break; in ConditionPassed()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/translate/
H A Dtranslate_arm.cpp22 static bool CondCanContinue(ConditionalState cond_state, const A32::IREmitter& ir) { in CondCanContinue() argument
23 ASSERT_MSG(cond_state != ConditionalState::Break, "Should never happen."); in CondCanContinue()
25 if (cond_state == ConditionalState::None) in CondCanContinue()
53 if (visitor.cond_state == ConditionalState::Break) { in TranslateArm()
61 …if (visitor.cond_state == ConditionalState::Translating || visitor.cond_state == ConditionalState:… in TranslateArm()
105 ASSERT_MSG(cond_state != ConditionalState::Break, in ConditionPassed()
113 if (cond_state == ConditionalState::Translating) { in ConditionPassed()
115 cond_state = ConditionalState::Trailing; in ConditionPassed()
124 cond_state = ConditionalState::Break; in ConditionPassed()
139 cond_state = ConditionalState::Break; in ConditionPassed()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dcond.c1270 if (!cond_state) { in Cond_Eval()
1271 cond_state = bmake_malloc(max_if_depth * sizeof(*cond_state)); in Cond_Eval()
1272 cond_state[0] = IF_ACTIVE; in Cond_Eval()
1302 state = cond_state[cond_depth]; in Cond_Eval()
1317 cond_state[cond_depth] = state; in Cond_Eval()
1350 state = cond_state[cond_depth]; in Cond_Eval()
1370 cond_state = bmake_realloc(cond_state, max_if_depth * in Cond_Eval()
1371 sizeof(*cond_state)); in Cond_Eval()
1373 state = cond_state[cond_depth]; in Cond_Eval()
1386 cond_state[cond_depth] = SKIP_TO_ELSE; in Cond_Eval()
[all …]
/dports/print/cups/cups-2.3.3op2/ppdc/
H A Dppdc-source.cxx783 if (cond_state) in get_duplex()
2577 if (cond_state) in scan_file()
2662 if (cond_state) in scan_file()
2686 if (cond_state) in scan_file()
2698 if (cond_state) in scan_file()
2753 if (cond_state) in scan_file()
2773 if (cond_state) in scan_file()
2819 if (cond_state) in scan_file()
2865 if (cond_state) in scan_file()
2905 if (cond_state) in scan_file()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dsynchronization_common.h978 uintptr_t *cond_state; member
982 : cond_state(cond_state), mutex(mutex) { in signal_parking_control()
1005 uintptr_t *cond_state; member
1009 : cond_state(cond_state), mutex(mutex) { in broadcast_parking_control()
1019 atomic_load_relaxed(broadcast_control->cond_state, &val); in broadcast_parking_control_validate()
1028 atomic_store_relaxed(broadcast_control->cond_state, &val); in broadcast_parking_control_validate()
1046 uintptr_t *cond_state; member
1050 : cond_state(cond_state), mutex(mutex) { in wait_parking_control()
1061 atomic_load_relaxed(wait_control->cond_state, &val); in wait_parking_control_validate()
1065 atomic_store_relaxed(wait_control->cond_state, &val); in wait_parking_control_validate()
[all …]
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A Dwaittriggers.cc48 condition_variable cond_state; variable
65 return to_trigger(&cond_state); in trigger_state()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/net/
H A Dfsm.c57 if ((tmpl[i].cond_state >= nr_states) || in init_fsm()
61 name, i, (long)tmpl[i].cond_state, (long)f->nr_states, in init_fsm()
66 m[nr_states * tmpl[i].cond_event + tmpl[i].cond_state] = in init_fsm()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/net/
H A Dfsm.c57 if ((tmpl[i].cond_state >= nr_states) || in init_fsm()
61 name, i, (long)tmpl[i].cond_state, (long)f->nr_states, in init_fsm()
66 m[nr_states * tmpl[i].cond_event + tmpl[i].cond_state] = in init_fsm()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/net/
H A Dfsm.c57 if ((tmpl[i].cond_state >= nr_states) || in init_fsm()
61 name, i, (long)tmpl[i].cond_state, (long)f->nr_states, in init_fsm()
66 m[nr_states * tmpl[i].cond_event + tmpl[i].cond_state] = in init_fsm()
/dports/devel/vasm/vasm/
H A Dcond.h17 int cond_state(void);
H A Dcond.c23 int cond_state(void) in cond_state() function
/dports/textproc/xenv/xenv-1.2/
H A Dxenv.l764 struct cond_state {
769 static XENV_STACK cond_stack = XENV_STACK_INITIALIZER(struct cond_state);
777 struct cond_state *st = xenv_stack_peek(&cond_stack, -1);
792 struct cond_state *st = xenv_stack_push(&cond_stack);
808 struct cond_state *st = xenv_stack_pop(&cond_stack);
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dparse.c52 struct cond_state { struct
198 printf("%s %s\n", (cond_state ? (cond_state->result ? "1" : "0") : "-"), in conditional_yylex()
217 cond_state = new; in conditional_yylex()
225 if (cond_state == NULL) in conditional_yylex()
229 cond_state->result = !(cond_state->result); in conditional_yylex()
243 cond_state = cond_state->next; in conditional_yylex()
255 if (cond_state == NULL || cond_state->result) { in conditional_yylex()
294 if (cond_state != NULL) { in conditional_yylex()
302 if (translate_on && (cond_state == NULL || cond_state->result)) { in conditional_yylex()
5941 free(cond_state); in parse()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/perfschema/unittest/
H A Dpfs-t.cc948 PSI_cond_locker_state cond_state; in test_locker_disabled() local
966 cond_locker= psi->get_thread_cond_locker(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT); in test_locker_disabled()
989 cond_locker= psi->get_thread_cond_locker(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT); in test_locker_disabled()
1012 cond_locker= psi->get_thread_cond_locker(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT); in test_locker_disabled()
1039 cond_locker= psi->get_thread_cond_locker(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT); in test_locker_disabled()
1070 cond_locker= psi->get_thread_cond_locker(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT); in test_locker_disabled()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/perfschema/unittest/
H A Dpfs-t.cc1176 PSI_cond_locker_state cond_state; in test_locker_disabled() local
1197 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1224 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1257 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1294 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1330 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_… in test_locker_disabled()
1376 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/perfschema/unittest/
H A Dpfs-t.cc1176 PSI_cond_locker_state cond_state; in test_locker_disabled() local
1197 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1224 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1257 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1294 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1330 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_… in test_locker_disabled()
1376 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/perfschema/unittest/
H A Dpfs-t.cc1176 PSI_cond_locker_state cond_state; in test_locker_disabled() local
1197 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1224 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1257 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1294 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1330 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_… in test_locker_disabled()
1376 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/perfschema/unittest/
H A Dpfs-t.cc1176 PSI_cond_locker_state cond_state; in test_locker_disabled() local
1197 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1224 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1257 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1294 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1330 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_… in test_locker_disabled()
1376 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/perfschema/unittest/
H A Dpfs-t.cc1175 PSI_cond_locker_state cond_state; in test_locker_disabled() local
1196 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1223 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1256 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1293 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1329 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_… in test_locker_disabled()
1375 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/perfschema/unittest/
H A Dpfs-t.cc1175 PSI_cond_locker_state cond_state;
1196 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12);
1223 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12);
1256 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12);
1293 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12);
1329 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_…
1375 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/perfschema/unittest/
H A Dpfs-t.cc1175 PSI_cond_locker_state cond_state; in test_locker_disabled() local
1196 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1223 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1256 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1293 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1329 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_… in test_locker_disabled()
1375 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/perfschema/unittest/
H A Dpfs-t.cc1175 PSI_cond_locker_state cond_state; in test_locker_disabled() local
1196 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1223 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1256 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1293 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()
1329 …cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, __FILE__, __LINE_… in test_locker_disabled()
1375 cond_locker= psi->start_cond_wait(&cond_state, cond_A1, mutex_A1, PSI_COND_WAIT, "foo.cc", 12); in test_locker_disabled()

123