HomeSort by relevance Sort by last modified time
    Searched refs:Group (Results 1 - 25 of 328) 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/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...]
norm.S 60 fmuls %f0, M0, %f3 ! FGM Group
61 fmuls %f1, M1, %f4 ! FGM Group
62 fmuls %f0, M4, %f5 ! FGM Group
63 fmuls %f1, M5, %f6 ! FGM Group
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
65 fmuls %f1, M9, %f8 ! FGM Group f4 available
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
68 fmuls %f2, M6, %f0 ! FGM Group f6 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 availabl
    [all...]
  /toolchain/binutils/binutils-2.25/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...
group-reloc-alu-encoding-bad.d 1 #name: Group relocation tests, encoding failures (alu)
3 #error-output: group-reloc-alu-encoding-bad.l
group-reloc-alu-parsing-bad.d 1 #name: Group relocation tests, parsing failures (alu)
3 #error-output: group-reloc-alu-parsing-bad.l
group-reloc-ldc-encoding-bad.d 1 #name: Group relocation tests, encoding failures (ldc)
3 #error-output: group-reloc-ldc-encoding-bad.l
group-reloc-ldc-parsing-bad.d 1 #name: Group relocation tests, parsing failures (ldc)
3 #error-output: group-reloc-ldc-parsing-bad.l
group-reloc-ldr-encoding-bad.d 1 #name: Group relocation tests, encoding failures (ldr)
3 #error-output: group-reloc-ldr-encoding-bad.l
group-reloc-ldr-parsing-bad.d 1 #name: Group relocation tests, parsing failures (ldr)
3 #error-output: group-reloc-ldr-parsing-bad.l
group-reloc-ldrs-encoding-bad.d 1 #name: Group relocation tests, encoding failures (ldrs)
3 #error-output: group-reloc-ldrs-encoding-bad.l
group-reloc-ldrs-parsing-bad.d 1 #name: Group relocation tests, parsing failures (ldrs)
3 #error-output: group-reloc-ldrs-parsing-bad.l
  /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; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionELF.h 43 const MCSymbol *Group;
48 SectionKind K, unsigned entrySize, const MCSymbol *group)
50 EntrySize(entrySize), Group(group) {}
62 const MCSymbol *getGroup() const { return Group; }
  /external/clang/lib/Basic/
Sanitizers.cpp 24 .Case(NAME, AllowGroups ? SanitizerKind::ID##Group : 0)
33 if (Kinds & SanitizerKind::ID##Group) \
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 34 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr);
40 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr);
71 VectorDrawable::Group* newGroup = new VectorDrawable::Group();
76 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr);
77 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup)
89 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
164 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
173 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
197 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
202 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
207 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
212 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
217 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
222 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
227 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
232 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
237 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
242 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
247 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
252 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
257 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
262 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
    [all...]
  /libcore/ojluni/src/main/java/java/security/acl/
Group.java 32 * This interface is used to represent a group of principals. (A principal
35 * Note that Group extends Principal. Thus, either a Principal or a Group can
37 * example, you can add either a Principal or a Group to a Group object by
39 * Principal or Group.
43 public interface Group extends Principal {
46 * Adds the specified member to the group.
48 * @param user the principal to add to this group.
56 * Removes the specified member from the group
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Group.java 25 * A named group of zero or more mailboxes.
29 public class Group extends Address {
34 * @param name The group name.
35 * @param mailboxes The mailboxes in this group.
37 public Group(String name, MailboxList mailboxes) {
43 * Returns the group name.
50 * Returns the mailboxes in this group.
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 23 /// IncludeDirGroup - Identifies the group an include Entry belongs to,
26 /// start searching at the Quoted group (specified by '-iquote'),
27 /// then search the Angled group, then the System group, etc.
50 frontend::IncludeDirGroup Group;
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
60 : Path(path), Group(group), IsFramework(isFramework),
186 /// AddPath - Add the \p Path path to the specified \p Group list.
187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
    [all...]
  /external/clang/include/clang/Basic/
Sanitizers.h 32 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group,
38 // sanitizer group expands into.
43 const SanitizerMask ID##Group = 1ULL << SO_##ID##Group;
78 /// For each sanitizer group bit set in \p Kinds, set the bits for sanitizers
79 /// this group enables.
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixUserPrincipals.java 40 static final User SPECIAL_GROUP = createSpecial("GROUP@");
108 static class Group extends User implements GroupPrincipal {
109 Group(int id, String name) {
126 static Group fromGid(int gid) {
133 return new Group(gid, name);
136 // lookup user or group name
174 // lookup group name
175 static GroupPrincipal lookupGroup(String group)
178 int gid = lookupName(group, true);
179 return new Group(gid, group)
    [all...]

Completed in 382 milliseconds

1 2 3 4 5 6 7 8 91011>>