Home
last modified time | relevance | path

Searched refs:pAligned (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DAlloc.c327 void *pAligned; in SzAlignedAlloc() local
342 pAligned = MY_ALIGN_PTR_UP_PLUS(p, ALLOC_ALIGN_SIZE); in SzAlignedAlloc()
347 Print(" a_ptr="); PrintAddr(pAligned); in SzAlignedAlloc()
350 ((void **)pAligned)[-1] = p; in SzAlignedAlloc()
352 return pAligned; in SzAlignedAlloc()
398 void *pAligned; in AlignOffsetAlloc_Alloc() local
421 pAligned = (char *)MY_ALIGN_PTR_DOWN((char *)adr + in AlignOffsetAlloc_Alloc()
429 Print(" a_ptr="); PrintAddr(pAligned); in AlignOffsetAlloc_Alloc()
432 REAL_BLOCK_PTR_VAR(pAligned) = adr; in AlignOffsetAlloc_Alloc()
434 return pAligned; in AlignOffsetAlloc_Alloc()