Searched refs:type_index (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/dinput/ |
H A D | device.c | 80 int type_index; in test_object_info() local 97 for (type_index=0; type_index < ARRAY_SIZE(obj_types); type_index++) in test_object_info() 99 …InputDevice_EnumObjects(device, enum_type_callback, &obj_types[type_index], obj_types[type_index]); in test_object_info()
|
/reactos/dll/win32/dbghelp/ |
H A D | symbol.c | 865 DWORD type_index; in symt_get_length() local 870 if (symt_get_info(module, symt, TI_GET_TYPE, &type_index) && in symt_get_length() 871 symt_get_info(module, symt_index2ptr(module, type_index), TI_GET_LENGTH, size)) return; in symt_get_length()
|