Home
last modified time | relevance | path

Searched refs:is_handled (Results 1 – 4 of 4) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg.c1052 int is_handled = FAILURE; in phpdbg_signal_handler() local
1057 is_handled = phpdbg_watchpoint_segfault_handler(info, context); in phpdbg_signal_handler()
1058 if (is_handled == FAILURE) { in phpdbg_signal_handler()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1289 sljit_s32 is_overflow, is_carry, carry_src_r, is_handled, reg; in emit_single_op() local
1487 is_handled = 0; in emit_single_op()
1492 is_handled = 1; in emit_single_op()
1496 is_handled = 1; in emit_single_op()
1500 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
1501 is_handled = 1; in emit_single_op()
1526 if (is_handled) { in emit_single_op()
H A DsljitNativeLOONGARCH_64.c1316 sljit_s32 is_overflow, is_carry, carry_src_r, is_handled, reg; in emit_single_op() local
1504 is_handled = 0; in emit_single_op()
1509 is_handled = 1; in emit_single_op()
1512 is_handled = 1; in emit_single_op()
1516 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
1517 is_handled = 1; in emit_single_op()
1542 if (is_handled) { in emit_single_op()
H A DsljitNativeMIPS_common.c1698 sljit_s32 is_overflow, is_carry, carry_src_ar, is_handled, reg; in emit_single_op() local
1933 is_handled = 0; in emit_single_op()
1938 is_handled = 1; in emit_single_op()
1942 is_handled = 1; in emit_single_op()
1946 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
1947 is_handled = 1; in emit_single_op()
1972 if (is_handled) { in emit_single_op()

Completed in 44 milliseconds