Lines Matching refs:fsi
214 float_struct_info fsi = struct_passed_as_elements(cb, type); in marshal() local
215 if (fsi.as_elements) { in marshal()
216 marshal_atom(cb, fsi.type1, data); in marshal()
217 if (fsi.offset2) in marshal()
218 marshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in marshal()
260 float_struct_info fsi = struct_passed_as_elements(cb, type); in unmarshal() local
261 if (fsi.as_elements) { in unmarshal()
262 unmarshal_atom(cb, fsi.type1, data); in unmarshal()
263 if (fsi.offset2) in unmarshal()
264 unmarshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in unmarshal()
305 float_struct_info fsi = struct_passed_as_elements(cb, type); in passed_by_ref() local
306 if (fsi.as_elements) return 0; in passed_by_ref()