Home
last modified time | relevance | path

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

/elf/
A Dcache.c442 if (e1->flags < e2->flags) in compare()
444 else if (e1->flags > e2->flags) in compare()
450 else if (e1->hwcaps != NULL && e2->hwcaps == NULL) in compare()
452 else if (e1->hwcaps == NULL && e2->hwcaps != NULL) in compare()
454 else if (e1->hwcaps != NULL && e2->hwcaps != NULL) in compare()
462 if (e2->bits_hwcap > e1->bits_hwcap) in compare()
464 else if (e2->bits_hwcap < e1->bits_hwcap) in compare()
466 else if (e2->hwcap > e1->hwcap) in compare()
468 else if (e2->hwcap < e1->hwcap) in compare()
470 if (e2->osversion > e1->osversion) in compare()
[all …]

Completed in 4 milliseconds