Searched refs:parambytes (Results 1 – 1 of 1) sorted by relevance
1353 int parambytes; in interpret_trans() local1390 parambytes = get2(vwv + (2 * 9)); in interpret_trans()1398 parambytes = get2(vwv + (2 * 3)); in interpret_trans()1416 if (parambytes > 0) in interpret_trans()1451 show_printf("ParamBytes = %d", parambytes); in interpret_trans()1462 if (parambytes > 0) in interpret_trans()1479 show_printf("ParamBytes = 0x%.4x", parambytes); in interpret_trans()1488 show_printf("ParamVec (%d)", parambytes); in interpret_trans()1489 output_bytes(params, parambytes); in interpret_trans()1814 int parambytes; in interpret_trans2() local[all …]