Searched defs:itmp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dav.c106 IV itmp; local
123 itmp = MALLOC_OVERHEAD;
124 while ((MEM_SIZE)(itmp - MALLOC_OVERHEAD) < bytes)
125 itmp += itmp;
126 itmp -= MALLOC_OVERHEAD;
127 itmp /= sizeof(SV*);
128 assert(itmp > newmax);
129 newmax = itmp - 1;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c185 register int itmp; local
188 itmp = filepos;
190 gzip_filepos = itmp;
193 itmp = filemax;
195 gzip_filemax = itmp;
198 itmp = fsmax;
200 gzip_fsmax = itmp;

Completed in 25 milliseconds