gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:ALIGN_L (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
88: // alignment adjustment
89: #define ALIGN_L(v, unit)        ((v) & ~((unit) - 1))
90: #define ALIGN_U(v, unit)        (((v) + (unit) - 1) & ~((unit) - 1))