Home
last modified time | relevance | path

Searched refs:el2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c67 alist_el_t *el2 = arg2; in alist_cmp() local
68 return ((uintptr_t)el1->ale_name != (uintptr_t)el2->ale_name); in alist_cmp()
H A Dmerge.c309 elist_t *el2 = ttdp->t_emem; in equiv_enum() local
311 while (el1 && el2) { in equiv_enum()
312 if (el1->el_number != el2->el_number || in equiv_enum()
313 strcmp(el1->el_name, el2->el_name) != 0) in equiv_enum()
317 el2 = el2->el_next; in equiv_enum()
320 if (el1 || el2) in equiv_enum()
/freebsd/contrib/ntp/include/
H A Dntp_prio_q.h53 int get_fifo_order(const void *el1, const void *el2);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c68 static int rkeycompare(const void *el1, const void *el2);
69 static int keycompare(const void *el1, const void *el2);
725 rkeycompare(const void *el1, const void *el2) in rkeycompare() argument
728 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; in rkeycompare()
735 keycompare(const void *el1, const void *el2) in keycompare() argument
738 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()
/freebsd/contrib/ntp/ntpd/
H A Dntp_prio_q.c235 int get_fifo_order(const void *el1, const void *el2) in get_fifo_order() argument
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1075 rkeycompare(const void *el1, const void *el2) in rkeycompare() argument
1078 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; in rkeycompare()
1084 keycompare(const void *el1, const void *el2) in keycompare() argument
1087 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4396 …_arm_Features_Group>, Values<"soft,cp15,tpidrurw,tpidruro,tpidrprw,el0,el1,el2,el3,tpidr_el0,tpidr…