OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN_UP
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
regional.c
51
#define
ALIGN_UP
(x, s) (((x) + s - 1) & (~(s - 1)))
75
size_t a =
ALIGN_UP
(sizeof(struct regional), ALIGNMENT);
93
size =
ALIGN_UP
(size, ALIGNMENT);
157
malloc and
ALIGN_UP
*/
158
a =
ALIGN_UP
(size, ALIGNMENT);
/src/external/bsd/nsd/dist/
util.h
37
#define
ALIGN_UP
(n, alignment) \
40
(
ALIGN_UP
((n), (alignment)) - (n))
Completed in 16 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026