HomeSort by relevance Sort by last modified time
    Searched full:command_end (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/test/SRecTest/src/
SRecTest.c 508 size_t *actual_commands, LCHAR **command_end )
532 if ( command_end != NULL )
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;
539 if ( command_end != NULL )
540 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
547 if ( command_end != NULL )
548 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size;
555 if ( command_end != NULL )
556 *command_end = command_start + first_max_command_size + second_max_command_size;
563 if ( command_end != NULL
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 501 size_t *actual_commands, LCHAR **command_end )
525 if ( command_end != NULL )
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;
532 if ( command_end != NULL )
533 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size + fourth_max_command_size;
540 if ( command_end != NULL )
541 *command_end = command_start + first_max_command_size + second_max_command_size + third_max_command_size;
548 if ( command_end != NULL )
549 *command_end = command_start + first_max_command_size + second_max_command_size;
556 if ( command_end != NULL
    [all...]
  /external/clearsilver/scripts/
cs_lint.py 81 self.command_end(cmd)
110 def command_end(self, cmd): member in class:ClearSilverChecker

Completed in 72 milliseconds