HomeSort by: relevance | last modified time | path
    Searched defs:min_bytes (Results 1 - 9 of 9) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 543 uint64_t min_bytes = zfs_dirty_data_max * local
556 if (dirty < min_bytes)
563 * slope = (max_writes - min_writes) / (max_bytes - min_bytes)
564 * move right by min_bytes
567 writes = (dirty - min_bytes) *
570 (max_bytes - min_bytes) +
  /src/external/gpl3/binutils/dist/bfd/
srec.c 457 unsigned int bytes, min_bytes; local
480 min_bytes = 3;
482 min_bytes = 4;
484 min_bytes = 5;
485 if (bytes < min_bytes)
  /src/external/gpl3/binutils.old/dist/bfd/
srec.c 457 unsigned int bytes, min_bytes; local
480 min_bytes = 3;
482 min_bytes = 4;
484 min_bytes = 5;
485 if (bytes < min_bytes)
  /src/external/gpl3/gdb/dist/bfd/
srec.c 457 unsigned int bytes, min_bytes; local
480 min_bytes = 3;
482 min_bytes = 4;
484 min_bytes = 5;
485 if (bytes < min_bytes)
  /src/external/gpl3/gdb.old/dist/bfd/
srec.c 457 unsigned int bytes, min_bytes; local
480 min_bytes = 3;
482 min_bytes = 4;
484 min_bytes = 5;
485 if (bytes < min_bytes)
  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 1235 int min_bytes = 4; /* One branch instruction. */ local
1244 append_relaxed_branch_insn (ip, max_bytes, min_bytes,
tc-xtensa.c 8520 offsetT min_bytes;
8525 min_bytes = min_bytes_to_other_loop_end
8528 if (min_bytes < REQUIRED_LOOP_DIVIDING_BYTES)
8534 while (min_bytes + bytes_added
8508 offsetT min_bytes; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 1217 int min_bytes = 4; /* One branch instruction. */ local
1226 append_relaxed_branch_insn (ip, max_bytes, min_bytes,
tc-xtensa.c 8520 offsetT min_bytes;
8525 min_bytes = min_bytes_to_other_loop_end
8528 if (min_bytes < REQUIRED_LOOP_DIVIDING_BYTES)
8534 while (min_bytes + bytes_added
8508 offsetT min_bytes; local

Completed in 52 milliseconds