Home | History | Annotate | Download | only in des

Lines Matching refs:tot

757 	int i,j,tot;
778 tot=0;
782 tot=valid;
802 if ((i+tot+8) > num)
805 j=(num/8*8)-tot-8;
806 memcpy(&(out[tot]),bb,(unsigned int)j);
807 tot+=j;
812 memcpy(&(out[tot]),bb,(unsigned int)i);
813 tot+=i;
815 return(tot);
829 int j,i,n,tot=0;
847 tot+=4;
850 tot+=2;
854 return(tot);