Lines Matching refs:byte_count
992 int byte_count = 0, count = 0 ;
1017 byte_count += header_read (psf, ucptr, sizeof (int)) ;
1025 byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ;
1037 byte_count += header_read (psf, charptr, sizeof (char)) ;
1044 byte_count += header_read (psf, ucptr, sizeof (short)) ;
1054 byte_count += header_read (psf, sixteen_bytes, 3) ;
1065 byte_count += header_read (psf, ucptr, sizeof (int)) ;
1075 byte_count += header_read (psf, sixteen_bytes, 8) ;
1086 byte_count += header_read (psf, floatptr, sizeof (float)) ;
1096 byte_count += header_read (psf, doubleptr, sizeof (double)) ;
1120 byte_count += header_read (psf, charptr, count) ;
1131 byte_count += header_gets (psf, charptr, count) ;
1149 byte_count = count ;
1155 byte_count += count ;
1171 return byte_count ;