Searched refs:SA (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCObjectWriter.cpp30 const MCSymbol &SA = A->getSymbol(); local
32 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
35 const MCSymbolData &DataA = Asm.getSymbolData(SA);
H A DMachObjectWriter.cpp570 // Is the variable is a symbol difference (SA - SB + C) expression,
613 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol(); local
614 const MCSection &SecA = SA.getSection();
632 if (!SA.isInSection() || &SecA != &SecB ||
633 (!SA.isTemporary() &&
634 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
646 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
654 const MCFragment *FA = Asm.getSymbolData(SA).getFragment();
H A DMCExpr.cpp327 const MCSymbol &SA = A->getSymbol(); local
330 if (SA.isUndefined() || SB.isUndefined())
336 MCSymbolData &AD = Asm->getSymbolData(SA);
344 if (Asm->isThumbFunc(&SA))
370 if (Asm->isThumbFunc(&SA))
H A DMCAssembler.cpp259 const MCSymbol &SA = A->getSymbol(); local
261 SA.AliasedSymbol().isUndefined()) {
264 const MCSymbolData &DataA = getSymbolData(SA);
/macosx-10.9.5/dtrace-118.1/test/tst/sparc/pid/
H A Dtst.branch.s37 save %sp, -SA(MINFRAME + 4), %sp
H A Dtst.embedded.s37 save %sp, -SA(MINFRAME + 4), %sp
/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.australia14 Mar/SunLast Daylight Savings Time ends in ACT, NSW, SA, TAS and VIC.
17 Oct/SunLast Daylight Savings Time starts in ACT, NSW, SA and VIC.
22 10/MonFirst Labour Day (ACT, NSW, SA)
38 May/MonThird Adelaide Cup (SA)
39 Dec 26 Proclamation Day holiday (SA)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DCommonServices.h498 #define SOCKADDR_IS_IP_LOOPBACK( SA ) \
499 ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET ) \
500 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \
501 : ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET6 ) \
502 ? IN6_IS_ADDR_LOOPBACK( &( (const struct sockaddr_in6 *)( SA ) )->sin6_addr ) \
505 #define SOCKADDR_IS_IP_LOOPBACK( SA ) \
506 ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET ) \
507 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \
518 #define SOCKADDR_IS_IP_LINK_LOCAL( SA ) \
519 ( ( ( (const struct sockaddr *)( SA ) )
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegAllocGreedy.cpp171 std::auto_ptr<SplitAnalysis> SA; member in class:__anon10188::RAGreedy
688 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
721 if (Intf.last() >= SA->getLastSplitPoint(BC.Number))
775 if (Intf.last() >= SA->getLastSplitPoint(Number))
794 BitVector Todo = SA->getThroughBlocks();
851 if (!SA->getNumThroughBlocks())
888 /// SA around all use blocks instead of forming bundle regions.
891 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
912 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
952 /// stack-bound bundles. The shared SA/S
[all...]
H A DSplitKit.h211 SplitAnalysis &SA; member in class:llvm::SplitEditor
349 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
351 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
H A DSplitKit.cpp324 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
329 : SA(sa), LIS(lis), VRM(vrm),
525 SA.getLastSplitPointIter(&MBB));
682 const MachineLoopInfo &Loops = SA.Loops;
810 SA.getLastSplitPointIter(Dom.first))->def;
1122 Edit->calculateRegClassAndHint(VRM.getMachineFunction(), SA.Loops);
1152 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB->getNumber());
1235 SlotIndex LSP = SA.getLastSplitPoint(MBBNum);
1307 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber());
1383 SlotIndex LSP = SA
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dvi_VN.pm441 1995-12-22T09:05:02 = 9:05 SA
442 -0010-09-15T04:44:23 = 4:44 SA
453 1995-12-22T09:05:02 = 9:05:02 SA
454 -0010-09-15T04:44:23 = 4:44:23 SA
H A Dvi.pm30 my $am_pm_abbreviated = [ "SA", "CH" ];
633 1995-12-22T09:05:02 = 9:05 SA
634 -0010-09-15T04:44:23 = 4:44 SA
645 1995-12-22T09:05:02 = 9:05:02 SA
646 -0010-09-15T04:44:23 = 4:44:23 SA
/macosx-10.9.5/groff-38/groff/src/roff/grog/
H A Dgrog.pl98 elsif (/^\.(PH|SA)$sp/) {
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Droute.c578 sin_set_ifscope(SA(dst), ifscope);
590 eifscope = sin6_get_embedded_ifscope(SA(dst));
593 sin6_set_ifscope(SA(dst), ifscope);
599 sin6_set_embedded_ifscope(SA(dst), ifscope);
601 sin6_set_ifscope(SA(dst), ifscope);
606 *pifscope = (af == AF_INET) ? sin_get_ifscope(SA(dst)) :
607 sin6_get_ifscope(SA(dst));
610 return (SA(dst));
623 rt_maskedcopy(src, SA(dst), src);
646 return (SA(ds
[all...]
H A Droute.h181 #define rt_key(r) (SA((r)->rt_nodes->rn_key))
182 #define rt_mask(r) (SA((r)->rt_nodes->rn_mask))
H A Dif_llreach.c451 rt = rt_lookup(TRUE, SA(&dst_ss), SA(&mask_ss), rnh, ifp->if_index);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DSignals.inc79 struct sigaction SA;
97 &RegisteredSignalInfo[NumRegisteredSignals].SA);
114 &RegisteredSignalInfo[i].SA, 0);
/macosx-10.9.5/groff-38/groff/font/devdvi/generate/
H A DMakefile35 MI S SC EX SA SB
105 SA: $(srcdir)/msam.map
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ditspoof.cpp186 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE; local
212 // This mapping exists in the ML and MA tables, does not exist in SL, SA
215 CHECK_SKELETON(SA, "\\u0C83", "\\u0C83");
222 CHECK_SKELETON(SA, "\\u0391", "\\u0391");
231 CHECK_SKELETON(SA, "\\u13CF", "\\u13CF");
236 CHECK_SKELETON(SA, "\\u0022", "\\u0027\\u0027");
241 // This mapping exists in the SA and MA tables
243 CHECK_SKELETON(SA, "\\u017F", "f");
426 } else if (tableType.indexOf("SA") >= 0) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp582 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
583 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
606 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
607 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
647 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
648 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
682 SA, I->getName());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DValueTracking.cpp474 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
475 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
486 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
488 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
502 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
504 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.c1661 rt = rtalloc1_scoped_locked(SA(&sin6), create, 0, ifscope);
1663 rt = rtalloc1_scoped(SA(&sin6), create, 0, ifscope);
1698 ifa = ifaof_ifpforaddr(SA(&sin6), ifp);
1714 SA(&sin6), ifa->ifa_addr, SA(&all1_sa),
1843 dstaddr = ifa_ifwithdstaddr(SA(addr));
2103 if (rt_setgate(rt, rt_key(rt), SA(&null_sdl)) == 0) {
3230 if ((hint = rt = rtalloc1_scoped(SA(dst), 1, 0,
3310 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0,
3321 !equal(SA(
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetaddrinfo.c145 #define SA(addr) ((struct sockaddr *)(addr)) macro
753 ai->ai_addr = SA(calloc(1, addrlen));
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c1258 ipsec_state.dst = SA(dst);
1294 * if we have tunnel mode SA, we may need to ignore
1616 SA(dst), 0, adv);
1743 SA(dst), 0, adv);
1765 ro->ro_rt, SA(dst), 0, adv);
1836 SA(dst), 0, adv);
3081 dlil_output(lo_ifp, PF_INET, copym, NULL, SA(dst), 0, NULL);
3203 if ((rt = rt_lookup(TRUE, SA(&sin), NULL,

Completed in 235 milliseconds

123