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

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c506 size_t fourth_max_command_size, LCHAR *fourth_command,
525 fourth_command, &fourth_max_command_size );
528 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size,
533 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size + fifth_max_command_size;
540 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
584 size_t fourth_max_command_size, LCHAR *fourth_command,
602 fourth_command, &fourth_max_command_size );
606 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
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
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c499 size_t fourth_max_command_size, LCHAR *fourth_command,
518 fourth_command, &fourth_max_command_size );
521 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size,
526 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size + fifth_max_command_size;
533 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
577 size_t fourth_max_command_size, LCHAR *fourth_command,
595 fourth_command, &fourth_max_command_size );
599 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
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

Completed in 68 milliseconds