Searched refs:el2 (Results 1 - 5 of 5) 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.c67 alist_el_t *el2 = arg2; local
68 return ((uintptr_t)el1->ale_name != (uintptr_t)el2->ale_name);
H A Dmerge.c309 elist_t *el2 = ttdp->t_emem; local
311 while (el1 && el2) {
312 if (el1->el_number != el2->el_number ||
313 strcmp(el1->el_name, el2->el_name) != 0)
317 el2 = el2->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
796 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff;
802 keycompare(const void *el1, const void *el2) argument
805 WORD key2 = HIWORD((*((const LONG *) el2)));

Completed in 83 milliseconds