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

  /src/external/mpl/bind/dist/bin/tests/system/isctest/hypothesis/
strategies.py 87 remaining_bytes = 255 - isctest.name.len_wire_uncompressed(outer_name)
88 assert remaining_bytes >= 0
106 maximum_number_of_labels_to_generate, remaining_bytes // 2
110 f"Minimal number set to {minimum_number_of_labels_to_generate}, but in {remaining_bytes} bytes there is only space for maximum of {maximum_number_of_labels_to_generate} labels.",
115 if remaining_bytes == 0 or maximum_number_of_labels_to_generate == 0:
128 integers(2 * chosen_number_of_labels_to_generate, remaining_bytes)
154 draw, remaining_bytes: int, number_of_labels: int
160 remaining_bytes -= two_bytes_reserved_for_label * number_of_labels
162 assert remaining_bytes >= 0
167 integers(0, min(remaining_bytes, 64 - two_bytes_reserved_for_label)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c 4130 size_t remaining_bytes, metadata_bytes; local
4186 remaining_bytes = (size_t)rsrc->compressed_size;
4190 while (!eof && remaining_bytes) {
4203 if ((size_t)bytes_avail > remaining_bytes)
4204 bytes_avail = remaining_bytes;
4262 remaining_bytes -= bytes_used;

Completed in 54 milliseconds