Home
last modified time | relevance | path

Searched refs:RLE (Results 1 – 14 of 14) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp101 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() local
102 if (RLE.EntryKind == dwarf::DW_RLE_end_of_list) in getAbsoluteRanges()
104 if (RLE.EntryKind == dwarf::DW_RLE_base_addressx) { in getAbsoluteRanges()
105 BaseAddr = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges()
107 BaseAddr = {RLE.Value0, -1ULL}; in getAbsoluteRanges()
110 if (RLE.EntryKind == dwarf::DW_RLE_base_address) { in getAbsoluteRanges()
111 BaseAddr = {RLE.Value0, RLE.SectionIndex}; in getAbsoluteRanges()
116 E.SectionIndex = RLE.SectionIndex; in getAbsoluteRanges()
120 switch (RLE.EntryKind) { in getAbsoluteRanges()
122 E.LowPC = RLE.Value0; in getAbsoluteRanges()
[all …]
H A DDWARFDebugRangeList.cpp82 for (const RangeListEntry &RLE : Entries) in dump() local
83 OS << format(AddrFmt, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
93 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() local
94 if (RLE.isBaseAddressSelectionEntry(AddressSize)) { in getAbsoluteRanges()
95 BaseAddr = {RLE.EndAddress, RLE.SectionIndex}; in getAbsoluteRanges()
100 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
103 E.HighPC = RLE.EndAddress; in getAbsoluteRanges()
104 E.SectionIndex = RLE.SectionIndex; in getAbsoluteRanges()
/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp882 StringRef llvm::dwarf::RLEString(unsigned RLE) { in RLEString() argument
883 switch (RLE) { in RLEString()
/src/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A DREADME71 directional codes (LRE, RLE, LRO, RLO, PDF). It should now produce the same
149 Other Neutral, the NSM, LRE, RLE, PDF, LRO, and RLO controls all get marked
/src/contrib/file/magic/Magdir/
H A Dimages82 # Compressed color-mapped data, using Huffman, Delta, and RLE. 4-pass quadtree- type process
91 >2 ubyte&0x08 8 - RLE
367 >>>8 uleshort 0x7ffe \bNeXT RLE 2-bit
368 >>>8 uleshort 0x8005 \bPackBits (Macintosh RLE)
369 >>>8 uleshort 0x8029 \bThunderscan RLE
847 # compression method: 0~no 1~RLE 8-bit/pixel 3~Huffman 1D
883 # data-encoding type: 0~uncompressed 1~RLE-compressed
885 >>>8 ubyte 1 \b, RLE-compressed
886 # byte code for general RLE repetitions
887 #>>>9 ubyte x \b, RLE repetition code 0x%x
[all …]
H A Dcad121 >>4 uleshort 27 \b, Adaptive RLE RGB
H A Driff482 >>>>>>>(104.l+132) lelong 1 RLE 8bpp
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h998 StringRef RLEString(unsigned RLE);
/src/sys/contrib/zstd/
H A DCHANGELOG197 perf: zstd reference encoder can generate RLE blocks, by @bimbashrestha
/src/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md541 #### RLE Literals Block
/src/crypto/openssl/
H A DCHANGES.md21493 RLE (dummy implemented) and ZLIB (really implemented when ZLIB is
/src/crypto/krb5/src/lib/krb5/unicode/
H A DUnicodeData.txt5269 202B;RIGHT-TO-LEFT EMBEDDING;Cf;0;RLE;;;;;N;;;;;
/src/crypto/heimdal/lib/wind/
H A DUnicodeData.txt5606 202B;RIGHT-TO-LEFT EMBEDDING;Cf;0;RLE;;;;;N;;;;;
/src/contrib/one-true-awk/testdir/
H A Dfunstack.in18436 @Article{Wise:1976:RLE,