Lines Matching refs:UINT

56         UINT __status__ = (expression); \
65 UINT __status__ = (expression); \
77 UINT system_level;
78 UINT system_context;
79 UINT error_code;
88 UINT do_return;
137 UINT class_name_length;
146 UINT type;
147 UINT value;
148 UINT index;
178 UINT inherit;
184 UINT system_level;
185 UINT system_context;
186 UINT error_code;
200 UINT new_threshold;
302 UINT function;
309 UINT function;
323 UINT inherit;
341 UINT initial_count;
358 UINT new_threshold;
373 UINT system_level;
374 UINT system_context;
375 UINT error_code;
381 UINT function;
391 UINT ux_test_list_action_compare(UX_TEST_ACTION *list_item, UX_TEST_ACTION *action);
397 UINT ux_test_link_hook(UX_TEST_ACTION *action);
401 UINT ux_test_add_hook(UX_TEST_ACTION action);
415 VOID ux_test_add_action_to_main_list_multiple(UX_TEST_ACTION action, UINT);
431 UINT ux_test_wait_for_empty_actions();
432 UINT ux_test_get_num_actions_left();
434 VOID ux_test_error_callback(UINT system_level, UINT system_context, UINT error_code);
441 UINT ux_test_host_stack_class_instance_get(UX_HOST_CLASS *host_class, UINT class_index, VOID **clas…
442 UINT ux_test_wait_for_value_uint(UINT *current_value, UINT desired_value);
443 UINT ux_test_wait_for_value_ulong(ULONG *current_value, ULONG desired_value);
444 UINT ux_test_wait_for_value_uchar(UCHAR *current_value_ptr, UCHAR desired_value);
445 UINT ux_test_wait_for_non_null(VOID **current_value_ptr);
446 UINT ux_test_wait_for_null(VOID **current_value_ptr);
456 UINT(*ux_system_slave_change_function)(ULONG));
457 UINT ux_test_wait_for_empty_actions_wait_time(UINT wait_time_ms);
458 UINT ux_test_wait_for_null_wait_time(VOID **current_value_ptr, UINT wait_time_ms);
464 UINT ux_test_host_endpoint_write(UX_ENDPOINT *endpoint, UCHAR *buffer, ULONG length, ULONG *actual_…
506 UINT ux_test_breakable_sleep(ULONG tick, UINT (*sleep_break_check_callback)(VOID));
507 UINT ux_test_sleep_break_if(ULONG tick, UINT (*check)(VOID), UINT break_on_match_or_not, UINT rc_to…
512 void test_control_return(UINT status);