Home
last modified time | relevance | path

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

/external/lzma/C/
DAlloc.c281 #define MY_ALIGN_PTR_DOWN(p, align) ((void *)((((UIntPtr)(p)) & ~((UIntPtr)(align) - 1)))) macro
283 #define MY_ALIGN_PTR_UP_PLUS(p, align) MY_ALIGN_PTR_DOWN(((char *)(p) + (align) + ADJUST_ALLOC_SIZE…
386 #define MY_ALIGN_PTR_DOWN_1(p) MY_ALIGN_PTR_DOWN(p, sizeof(void *))
421 pAligned = (char *)MY_ALIGN_PTR_DOWN((char *)adr + in AlignOffsetAlloc_Alloc()