Home | History | Annotate | Download | only in mips

Lines Matching refs:bytes

51 FFI_ASSERT(argp <= &stack[bytes]); \
52 if (argp == &stack[bytes]) \
67 int bytes,
79 if (bytes > 8 * sizeof(ffi_arg))
80 argp = &stack[bytes - (8 * sizeof(ffi_arg))];
87 memset(stack, 0, bytes);
173 unsigned long cap = (unsigned long) stack + bytes;
525 ffi_call_O32(ffi_prep_args, &ecif, cif->bytes,
538 /* For structures smaller than 16 bytes we clobber memory
544 ffi_call_N32(ffi_prep_args, &ecif, cif->bytes,