align.h: Implement ALIGN_FLOOR macro
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 5 Nov 2019 23:56:34 +0000 (18:56 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 00:24:29 +0000 (19:24 -0500)
commitb2e90365c5ea6aa7d7d29f265f35e7e89b5766cf
treed5454abae675e3d31670226108444437cb26f8dd
parent7404cce212bf90ec908d4f197fd8607b591368a2
align.h: Implement ALIGN_FLOOR macro

Implement the ALIGN_FLOOR macro which aligns the given value to the
previous alignment boundary, or keeps the value as-is if it is already
aligned.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I36d981e8fb705fafa3ff23ba2d82ec1babe73e45
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/align.h
This page took 0.02711 seconds and 4 git commands to generate.