Home | History | Annotate | Download | only in cris

Lines Matching defs:bytes

161   unsigned bytes = 0;
189 if (((*ptr)->alignment - 1) & bytes)
190 bytes = ALIGN (bytes, (*ptr)->alignment);
195 bytes += (*ptr)->size;
196 bytes += sizeof (void *);
201 bytes += 8;
203 bytes += 4;
207 bytes += STACK_ARG_SIZE ((*ptr)->size);
210 cif->bytes = bytes;
260 ffi_call_SYSV (ffi_prep_args, &ecif, cif->bytes,
312 /* Types up to and including 8 bytes go by-value. */