Home
last modified time | relevance | path

Searched refs:ticalcs_handle_new (Results 1 – 7 of 7) sorted by relevance

/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_device.c258 calc_handle = ticalcs_handle_new(options.calc_model); in tilp_device_open()
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dticalcs.c303 TIEXPORT3 CalcHandle* TICALL ticalcs_handle_new(CalcModel model) in ticalcs_handle_new() function
H A Dticalcs.h779 TIEXPORT3 CalcHandle* TICALL ticalcs_handle_new(CalcModel model);
/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Ddbus.c135 calc_handle = ticalcs_handle_new(linkp.calc_model); in hw_dbus_init()
/dports/comms/libticalcs2/libticalcs2-1.1.9/tests/
H A Dtest_ticalcs_2.c1128 calc = ticalcs_handle_new(calc_model); in main()
H A Dtorture_ticalcs.c32 handle = ticalcs_handle_new(-1); in torture_ticalcs()
/dports/emulators/tilem/tilem-2.0/gui/
H A Dlink.c291 *ch = ticalcs_handle_new(get_calc_model(emu->calc)); in begin_link()