Searched defs:actual_commands (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c508 size_t *actual_commands, LCHAR **command_end )
534 if ( actual_commands != NULL )
535 *actual_commands = 5;
541 if ( actual_commands != NULL )
542 *actual_commands = 4;
549 if ( actual_commands != NULL )
550 *actual_commands = 3;
557 if ( actual_commands != NULL )
558 *actual_commands = 2;
565 if ( actual_commands !
503 srec_test_get_five_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t fifth_max_command_size, LCHAR *fifth_command, size_t *actual_commands, LCHAR **command_end ) argument
581 srec_test_get_four_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t *actual_commands, LCHAR **command_end ) argument
646 srec_test_get_three_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t *actual_commands, LCHAR **command_end ) argument
698 srec_test_get_two_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t *actual_commands, LCHAR **command_end ) argument
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c501 size_t *actual_commands, LCHAR **command_end )
527 if ( actual_commands != NULL )
528 *actual_commands = 5;
534 if ( actual_commands != NULL )
535 *actual_commands = 4;
542 if ( actual_commands != NULL )
543 *actual_commands = 3;
550 if ( actual_commands != NULL )
551 *actual_commands = 2;
558 if ( actual_commands !
496 srec_test_get_five_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t fifth_max_command_size, LCHAR *fifth_command, size_t *actual_commands, LCHAR **command_end ) argument
574 srec_test_get_four_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t *actual_commands, LCHAR **command_end ) argument
639 srec_test_get_three_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t *actual_commands, LCHAR **command_end ) argument
691 srec_test_get_two_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t *actual_commands, LCHAR **command_end ) argument
[all...]

Completed in 51 milliseconds