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

/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmem.c55 #define ALIGNMENT_SIZE 8U /*%< must be a power of 2 */ macro
91 * This structure must be ALIGNMENT_SIZE bytes.
96 char bytes[ALIGNMENT_SIZE];
508 * round down to ALIGNMENT_SIZE
510 return (size & (~(ALIGNMENT_SIZE - 1)));
517 * enough to satisfy the request and be aligned on ALIGNMENT_SIZE
522 return (ALIGNMENT_SIZE);
523 return ((size + ALIGNMENT_SIZE - 1) & (~(ALIGNMENT_SIZE - 1)));
915 INSIST((ALIGNMENT_SIZE
[all...]

Completed in 88 milliseconds