Searched refs:el1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_prio_q.h53 int get_fifo_order(const void *el1, const void *el2);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c66 alist_el_t *el1 = arg1; local
68 return ((uintptr_t)el1->ale_name != (uintptr_t)el2->ale_name);
H A Dmerge.c308 elist_t *el1 = stdp->t_emem; local
311 while (el1 && el2) {
312 if (el1->el_number != el2->el_number ||
313 strcmp(el1->el_name, el2->el_name) != 0)
316 el1 = el1->el_next;
320 if (el1 || el2)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_prio_q.c235 int get_fifo_order(const void *el1, const void *el2) argument
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c793 rkeycompare(const void *el1, const void *el2) argument
795 WORD key1 = (LOWORD((*((const LONG *) el1)))) & 0x7fff;
802 keycompare(const void *el1, const void *el2) argument
804 WORD key1 = HIWORD((*((const LONG *) el1)));
/freebsd-11-stable/sys/dev/isp/
H A Disp.c2825 isp_pnhle_21xx_t el1, *elp1; local
2873 isp_get_pnhle_21xx(isp, &elp1[i], &el1);
2874 p = el1.pnhle_port_id_lo |
2875 ((el1.pnhle_port_id_hi_handle & 0xff) << 16);
2876 h = el1.pnhle_port_id_hi_handle >> 8;

Completed in 141 milliseconds