OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hfa_type
(Results
1 - 2
of
2
) sorted by null
/external/libffi/src/ia64/
ffi.c
249
int
hfa_type
= hfa_element_type (cif->rtype, 0);
local
251
if (
hfa_type
!= FFI_TYPE_VOID)
253
size_t nelts = size / hfa_type_size (
hfa_type
);
255
flags =
hfa_type
| (size << 8);
349
int
hfa_type
= hfa_element_type (*p_arg, 0);
local
355
if (
hfa_type
!= FFI_TYPE_VOID)
357
size_t hfa_size = hfa_type_size (
hfa_type
);
365
hfa_type_load (&stack->fp_regs[fpcount],
hfa_type
,
535
int
hfa_type
= hfa_element_type (*p_arg, 0);
local
541
if (
hfa_type
!= FFI_TYPE_VOID
[
all
...]
/external/elfutils/backends/
ia64_retval.c
92
hfa_type
(Dwarf_Die *typedie, const Dwarf_Op **locp, int fpregs_used)
function
183
int used =
hfa_type
(child_typedie, locp, fpregs_used);
191
fpregs_used =
hfa_type
(child_typedie, locp, fpregs_used);
216
int used =
hfa_type
(base_typedie, locp, 0);
355
int nfpreg =
hfa_type
(typedie, locp, 0);
Completed in 64 milliseconds