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

/macosx-10.10.1/bind9-45.101/bind9/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...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dmem.c55 #define ALIGNMENT_SIZE 8U /*%< must be a power of 2 */ macro
88 * This structure must be ALIGNMENT_SIZE bytes.
93 char bytes[ALIGNMENT_SIZE];
329 * round down to ALIGNMENT_SIZE
331 return (size & (~(ALIGNMENT_SIZE - 1)));
338 * enough to satisfy the request and be aligned on ALIGNMENT_SIZE
343 return (ALIGNMENT_SIZE);
344 return ((size + ALIGNMENT_SIZE - 1) & (~(ALIGNMENT_SIZE - 1)));
736 INSIST((ALIGNMENT_SIZE
[all...]

Completed in 117 milliseconds