HomeSort by relevance Sort by last modified time
    Searched refs:currticks (Results 1 - 25 of 27) sorted by null

1 2

  /external/grub/netboot/
timer.c 105 unsigned long currticks(void) function
109 unsigned long currticks; local
118 /* currticks = clocks / clocks_per_tick; */
120 :"=a" (currticks)
124 return currticks;
cs89x0.c 102 unsigned long tmo = currticks() + 4*TICKS_PER_SEC;
108 if (currticks() >= tmo)
172 unsigned long tmo = currticks() + TICKS_PER_SEC;
183 while (currticks() < tmo);
207 for (tmo = currticks() + 4; currticks() < tmo; );
219 if (currticks() - tmo > 40*TICKS_PER_SEC) {
252 for (tmo = currticks() + 2;
254 if (currticks() >= tmo)
263 for (tmo = currticks() + 2; currticks() < tmo; )
    [all...]
misc.c 28 unsigned long tmo = currticks () + secs;
30 while (currticks () < tmo)
44 if ((ticks = currticks ()) == lastticks)
davicom.c 212 unsigned int to = currticks() + nticks;
213 while (currticks() < to)
379 to = currticks() + 2 * TICKS_PER_SEC;
380 while ( ((phy_read(1) & 0x24)!=0x24) && (currticks() < to))
534 to = currticks() + TX_TIME_OUT;
535 while ((txd[TxPtr].status & 0x80000000) && (currticks() < to)) /* Sten 10/9 */
538 if (currticks() >= to) {
546 printf("ticks = %d\n", currticks() - (to - TX_TIME_OUT));
586 to = currticks() + TX_TIME_OUT;
587 while ((txd[TxPtr].status & 0x80000000) && (currticks() < to)
    [all...]
tiara.c 185 time = currticks() + TICKS_PER_SEC; /* wait one second */
186 while (currticks() < time && (inb(ioaddr) & (TMT_OK|TMT_16COLL)) == 0)
smc9000.c 215 for (time_out = currticks() + 5*TICKS_PER_SEC; currticks() < time_out; ) {
280 status = 0; time_out = currticks() + 5*TICKS_PER_SEC;
316 }while(currticks() < time_out);
rtl8139.c 361 to = currticks() + RTL_TIMEOUT;
370 } while (currticks() < to);
378 to-currticks(), status, txstatus);
383 currticks()-to, status, txstatus);
natsemi.c 649 to = currticks() + TX_TIMEOUT;
651 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
654 if (currticks() >= to) {
main.c 556 starttime = currticks ();
676 ip.bp.bp_secs = htons ((currticks () - starttime) / TICKS_PER_SEC);
753 time = timeout + currticks ();
948 if ((timeout == 0) || (currticks() > time))
1148 seed = (currticks () + *((long *) &arptable[ARP_CLIENT].node)
sis900.c 957 to = currticks() + TX_TIMEOUT;
959 while ((((volatile u32) tx_status=txd.cmdsts) & OWN) && (currticks() < to))
962 if (currticks() >= to) {
tulip.c 71 removed udelay code and used currticks() for more reliable delay
536 unsigned int to = currticks() + nticks;
537 while (currticks() < to)
    [all...]
lance.c 369 time = currticks() + TICKS_PER_SEC; /* wait one second */
370 while (currticks() < time && (lp->tx_ring.u.base & 0x80000000) != 0)
via-rhine.c 899 timeout = currticks() + 2;
900 for (timeout = currticks() + 2; currticks() < timeout;)
i82586.c 351 time = currticks() + TICKS_PER_SEC; /* allow 1 second to init */
355 if (currticks() > time)
ns8390.c 303 start_time = currticks();
304 while (currticks() - start_time <= 1)
  /external/opencore/engines/author/test/src/
test_pv_mediainput_author_engine.cpp     [all...]
pvaetest.cpp 250 uint32 currticks = 0; local
251 currticks = OsclTickCount::TickCount();
252 uint32 starttime = OsclTickCount::TicksToMsec(currticks);
262 currticks = OsclTickCount::TickCount();
263 uint32 endtime = OsclTickCount::TicksToMsec(currticks);
    [all...]
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.cpp 538 uint32 currticks = OsclTickCount::TickCount(); local
539 uint32 starttime = OsclTickCount::TicksToMsec(currticks);
546 currticks = OsclTickCount::TickCount();
547 uint32 endtime = OsclTickCount::TicksToMsec(currticks);
609 uint32 currticks = OsclTickCount::TickCount(); local
610 uint32 starttime = OsclTickCount::TicksToMsec(currticks);
617 currticks = OsclTickCount::TickCount();
618 uint32 endtime = OsclTickCount::TicksToMsec(currticks);
  /external/opencore/fileformats/mp4/parser/src/
sampletableatom.cpp 2402 uint32 currticks, StartTime, EndTime; local
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp 1146 uint32 currticks = 0; local
1177 uint32 currticks = 0; local
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 2494 uint32 currticks = OsclTickCount::TickCount(); local
4422 uint32 currticks = OsclTickCount::TickCount(); local
4628 uint32 currticks = OsclTickCount::TickCount(); local
    [all...]
  /external/grub/grub/
asmstub.c 492 currticks (void) function
  /external/grub/stage2/
shared.h 779 int currticks (void);
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_node.cpp 2795 uint32 currticks = OsclTickCount::TickCount(); local
3005 uint32 currticks = OsclTickCount::TickCount(); local
    [all...]
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp 2896 uint32 currticks = OsclTickCount::TickCount(); local
    [all...]

Completed in 634 milliseconds

1 2