Lines Matching refs:sixteen_bytes
985 unsigned char *ucptr, sixteen_bytes [16] = { 0 } ;
1025 byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ;
1029 intdata ^= sixteen_bytes [k] << k ;
1054 byte_count += header_read (psf, sixteen_bytes, 3) ;
1056 *intptr = GET_BE_3BYTE (sixteen_bytes) ;
1058 *intptr = GET_LE_3BYTE (sixteen_bytes) ;
1075 byte_count += header_read (psf, sixteen_bytes, 8) ;
1077 countdata = psf_get_be64 (sixteen_bytes, 0) ;
1079 countdata = psf_get_le64 (sixteen_bytes, 0) ;