HomeSort by: relevance | last modified time | path
    Searched refs:block_length (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write.c 504 ssize_t block_length; local
513 block_length = state->buffer_size - state->avail;
522 ( (block_length + a->bytes_in_last_block - 1) /
526 if (block_length < target_block_length) {
528 target_block_length - block_length);
529 block_length = target_block_length;
532 to_write = block_length;
archive_read_support_format_rar5.c 171 ssize_t block_length; member in struct:filter_info
568 dest_pos < flt->block_length;
595 rar->cstate.solid_offset + flt->block_start + flt->block_length);
597 for(i = 0; i < flt->block_length - 4;) {
642 rar->cstate.solid_offset + flt->block_start + flt->block_length);
644 for(i = 0; i < flt->block_length - 3; i += 4) {
671 rar->cstate.filtered_buf = malloc(flt->block_length);
708 flt->block_length, rar->cstate.last_write_ptr))
716 rar->cstate.last_write_ptr += flt->block_length;
789 flt->block_length) {
3017 uint32_t block_start, block_length; local
    [all...]
  /src/sys/arch/hp300/stand/common/
scsireg.h 324 u_int block_length :24; member in struct:scsi_sense::__anon1367::scsi_modesel_hdr
336 u_int block_length :24; member in struct:scsi_sense::__anon1367::scsi_modesense_hdr
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.h 261 int block_length; member in struct:current_pred
tc-arm.c 12255 now_pred.block_length = 1;
12260 now_pred.block_length = 2;
12265 now_pred.block_length = 3;
12270 now_pred.block_length = 4;
22637 now_pred.block_length = 1;
22651 now_pred.block_length = 0;
22668 (5 - now_pred.block_length));
22671 ((5 - now_pred.block_length) - 1));
22862 now_pred.block_length = 0;
22868 now_pred.block_length = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.h 260 int block_length; member in struct:current_pred
tc-arm.c 12258 now_pred.block_length = 1;
12263 now_pred.block_length = 2;
12268 now_pred.block_length = 3;
12273 now_pred.block_length = 4;
22639 now_pred.block_length = 1;
22653 now_pred.block_length = 0;
22670 (5 - now_pred.block_length));
22673 ((5 - now_pred.block_length) - 1));
22865 now_pred.block_length = 0;
22871 now_pred.block_length = 0
    [all...]

Completed in 69 milliseconds