OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__aligned
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
align.h
67
const auto
__aligned
= (__intptr - 1u + __align) & -__align;
local
68
const auto __diff =
__aligned
- __intptr;
74
return __ptr = reinterpret_cast<void*>(
__aligned
);
align.h
67
const auto
__aligned
= (__intptr - 1u + __align) & -__align;
local
68
const auto __diff =
__aligned
- __intptr;
74
return __ptr = reinterpret_cast<void*>(
__aligned
);
shared_ptr_base.h
328
constexpr bool
__aligned
= __alignof(long long) <= alignof(void*);
local
329
if _GLIBCXX17_CONSTEXPR (__lock_free && __double_word &&
__aligned
)
shared_ptr_base.h
328
constexpr bool
__aligned
= __alignof(long long) <= alignof(void*);
local
329
if _GLIBCXX17_CONSTEXPR (__lock_free && __double_word &&
__aligned
)
/src/sys/arch/x86/x86/
hyperv.c
104
static void __attribute__((naked))
__aligned
(PAGE_SIZE)
function
hyperv.c
104
static void __attribute__((naked))
__aligned
(PAGE_SIZE)
function
/src/sys/sys/
cdefs.h
454
#define
__aligned
(x) _Alignas((x))
macro
458
#define
__aligned
(x) __attribute__((__aligned__(x)))
macro
464
#define
__aligned
(x) error: no
__aligned
for this compiler
macro
cdefs.h
454
#define
__aligned
(x) _Alignas((x))
macro
458
#define
__aligned
(x) __attribute__((__aligned__(x)))
macro
464
#define
__aligned
(x) error: no
__aligned
for this compiler
macro
Completed in 56 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026