Searched refs:align_offset (Results 1 – 4 of 4) sorted by relevance
56 #define align_offset(A)\ macro97 #define align_as_chunk(A) (mchunkptr)(((unsigned long)A) + align_offset(chunk2mem(A)))
1284 #define align_offset(A)\ macro1682 #define align_as_chunk(A) (mchunkptr)((A) + align_offset(chunk2mem(A)))2145 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3184 size_t offset = align_offset(chunk2mem(mm)); in mmap_alloc()3245 size_t offset = align_offset(chunk2mem(p)); in init_top()3337 size_t offset = align_offset(chunk2mem(rawsp)); in add_segment()
1552 #define align_offset(A)\ macro2184 #define align_as_chunk(A) (mchunkptr)((A) + align_offset(chunk2mem(A)))2680 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)3768 size_t offset = align_offset(chunk2mem(mm)); in mmap_alloc()3828 size_t offset = align_offset(chunk2mem(p)); in init_top()3919 size_t offset = align_offset(chunk2mem(rawsp)); in add_segment()
1377 MS_U16 align_offset; in GOP_SetGopGwinHVPixel() local1410 align_offset = pinfo->u16DispHPixelStart % GOP_Unit; in GOP_SetGopGwinHVPixel()1413 u16tmp = ((pinfo->u16DispHPixelStart - align_offset + u16w ) + (GOP_Unit -1))& u16Mask; in GOP_SetGopGwinHVPixel()1414 del_pixel = u16tmp - (pinfo->u16DispHPixelStart - align_offset + u16w ); in GOP_SetGopGwinHVPixel()