Searched refs:cntsz (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSAXParserFactory.cc189 int cntsz; member in class:SAXParserP
201 cntsz = 0;
218 cntsz = 0;
232 cntsz = 0;
236 int n = (int) fread (buffer + cntsz, 1, rem, file);
239 cntsz += n;
268 curch = idx >= cntsz ? CH_EOF : buffer[idx++];
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSAXParserFactory.cc189 int cntsz; member in class:SAXParserP
201 cntsz = 0;
218 cntsz = 0;
232 cntsz = 0;
236 int n = (int) fread (buffer + cntsz, 1, rem, file);
239 cntsz += n;
268 curch = idx >= cntsz ? CH_EOF : buffer[idx++];

Completed in 207 milliseconds