Searched refs:first_max_command_size (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c503 int srec_test_get_five_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, argument
512 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
516 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
520 get_status = getFirstToken ( command_start + first_max_command_size + second_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;
556 *command_end = command_start + first_max_command_size
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.c496 int srec_test_get_five_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, argument
505 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
509 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
513 get_status = getFirstToken ( command_start + first_max_command_size + second_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;
549 *command_end = command_start + first_max_command_size
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 125 milliseconds