Searched refs:header_bytes (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_lzop.c | 320 int header_bytes, r; in drive_compressor() 325 header_bytes = make_header(f); in drive_compressor() 328 header_bytes = 0; in drive_compressor() 338 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 343 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 348 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 359 archive_be32enc(p + header_bytes, (uint32_t)usize); in drive_compressor() 362 archive_be32enc(p + header_bytes + 8, checksum); in drive_compressor() 366 archive_be32enc(p + header_bytes + 4, (uint32_t)csize); in drive_compressor() 368 header_bytes in drive_compressor() 321 int header_bytes, r; drive_compressor() local [all...] |
| H A D | archive_read_support_format_7zip.c | 425 static const unsigned char * header_bytes(struct archive_read *, size_t); 2041 if ((p = header_bytes(a, 1)) == NULL) in parse_7zip_uint64() 2048 if ((p = header_bytes(a, 1)) == NULL) in parse_7zip_uint64() 2068 if ((p = header_bytes(a, 1)) == NULL) in read_Bools() 2102 if ((p = header_bytes(a, 1)) == NULL) in read_Digests() 2116 if ((p = header_bytes(a, 4)) == NULL) in read_Digests() 2160 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo() 2180 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo() 2202 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo() 2252 if ((p = header_bytes(a, 1)) == NULL) in read_Folder() [all …]
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | sati_reassign_blocks.c | 277 U8 header_bytes[4]={0,0,0,0}; in sati_reassign_blocks_initial_processing() local 309 sati_get_data_byte(sequence, scsi_io, index, &header_bytes[index]); in sati_reassign_blocks_initial_processing() 317 data_transfer_length = (header_bytes[2]<<8) + header_bytes[3] + lba_offset; in sati_reassign_blocks_initial_processing() 322 data_transfer_length = (header_bytes[0]<<24) + (header_bytes[1]<<16) + in sati_reassign_blocks_initial_processing() 323 (header_bytes[2]<<8) + header_bytes[3] + lba_offset; in sati_reassign_blocks_initial_processing()
|