Home | History | Annotate | Download | only in include

Lines Matching refs:raw

30    The raw API is designed to bypass some of the argument packing
41 e.g. for use by gij. Routines are provided to emulate the raw API
44 More details on the raw and cloure API can be found in:
190 /* ---- Definitions for the raw API -------------------------------------- */
232 void ffi_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw);
233 void ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args);
236 /* This is analogous to the raw API, except it uses Java parameter */
245 void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw);
246 void ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args);
283 /* if this is enabled, then a raw closure has the same layout
304 /* if this is enabled, then a raw closure has the same layout