gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:ROUND from t2ex (0.00 seconds)
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: 
t2ex_source/lib/libtk/src_t2ex/mem.h - 3.5KB - 94 lines
62: #define ROUNDSZ         ( sizeof(QUEUE) )      /* 8 byte */
63: #define ROUND(sz)       ( ((UINT)(sz) + (ROUNDSZ-1)) & ~(ROUNDSZ-1) )
64: