Home
last modified time | relevance | path

Searched refs:x_byte_unsigned_t (Results 1 – 4 of 4) sorted by relevance

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_inout_type.v897 byte_unsigned_t x_byte_unsigned_t; register
992x_byte_unsigned_t = 8'd20 - 8'(2*i); i_byte_unsigned_t(x_byte_unsigned_t); if (x_byt…
H A Dt_dpi_arg_output_type.cpp600 unsigned char x_byte_unsigned_t; in check_exports() local
729 e_byte_unsigned_t(&x_byte_unsigned_t); in check_exports()
730 if (x_byte_unsigned_t != 20 + 2 * n) stop(); in check_exports()
H A Dt_dpi_arg_output_type.v811 byte_unsigned_t x_byte_unsigned_t; register
906 …i_byte_unsigned_t(x_byte_unsigned_t); if (x_byte_unsigned_t !== 8'd20 - 8'(2*i)) $st…
H A Dt_dpi_arg_inout_type.cpp802 unsigned char x_byte_unsigned_t; in check_exports() local
984 x_byte_unsigned_t = 20 + 2 * n; in check_exports()
985 e_byte_unsigned_t(&x_byte_unsigned_t); in check_exports()
986 if (x_byte_unsigned_t != 222 + 2 * n) stop(); in check_exports()