OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alignment2_mask
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
malloca.c
50
uintptr_t
alignment2_mask
= 2 * sa_alignment_max - 1;
local
51
int plus = sizeof (small_t) +
alignment2_mask
;
64
idx_t offset = ((umemplus & ~
alignment2_mask
)
/src/external/gpl3/gdb.old/dist/gnulib/import/
malloca.c
50
uintptr_t
alignment2_mask
= 2 * sa_alignment_max - 1;
local
51
int plus = sizeof (small_t) +
alignment2_mask
;
64
idx_t offset = ((umemplus & ~
alignment2_mask
)
Completed in 54 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026