Home
last modified time | relevance | path

Searched refs:RAR (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libarchive/
H A DREADME.md94 * RAR and RAR 5.0 archives (with some limitations due to RAR's proprietary status)
H A DNEWS69 Oct 06, 2018: RAR 5.0 reader
165 (Currently only supported for uncompressed RAR archives).
197 Jun 26, 2011: RAR reader
/freebsd/contrib/file/magic/Magdir/
H A Darchive217 # Note: there exist also RAR, ZIP, ACE and 7Z packed variants
726 # skip DOS 2.0-3.2 backed up sequence 4 with many nils like LOTUS5.RAR handled by ./msdos
1762 # RAR (Roshal Archive) archive
1763 0 string Rar!\x1a\7\0 RAR archive data
1775 0 string Rar!\x1a\7\1\0 RAR archive data, v5
1779 # Very old RAR archive
1781 0 string RE\x7e\x5e RAR archive data (<v1.5)
H A Ddatabase386 # skip many RAR by test for low byte 0 ,high byte 0|2|even of block size, 0|a|e|d7 , 0|64h
H A Dmsdos381 >>>(&0x0f.l+(-4)) string Rar! \b, RAR self-extracting archive
952 >0x17888 string Rar! \b, RAR self-extracting archive
960 >>>&0 string Rar! \b, RAR self-extracting archive
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12180 const SCEVAddRecExpr *RAR = dyn_cast<SCEVAddRecExpr>(RHS); in isImpliedViaMerge() local
12199 } else if (RAR && RAR->getLoop()->getHeader() == LBB) { in isImpliedViaMerge()
12207 auto *RLoop = RAR->getLoop(); in isImpliedViaMerge()
12211 if (!ProvedEasily(L1, RAR->getStart())) in isImpliedViaMerge()
12216 if (!ProvedEasily(L2, RAR->getPostIncExpr(*this))) in isImpliedViaMerge()
12327 const SCEVAddRecExpr *RAR = dyn_cast<SCEVAddRecExpr>(RHS); in IsKnownPredicateViaAddRecStart() local
12328 if (!RAR) in IsKnownPredicateViaAddRecStart()
12330 if (LAR->getLoop() != RAR->getLoop()) in IsKnownPredicateViaAddRecStart()
12332 if (!LAR->isAffine() || !RAR->isAffine()) in IsKnownPredicateViaAddRecStart()
12335 if (LAR->getStepRecurrence(SE) != RAR->getStepRecurrence(SE)) in IsKnownPredicateViaAddRecStart()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in6941 @Article{Schrack:1972:RAR,