HomeSort by relevance Sort by last modified time
    Searched refs:Group (Results 1 - 25 of 599) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
Group.h 1 //===- Group.h ------------------------------------------------------------===//
14 /** \class Group
15 * \brief Group records the grouping of all regions
17 class Group {};
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Igmp.c 42 IGMP_GROUP *Group;
50 Group = AllocatePool (sizeof (IGMP_GROUP));
52 if (Group == NULL) {
58 Group->Address = IP4_ALLSYSTEM_ADDRESS;
59 Group->RefCnt = 1;
60 Group->DelayTime = 0;
61 Group->ReportByUs = FALSE;
63 Status = Ip4GetMulticastMac (Mnp, IP4_ALLSYSTEM_ADDRESS, &Group->Mac);
69 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac);
75 InsertHeadList (&IgmpCtrl->Groups, &Group->Link);
    [all...]
  /external/skia/experimental/sksg/
SkSGGroup.h 20 class Group : public RenderNode {
22 static sk_sp<Group> Make() {
23 return sk_sp<Group>(new Group());
33 Group();
34 ~Group() override;
SkSGGroup.cpp 12 Group::Group() {}
14 Group::~Group() {
20 void Group::addChild(sk_sp<RenderNode> node) {
34 void Group::removeChild(const sk_sp<RenderNode>& node) {
48 void Group::onRender(SkCanvas* canvas) const {
54 SkRect Group::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
  /external/skqp/experimental/sksg/
SkSGGroup.h 20 class Group : public RenderNode {
22 static sk_sp<Group> Make() {
23 return sk_sp<Group>(new Group());
33 Group();
34 ~Group() override;
SkSGGroup.cpp 12 Group::Group() {}
14 Group::~Group() {
20 void Group::addChild(sk_sp<RenderNode> node) {
34 void Group::removeChild(const sk_sp<RenderNode>& node) {
48 void Group::onRender(SkCanvas* canvas) const {
54 SkRect Group::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 106 1: ld [%i0 + 0x0c], %f3 ! LSU Group
107 ld [%i0 + 0x0c], %g5 ! LSU Group
108 ld [%i0 + 0x08], %g4 ! LSU Group
110 addcc %g5, %g5, %g5 ! IEU1 Group
111 addx %g0, 0x0, %g3 ! IEU1 Group
112 addcc %g4, %g4, %g4 ! IEU1 Group
113 addx %g3, %g3, %g3 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
115 ld [%i0 + 0x04], %g4 ! LSU Group
116 addx %g3, %g3, %g3 ! IEU1 Group
    [all...]
xform.S 77 1: ld [%g1 + 0x00], %f0 ! LSU Group
79 ld [%g1 + 0x00], %f8 ! LSU Group
82 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0
83 fmuls %f0, M1, %f2 ! FGM Group
84 fmuls %f0, M2, %f3 ! FGM Group
85 fmuls %f0, M3, %f4 ! FGM Group
86 fmuls %f8, M0, %f9 ! FGM Group f1 available
89 fmuls %f8, M1, %f10 ! FGM Group f2 available
92 fmuls %f8, M2, %f11 ! FGM Group f3 available
95 fmuls %f8, M3, %f12 ! FGM Group f4 availabl
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-alu-parsing-bad.s 1 @ Tests that should fail for ALU group relocations.
5 @ Group relocs aren't allowed on SUB(S) instructions...
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Mld.c 68 IP6_MLD_GROUP *Group;
74 Group = NET_LIST_USER_STRUCT (Entry, IP6_MLD_GROUP, Link);
75 if (EFI_IP6_EQUAL (MulticastAddr, &Group->Address)) {
76 return Group;
91 @return The number of the IP6 multicast group that mapped to the same
92 multicast group Mac.
102 IP6_MLD_GROUP *Group;
108 Group = NET_LIST_USER_STRUCT (Entry, IP6_MLD_GROUP, Link);
110 if (NET_MAC_EQUAL (&Group->Mac, Mac, sizeof (EFI_MAC_ADDRESS))) {
206 IP6_COPY_ADDRESS (&MldHead->Group, MulticastAddr);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
10 require 'antlr3/template/group-file-lexer'
11 require 'antlr3/template/group-file-parser'
15 class Group
  /external/llvm/include/llvm/MC/
MCSectionELF.h 48 const MCSymbolELF *Group;
56 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
59 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
61 if (Group)
62 Group->setIsSignature();
79 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>