Searched refs:alignedp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmemalign.c64 register char *alignedp; /* Ptr to properly aligned boundary */ local
100 alignedp = (char *)x;
101 aligned_blk = (Dblk)(alignedp - ALIGNSIZ);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c67 TREE *alignedp; /* Ptr to properly aligned boundary */ local
136 alignedp = (TREE *)x;
137 aligned_blk = BLOCK(alignedp);
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1124 TREE *alignedp; /* Ptr to properly aligned boundary */ local
1188 alignedp = (TREE *)x;
1190 aligned_blk = BLOCK(alignedp);

Completed in 60 milliseconds