Home
last modified time | relevance | path

Searched refs:type_width (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit_overflow.c69 unsigned type_width; in build_binary_int_overflow() local
79 type_width = LLVMGetIntTypeWidth(type_ref); in build_binary_int_overflow()
81 assert(type_width == 16 || type_width == 32 || type_width == 64); in build_binary_int_overflow()
84 intr_prefix, type_width); in build_binary_int_overflow()
/external/pigweed/pw_format/rust/pw_format/
Dmacros.rs227 type_width: u8, // This should probably be an enum in integer_conversion()
710 type_width: u8, // in bits in integer_conversion()
713 let length_modifier = match type_width { in integer_conversion()
721 type_width in integer_conversion()
871 type_width: u8, // in bits in integer_conversion()
/external/pigweed/pw_format/rust/
Dpw_format_test_macros_printf_test.rs27 type_width: u8,
79 type_width: 32, in generate_calls_generator_correctly()
Dpw_format_test_macros.rs68 type_width: u8, // in bits in integer_conversion()
76 type_width: #type_width, in integer_conversion()
Dpw_format_test_macros_core_fmt_test.rs26 type_width: u8,