gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:ROUND (0.00 seconds)
mtkernel_3
kernel/tkernel/memory.h - 2.9KB - 103 lines
53: #define ROUNDSZ         ( sizeof(QUEUE) )      /* 8 bytes */
54: #define ROUND(sz)       ( ((UW)(sz) + (UW)(ROUNDSZ-1)) & ~(UW)(ROUNDSZ-1) )
55: 
tkernel_2
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
55: #define ROUNDSZ         ( sizeof(QUEUE) )      /* 8 bytes */
56: #define ROUND(sz)       ( ((sz) + (ROUNDSZ-1)) & ~(ROUNDSZ-1) )
57: 
More results from tkernel_2
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
93: #define ROUNDSZ         ( sizeof(QUEUE) )      /* 8 bytes */
94: #define ROUND(sz)       ( ((sz) + (ROUNDSZ-1)) & ~(ROUNDSZ-1) )
95: 
More results from t2ex