Home | History | Annotate | Download | only in cris

Lines Matching defs:bytes

162   unsigned bytes = 0;
192 if (((*ptr)->alignment - 1) & bytes)
193 bytes = ALIGN (bytes, (*ptr)->alignment);
198 bytes += (*ptr)->size;
199 bytes += sizeof (void *);
204 bytes += 8;
206 bytes += 4;
210 bytes += STACK_ARG_SIZE ((*ptr)->size);
213 cif->bytes = bytes;
263 ffi_call_SYSV (ffi_prep_args, &ecif, cif->bytes,
315 /* Types up to and including 8 bytes go by-value. */