Home | History | Annotate | Download | only in metag

Lines Matching defs:bytes

103 	unsigned i, bytes = 0;
114 if (((*ptr)->alignment - 1) & bytes)
115 bytes = ALIGN(bytes, (*ptr)->alignment);
117 bytes += ALIGN((*ptr)->size, 4);
121 bytes = ALIGN(bytes, 8);
125 bytes += sizeof(void*);
128 bytes = ALIGN(bytes, 8);
131 cif->bytes = bytes;
197 ffi_call_SYSV(fn, &ecif, cif->bytes, cif->flags, ecif.rvalue);