OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGNED_POINTER
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/include/
param.h
65
#define
ALIGNED_POINTER
(p,t) 1
/src/sys/arch/amd64/include/
param.h
25
#define
ALIGNED_POINTER
(p,t) 1
/src/sys/sys/
param.h
265
*
ALIGNED_POINTER
is a boolean macro that checks whether an address
273
* if (
ALIGNED_POINTER
(p, uint32_t)) {
288
#ifndef
ALIGNED_POINTER
289
#define
ALIGNED_POINTER
(p,t) ((((uintptr_t)(p)) & (__alignof(t) - 1)) == 0)
306
#define ACCESSIBLE_POINTER(p, t)
ALIGNED_POINTER
(p, t)
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025