gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:ID_MPL (0.00 seconds)
mtkernel_3
include/sys/knldef.h - 6.9KB - 238 lines
148: #define INDEX_MPL(id)   ((id)-(MIN_MPLID))
149: #define ID_MPL(index)   ((index)+(MIN_MPLID))
150: #else
tkernel_2
kernel/tkernel/src/config.h - 6.2KB - 175 lines
84: #define INDEX_MPL(id)   ((id)-(MIN_MPLID))
85: #define ID_MPL(index)   ((index)+(MIN_MPLID))
86: