Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.h214 intptr_t num_handle; /* numeric handle for client */ member
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.h222 intptr_t num_handle; /* numeric handle for client */ member
/dports/audio/faust/faust-2.37.3/architecture/esp32/gramo-bt-midi/components/blemidi/
H A Dblemidi.c1026 else if (param->add_attr_tab.num_handle != HRS_IDX_NB){ in gatts_profile_event_handler()
1028 doesn't equal to HRS_IDX_NB(%d)", param->add_attr_tab.num_handle, HRS_IDX_NB); in gatts_profile_event_handler()
1031 …G, "create attribute table successfully, the number handle = %d\n",param->add_attr_tab.num_handle); in gatts_profile_event_handler()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DMBTest.cpp1524 const int num_handle = sizeof(handle_array)/sizeof(handle_array[0]); in mb_mesh_sets_test() local
1526 result = MB->add_entities( temp_ms3, handle_array, num_handle ); in mb_mesh_sets_test()
1531 result = MB->add_entities( temp_ms3, handle_array, num_handle ); in mb_mesh_sets_test()
1540 int num_expected = (flags & MESHSET_SET) ? num_handle : 2*num_handle; in mb_mesh_sets_test()