Home
last modified time | relevance | path

Searched refs:gaps (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp32 llvm::ArrayRef<LocalVariableAddrGap> gaps) { in MakeRangeList() argument
38 while (!gaps.empty()) { in MakeRangeList()
39 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList()
44 gaps = gaps.drop_front(); in MakeRangeList()
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-spu.c1808 bfd_boolean gaps = FALSE; in check_function_ranges() local
1824 gaps = TRUE; in check_function_ranges()
1827 gaps = TRUE; in check_function_ranges()
1831 gaps = TRUE; in check_function_ranges()
1840 gaps = TRUE; in check_function_ranges()
1842 return gaps; in check_function_ranges()
2106 bfd_boolean gaps = FALSE; in discover_functions() local
2207 for (sec = ibfd->sections; sec != NULL && !gaps; sec = sec->next) in discover_functions()
2209 gaps |= check_function_ranges (sec, info); in discover_functions()
2212 if (gaps) in discover_functions()
[all …]
/freebsd-11-stable/stand/pc98/loader/
HDhelp.pc9835 gaps in the sequence (eg. no primary slave), the unit number can be
/freebsd-11-stable/stand/i386/loader/
HDhelp.i38635 gaps in the sequence (eg. no primary slave), the unit number can be
/freebsd-11-stable/contrib/file/magic/Magdir/
HDbioinformatics138 # IUPAC codes/gaps: [ACGTURYKMSWBDHVNX-]+
139 # not in IUPAC codes/gaps: [EFIJLOPQZ]
HDwindows84 # Reserved1; reserved fields and gaps between BLOBs are padded with \0
/freebsd-11-stable/contrib/binutils/binutils/
HDobjcopy.c1321 bfd_size_type *gaps = NULL; in copy_object() local
1569 gaps = xmalloc (c * sizeof (bfd_size_type)); in copy_object()
1570 memset (gaps, 0, c * sizeof (bfd_size_type)); in copy_object()
1599 gaps[i] = gap_stop - gap_start; in copy_object()
1625 gaps[c - 1] = pad_to - (lma + size); in copy_object()
1729 if (gaps[i] != 0) in copy_object()
1734 left = gaps[i]; in copy_object()
/freebsd-11-stable/contrib/tzdata/
HDCONTRIBUTING7 free to fill gaps or fix mistakes, and please email improvements
HDcalendars54 those unsightly calendar gaps :-), they simply decreed that the next leap
/freebsd-11-stable/contrib/byacc/package/debian/
HDchangelog82 * add test-cases to fill in gaps reported by lcov
/freebsd-11-stable/crypto/openssl/doc/
HDstandards.txt6 big gaps, and I've most certainly done something wrong. Please
/freebsd-11-stable/contrib/groff/src/devices/xditview/
HDChangeLog250 Draw outlines to prevent gaps between abutting figures.
/freebsd-11-stable/contrib/dtc/Documentation/
HDmanual.txt460 (*) The alignment gaps are not necessarily present; their presence
/freebsd-11-stable/contrib/tzcode/zic/
HDTheory416 those unsightly calendar gaps :-), they simply decreed that the next leap
/freebsd-11-stable/sys/netinet/
HDsctp_output.c67 struct sctp_gap_ack_block gaps[SCTP_MAX_GAPS_INARRAY]; member
10780 gap_descriptor->start = htons((selector->gaps[j].start + offset)); in sctp_send_sack()
10782 gap_descriptor->end = htons((selector->gaps[j].end + offset)); in sctp_send_sack()
10856 gap_descriptor->start = htons((selector->gaps[j].start + offset)); in sctp_send_sack()
10858 gap_descriptor->end = htons((selector->gaps[j].end + offset)); in sctp_send_sack()
HDsctputil.c182 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int… in sctp_log_sack() argument
190 sctp_clog.x.sack.numGaps = gaps; in sctp_log_sack()
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDChangeLog507 closes some longstanding gaps in the interface, makde other
HDChangeLog-2.01111 …erfaces so that you can use them without causing extraneous copies or leaving gaps in the evbuffer.
/freebsd-11-stable/contrib/binutils/ld/
HDld.texinfo1607 everything else. This is to prevent gaps between symbols due to
3612 gaps left due to the required alignment of input sections) are filled
3943 within the output section (for example, gaps left due to the required
4669 specifies what data to write in the gaps (@pxref{Output Section Fill}).
/freebsd-11-stable/contrib/tcsh/
HDFixes963 26. Fix histdup, so that it does not leave gaps in the event sequence.
/freebsd-11-stable/contrib/binutils/binutils/po/
HDbinutils.pot2533 " --gap-fill <val> Fill gaps between sections with <val>\n"
/freebsd-11-stable/contrib/groff/
HDChangeLog5040 gaps in DESC's `font' line.
/freebsd-11-stable/contrib/binutils/binutils/doc/
HDbinutils.texi1210 Fill gaps between sections with @var{val}. This operation applies to
/freebsd-11-stable/contrib/binutils/gas/doc/
HDas.texinfo2738 Roughly, a section is a range of addresses, with no gaps; all data
/freebsd-11-stable/contrib/ncurses/
HDNEWS2900 cchar_t struct's without comparing gaps in a possibly unpacked
9520 + modify ncurses 'b' test to add gaps, specified by user, to allow

12