OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_ARG_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libffi/src/
prep_cif.c
31
#define
STACK_ARG_SIZE
(x) ALIGN(x, FFI_SIZEOF_ARG)
123
bytes =
STACK_ARG_SIZE
(sizeof(void*));
151
bytes +=
STACK_ARG_SIZE
((*ptr)->size);
/external/libffi/src/cris/
ffi.c
32
#define
STACK_ARG_SIZE
(x) ALIGN(x, FFI_SIZEOF_ARG)
207
bytes +=
STACK_ARG_SIZE
((*ptr)->size);
Completed in 1356 milliseconds