Lines Matching defs:bytes
46 extern void ffi_call_unix64 (void *args, unsigned long bytes, unsigned flags,
79 of this code is to classify each 8bytes of incoming argument by the register
174 /* If the struct is larger than 16 bytes, pass it on the stack. */
280 size_t bytes;
315 for (bytes = 0, i = 0, avn = cif->nargs; i < avn; i++)
326 bytes = ALIGN(bytes, align);
327 bytes += cif->arg_types[i]->size;
338 cif->bytes = bytes;
365 stack = alloca (sizeof (struct register_args) + cif->bytes + 4*8);
430 ffi_call_unix64 (stack, cif->bytes + sizeof (struct register_args),