Searched refs:Cu (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | char.rs | 21 pub Cu: UChar, 78 unsafe { ::std::ptr::addr_of!((*ptr).Cu) as usize - ptr as usize }, in bindgen_test_layout_Test() 80 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Cu)) in bindgen_test_layout_Test()
|
H A D | test_mixed_header_and_header_contents.rs | 28 pub Cu: UChar, 85 unsafe { ::std::ptr::addr_of!((*ptr).Cu) as usize - ptr as usize }, in bindgen_test_layout_Test() 87 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Cu)) in bindgen_test_layout_Test()
|
H A D | test_multiple_header_calls_in_builder.rs | 22 pub Cu: UChar, 79 unsafe { ::std::ptr::addr_of!((*ptr).Cu) as usize - ptr as usize }, in bindgen_test_layout_Test() 81 concat!("Offset of field: ", stringify!(Test), "::", stringify!(Cu)) in bindgen_test_layout_Test()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | char.h | 16 UChar Cu; member
|
/third_party/ffmpeg/libswscale/ |
H A D | utils.c | 768 int64_t W, V, Z, Cy, Cu, Cv; in fill_rgb2yuv_table() local 830 Cu = ROUNDED_DIV(ub*Z, ONE); in fill_rgb2yuv_table() 837 c->input_rgb2yuv_table[RU_IDX] = ROUNDED_DIV((1 << RGB2YUV_SHIFT)*V , Cu); in fill_rgb2yuv_table() 838 c->input_rgb2yuv_table[GU_IDX] = -ROUNDED_DIV((1 << RGB2YUV_SHIFT)*ONE*ONE , Cu); in fill_rgb2yuv_table() 839 c->input_rgb2yuv_table[BU_IDX] = ROUNDED_DIV((1 << RGB2YUV_SHIFT)*(Z+W) , Cu); in fill_rgb2yuv_table()
|
Completed in 5 milliseconds