Home
last modified time | relevance | path

Searched defs:LUID_BY_UID (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-int.h112 #define LUID_BY_UID(UID) (VEC_index (int, sched_luids, UID)) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-int.h110 #define LUID_BY_UID(UID) (sched_luids[UID]) macro