HomeSort by: relevance | last modified time | path
    Searched refs:commandLength (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/tests/ntpd/
rc_cmdlength.c 19 size_t length, commandLength;
26 commandLength = remoteconfig_cmdlength(command1, command1+length);
27 TEST_ASSERT_EQUAL(14, commandLength );
30 commandLength = remoteconfig_cmdlength(command2, command2+length);
31 TEST_ASSERT_EQUAL(14, commandLength );
34 commandLength = remoteconfig_cmdlength(command3, command3+length);
35 TEST_ASSERT_EQUAL(6, commandLength );
38 commandLength = remoteconfig_cmdlength(command4, command4+length);
39 TEST_ASSERT_EQUAL(16, commandLength );
  /src/external/bsd/ntp/dist/ntpd/
refclock_jjy.c 1142 int commandLength ;
1394 iCmdLen = tristate_jjy01_command_sequence[up->iCommandSeq].commandLength ;
1449 iCmdLen = tristate_jjy01_command_sequence[up->iCommandSeq].commandLength ;
2028 int commandLength ;
2277 iCmdLen = tristate_gps01_command_sequence[up->iCommandSeq].commandLength ;
2329 iCmdLen = tristate_gps01_command_sequence[up->iCommandSeq].commandLength ;
2704 int commandLength ;
3397 iLen = teljjy_command_sequence[up->iClockCommandSeq].commandLength ;

Completed in 26 milliseconds