OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arch_alignment
(Results
1 - 1
of
1
) sorted by null
/external/ltrace/
type.c
462
size_t
arch_alignment
= arch_type_alignof(proc, type);
local
463
if (
arch_alignment
!= (size_t)-2)
464
return
arch_alignment
;
Completed in 618 milliseconds