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

  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 4917 int this_clock = insn_get_clock (insn);
4933 && insn_get_clock (shadow) == this_clock + 5)
4936 insn_set_clock (shadow, this_clock);
4960 after1 = find_next_cycle_insn (last_same_clock, this_clock + 1);
4969 insn_set_clock (x1, this_clock + 1);
4981 this_clock + 2);
4988 insn_set_clock (x1, this_clock + 1);
4989 insn_set_clock (x2, this_clock + 2);
5042 int this_clock = -1;
5062 this_clock = insn_get_clock (insn)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 4918 int this_clock = insn_get_clock (insn);
4934 && insn_get_clock (shadow) == this_clock + 5)
4937 insn_set_clock (shadow, this_clock);
4961 after1 = find_next_cycle_insn (last_same_clock, this_clock + 1);
4970 insn_set_clock (x1, this_clock + 1);
4982 this_clock + 2);
4989 insn_set_clock (x1, this_clock + 1);
4990 insn_set_clock (x2, this_clock + 2);
5043 int this_clock = -1;
5063 this_clock = insn_get_clock (insn)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 1377 register u_char this_clock; local
1379 this_clock = CTL_SST_TS_UNSPEC;
1383 this_clock = sys_peer->sstclktype;
1385 this_clock = clocktypes[sys_peer->refclktype];
1389 this_clock = CTL_SST_TS_NTP;
1391 return CTL_SYS_STATUS(sys_leap, this_clock, ctl_sys_num_events,

Completed in 40 milliseconds