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

/bind-9.11.3/lib/isc/
H A Dmem.c47 #define ALIGNMENT_SIZE 8U /*%< must be a power of 2 */ macro
83 * This structure must be ALIGNMENT_SIZE bytes.
88 char bytes[ALIGNMENT_SIZE];
494 * round down to ALIGNMENT_SIZE
496 return (size & (~(ALIGNMENT_SIZE - 1)));
503 * enough to satisfy the request and be aligned on ALIGNMENT_SIZE
508 return (ALIGNMENT_SIZE);
509 return ((size + ALIGNMENT_SIZE - 1) & (~(ALIGNMENT_SIZE - 1)));
904 INSIST((ALIGNMENT_SIZE
[all...]

Completed in 31 milliseconds