OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unadjusted_alignment
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
calls.cc
2315
unsigned HOST_WIDE_INT
unadjusted_alignment
;
2319
&
unadjusted_alignment
))
2324
UNADJUSTED_ALIGNMENT
. In other words, we want to ensure that the
2326
-
UNADJUSTED_ALIGNMENT
modulo the PREFERRED_UNIT_STACK_BOUNDARY. */
2334
unadjusted_alignment
-= tmp_misalignment;
2338
if (preferred_unit_stack_boundary > 1 &&
unadjusted_alignment
)
2339
adjustment -= preferred_unit_stack_boundary -
unadjusted_alignment
;
2314
unsigned HOST_WIDE_INT
unadjusted_alignment
;
local
/src/external/gpl3/gcc.old/dist/gcc/
calls.cc
2274
unsigned HOST_WIDE_INT
unadjusted_alignment
;
2278
&
unadjusted_alignment
))
2283
UNADJUSTED_ALIGNMENT
. In other words, we want to ensure that the
2285
-
UNADJUSTED_ALIGNMENT
modulo the PREFERRED_UNIT_STACK_BOUNDARY. */
2293
unadjusted_alignment
-= tmp_misalignment;
2297
if (preferred_unit_stack_boundary > 1 &&
unadjusted_alignment
)
2298
adjustment -= preferred_unit_stack_boundary -
unadjusted_alignment
;
2273
unsigned HOST_WIDE_INT
unadjusted_alignment
;
local
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026