Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.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-12-stable/contrib/binutils/bfd/
Delf32-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-12-stable/stand/i386/loader/
Dhelp.i38635 gaps in the sequence (eg. no primary slave), the unit number can be
/freebsd-12-stable/contrib/file/magic/Magdir/
Dbioinformatics138 # IUPAC codes/gaps: [ACGTURYKMSWBDHVNX-]+
139 # not in IUPAC codes/gaps: [EFIJLOPQZ]
Dwindows154 # Reserved1; reserved fields and gaps between BLOBs are padded with \0
/freebsd-12-stable/contrib/binutils/binutils/
Dobjcopy.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-12-stable/contrib/tzdata/
DCONTRIBUTING11 free to fill gaps or fix mistakes, and please email improvements
Dcalendars54 those unsightly calendar gaps :-), they simply decreed that the next leap
Daustralasia2217 # land, forming gaps: it is a pole-to-pole dashed line.
/freebsd-12-stable/contrib/byacc/package/debian/
Dchangelog88 * add test-cases to fill in gaps reported by lcov
/freebsd-12-stable/contrib/dtc/Documentation/
Dmanual.txt460 (*) The alignment gaps are not necessarily present; their presence
/freebsd-12-stable/sys/netinet/
Dsctp_output.c69 struct sctp_gap_ack_block gaps[SCTP_MAX_GAPS_INARRAY]; member
10699 gap_descriptor->start = htons((selector->gaps[j].start + offset)); in sctp_send_sack()
10701 gap_descriptor->end = htons((selector->gaps[j].end + offset)); in sctp_send_sack()
10775 gap_descriptor->start = htons((selector->gaps[j].start + offset)); in sctp_send_sack()
10777 gap_descriptor->end = htons((selector->gaps[j].end + offset)); in sctp_send_sack()
Dsctputil.c184 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
192 sctp_clog.x.sack.numGaps = gaps; in sctp_log_sack()
/freebsd-12-stable/contrib/tzcode/zic/
DTheory416 those unsightly calendar gaps :-), they simply decreed that the next leap
/freebsd-12-stable/contrib/binutils/ld/
Dld.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}).
DChangeLog-91977170 fill out gaps between section.
/freebsd-12-stable/contrib/libevent/
DChangeLog-2.01111 …erfaces so that you can use them without causing extraneous copies or leaving gaps in the evbuffer.
DChangeLog1267 closes some longstanding gaps in the interface, makde other
/freebsd-12-stable/contrib/ntp/sntp/libevent/
DChangeLog-2.01111 …erfaces so that you can use them without causing extraneous copies or leaving gaps in the evbuffer.
DChangeLog1267 closes some longstanding gaps in the interface, makde other
/freebsd-12-stable/contrib/tcsh/
DFixes987 26. Fix histdup, so that it does not leave gaps in the event sequence.
/freebsd-12-stable/contrib/binutils/binutils/po/
Dbinutils.pot2533 " --gap-fill <val> Fill gaps between sections with <val>\n"
/freebsd-12-stable/contrib/binutils/binutils/doc/
Dbinutils.texi1210 Fill gaps between sections with @var{val}. This operation applies to
/freebsd-12-stable/contrib/ncurses/
DNEWS2900 cchar_t struct's without comparing gaps in a possibly unpacked
9520 + modify ncurses 'b' test to add gaps, specified by user, to allow
/freebsd-12-stable/contrib/binutils/gas/doc/
Das.texinfo2741 Roughly, a section is a range of addresses, with no gaps; all data

12