Home
last modified time | relevance | path

Searched refs:max_skip (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_open_fd.c142 int64_t max_skip = in file_skip() local
144 if (request > max_skip) in file_skip()
145 skip = max_skip; in file_skip()
HDarchive_read_open_file.c147 int64_t max_skip = in file_skip() local
149 if (request > max_skip) in file_skip()
150 skip = max_skip; in file_skip()
/NextBSD/contrib/gcc/
HDfinal.c699 int log, max_skip, max_log; in compute_alignments() local
712 max_skip = LABEL_ALIGN_MAX_SKIP; in compute_alignments()
742 max_skip = JUMP_ALIGN_MAX_SKIP; in compute_alignments()
756 max_skip = LOOP_ALIGN_MAX_SKIP; in compute_alignments()
760 SET_LABEL_ALIGN (label, max_log, max_skip); in compute_alignments()
802 int max_skip; in shorten_branches() local
832 max_skip = 0; in shorten_branches()
854 max_skip = LABEL_MAX_SKIP (insn); in shorten_branches()
862 max_skip = LABEL_ALIGN_MAX_SKIP; in shorten_branches()
879 max_skip = LABEL_ALIGN_MAX_SKIP; in shorten_branches()
[all …]
HDChangeLog-199810920 * final.c (final_scan_insn): Wrap variable `max_skip' in macro
HDChangeLog-20015715 * i386.c (override_options): Set max_skip values.
/NextBSD/contrib/gcc/doc/
HDtm.texi8093 @defmac ASM_OUTPUT_MAX_SKIP_ALIGN (@var{stream}, @var{power}, @var{max_skip})
8096 @var{power} bytes, but only if @var{max_skip} or fewer bytes are needed to
8097 satisfy the alignment request. @var{power} and @var{max_skip} will be