Searched refs:is_host (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dthunk.h78 int thunk_type_size_array(const argtype *type_ptr, int is_host);
79 int thunk_type_align_array(const argtype *type_ptr, int is_host);
81 static inline int thunk_type_size(const argtype *type_ptr, int is_host) argument
101 if (is_host) {
109 return size * thunk_type_size_array(type_ptr + 2, is_host);
112 return se->size[is_host];
118 static inline int thunk_type_align(const argtype *type_ptr, int is_host) argument
138 if (is_host) {
145 return thunk_type_align_array(type_ptr + 2, is_host);
148 return se->align[is_host];
[all...]
H A Dthunk.c279 int thunk_type_size_array(const argtype *type_ptr, int is_host) argument
281 return thunk_type_size(type_ptr, is_host);
284 int thunk_type_align_array(const argtype *type_ptr, int is_host) argument
286 return thunk_type_align(type_ptr, is_host);

Completed in 52 milliseconds