gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:ROUNDSZ (0.00 seconds)
mtkernel_3
kernel/tkernel/messagebuf.h - 2.5KB - 81 lines
61: #define ROUNDSIZE       (sizeof(HEADER))
62: #define ROUNDSZ(sz)     (((UW)(sz) + (UW)(ROUNDSIZE-1)) & ~(UW)(ROUNDSIZE-1))
63: 
tkernel_2
kernel/tkernel/src/messagebuf.c - 18.5KB - 689 lines
104: #define ROUNDSIZE       (sizeof(HEADER))
105: #define ROUNDSZ(sz)     (((UINT)(sz) + (ROUNDSIZE-1)) & ~(ROUNDSIZE-1))
106: