Searched refs:dest_id (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/tre/dist/lib/ |
| D | tre-match-approx.c | 531 int dest_id = trans->state_id; in tre_tnfa_run_approx() local 533 id, dest_id, cost0, reach_p->params.max_cost)); in tre_tnfa_run_approx() 551 if (reach_next[dest_id].pos == pos in tre_tnfa_run_approx() 552 && (cost0 > reach_next[dest_id].costs[0][TRE_M_COST] in tre_tnfa_run_approx() 553 || (cost0 == reach_next[dest_id].costs[0][TRE_M_COST] in tre_tnfa_run_approx() 558 reach_next[dest_id].tags))))) in tre_tnfa_run_approx() 561 cost0, reach_next[dest_id].costs[0][TRE_M_COST])); in tre_tnfa_run_approx() 567 reach_next[dest_id].state = trans->state; in tre_tnfa_run_approx() 568 reach_next[dest_id].pos = pos; in tre_tnfa_run_approx() 570 reach_next[dest_id].tags[i] = tmp_tags[i]; in tre_tnfa_run_approx() [all …]
|
| /netbsd/src/sys/arch/mips/rmi/ |
| D | rmixl_fmnvar.h | 144 #define RMIXL_MSGSND_DESC(size, code, dest_id) \ argument 145 ((((size) - 1) << 16) | ((code) << 8) | (dest_id))
|
| D | rmixl_fmn.c | 778 rmixl_fmn_msg_send(u_int size, u_int code, u_int dest_id, rmixl_fmn_msg_t *msg) in rmixl_fmn_msg_send() argument 789 KASSERT(dest_id <= 0xff); in rmixl_fmn_msg_send() 827 __func__, cpu_number(), msg, dest_id, msg_status)); in rmixl_fmn_msg_send() 831 desc = RMIXL_MSGSND_DESC(size, code, dest_id); in rmixl_fmn_msg_send() 858 __func__, curcpu()->ci_cpuid, dest_id, msg_status, msg_status1, try)); in rmixl_fmn_msg_send()
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | lapic.c | 930 uint32_t dest_id = 0; in x2apic_ipi() local 933 dest_id = target; in x2apic_ipi() 935 x2apic_write_icr(dest_id, in x2apic_ipi()
|