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

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c505 size_t third_max_command_size, LCHAR *third_command,
521 third_command, &third_max_command_size );
524 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_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;
548 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size;
583 size_t third_max_command_size, LCHAR *third_command,
598 third_command, &third_max_command_size );
601 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_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
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
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c498 size_t third_max_command_size, LCHAR *third_command,
514 third_command, &third_max_command_size );
517 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_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;
541 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size;
576 size_t third_max_command_size, LCHAR *third_command,
591 third_command, &third_max_command_size );
594 get_status = getFirstToken ( command_start + first_max_command_size + second_max_command_size + third_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
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
[all...]

Completed in 1448 milliseconds