OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISC_ALIGN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h
374
#define
ISC_ALIGN
(x, a) (((x) + (a)-1) & ~((typeof(x))(a)-1))
376
#define
ISC_ALIGN
(x, a) (((x) + (a)-1) & ~((uintmax_t)(a)-1))
/src/external/mpl/bind/dist/lib/isc/include/isc/
util.h
445
#define
ISC_ALIGN
(x, a) (((x) + (a) - 1) & ~((typeof(x))(a) - 1))
447
#define
ISC_ALIGN
(x, a) (((x) + (a) - 1) & ~((uintmax_t)(a) - 1))
Completed in 24 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026