Searched refs:asof (Results 1 – 4 of 4) sorted by relevance
127 unsigned short asof; // As of byte number "asof" (LSB first!) I have room member192 unsigned short asof; member
102 printf ( "infl: count = %d room = %d\n", pCh->infl.asof, pCh->infl.room ); in main()103 printf ( "outfl: count = %d room = %d\n", pCh->outfl.asof, pCh->outfl.room ); in main()
287 pCh->infl.asof = 0; in i2InitChannels()306 pCh->outfl.asof = 0; in i2InitChannels()900 pCh->infl.asof += count; in i2Input()955 pCh->infl.asof += count; in i2InputFlush()1742 (pCh->outfl.asof - ((flowStatPtr)pc)->asof); in i2StripFifo()2086 pCh->outfl.asof += flowsize; in i2StuffFifoInline()
3412 pCh->outfl.asof,pCh->outfl.room,pCh->channelNeeds);3413 len += sprintf(buf+len,FMTLIN3,pCh->infl.asof,pCh->infl.room);