Searched refs:el2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | alist.c | 67 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 D | merge.c | 309 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 D | ntp_prio_q.h | 53 int get_fifo_order(const void *el1, const void *el2);
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_prio_q.c | 235 int get_fifo_order(const void *el1, const void *el2) in get_fifo_order() argument
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 710 rkeycompare(const void *el1, const void *el2) in rkeycompare() argument 713 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; in rkeycompare() 719 keycompare(const void *el1, const void *el2) in keycompare() argument 722 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 1085 rkeycompare(const void *el1, const void *el2) in rkeycompare() argument 1088 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; in rkeycompare() 1094 keycompare(const void *el1, const void *el2) in keycompare() argument 1097 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4628 …_arm_Features_Group>, Values<"soft,cp15,tpidrurw,tpidruro,tpidrprw,el0,el1,el2,el3,tpidr_el0,tpidr…
|