OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AR
(Results
26 - 31
of
31
) sorted by null
1
2
/external/elfutils/src/
Makefile
61
AR
=
ar
63
libld_elf_a_AR = $(
AR
) $(ARFLAGS)
67
libld_elf_i386_pic_a_AR = $(
AR
) $(ARFLAGS)
/external/icu4c/tools/pkgdata/
pkgdata.cpp
203
AR
,
[
all
...]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java
111
static final String
AR
= "
AR
";
187
PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.
AR
);
188
assertEquals("
AR
", metadata.getId());
500
phoneUtil.formatOutOfCountryCallingNumber(arNumberWithExtn, RegionCode.
AR
));
584
// We only support this for
AR
in our test metadata, and only for mobile numbers starting with
601
// We only support this for
AR
in our test metadata.
[
all
...]
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
665
if (const SCEVAddRecExpr *
AR
= dyn_cast<SCEVAddRecExpr>(S))
666
return
AR
->isAffine();
707
const SCEV *
AR
= IU->getReplacementExpr(*UI);
711
const SCEV *ExitVal = SE->getSCEVAtScope(
AR
, L->getParentLoop());
713
AR
= ExitVal;
722
if (!isSafe(
AR
, L, SE))
733
Value *NewVal = Rewriter.expandCodeFor(
AR
, UseTy, InsertPt);
735
DEBUG(dbgs() << "INDVARS: Rewrote IV '" << *
AR
<< "' " << *Op << '\n'
[
all
...]
LoopStrengthReduce.cpp
256
if (const SCEVAddRecExpr *
AR
= dyn_cast<SCEVAddRecExpr>(S))
257
if (!
AR
->getStart()->isZero()) {
258
DoInitialMatch(
AR
->getStart(), L, Good, Bad, SE);
259
DoInitialMatch(SE.getAddRecExpr(SE.getConstant(
AR
->getType(), 0),
260
AR
->getStepRecurrence(SE),
261
// FIXME:
AR
->getNoWrapFlags()
262
AR
->getLoop(), SCEV::FlagAnyWrap),
399
static bool isAddRecSExtable(const SCEVAddRecExpr *
AR
, ScalarEvolution &SE) {
401
IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(
AR
->getType()) + 1);
402
return isa<SCEVAddRecExpr>(SE.getSignExtendExpr(
AR
, WideTy))
[
all
...]
/external/elfutils/libebl/
Makefile
66
AR
=
ar
68
libebl_a_AR = $(
AR
) $(ARFLAGS)
86
libebl_alpha_pic_a_AR = $(
AR
) $(ARFLAGS)
89
libebl_arm_pic_a_AR = $(
AR
) $(ARFLAGS)
92
libebl_i386_pic_a_AR = $(
AR
) $(ARFLAGS)
95
libebl_ia64_pic_a_AR = $(
AR
) $(ARFLAGS)
98
libebl_mips_pic_a_AR = $(
AR
) $(ARFLAGS)
101
libebl_ppc64_pic_a_AR = $(
AR
) $(ARFLAGS)
104
libebl_ppc_pic_a_AR = $(
AR
) $(ARFLAGS
[
all
...]
Completed in 876 milliseconds
1
2