Home
last modified time | relevance | path

Searched defs:FloatRect (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/tests/run-make/extern-fn-struct-passing-abi/
Dtest.rs23 struct FloatRect { struct
24 a: i32,
25 b: i32,
26 c: f64,
75 t: FloatRect, in byval_rect_floats()
84 fn split_rect_floats(a: f32, b: f32, s: FloatRect); in split_rect_floats()
Dtest.c17 struct FloatRect { struct
18 int32_t a;
19 int32_t b;
20 double c;